#387278

Color #387278 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #387278

Tints of Ming #387278

Color information

#387278 (or 0x387278) is unknown color: approx Ming. HEX triplet: 38, 72 and 78. RGB value is (56,114,120). Sum of RGB (Red+Green+Blue) = 56+114+120=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #387278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387278 is #C78D87. Grayscale: #616161. Windows color (decimal): -13077896 or 7893560. OLE color: 7893560.

HSL color Cylindrical-coordinate representation of color #387278: hue angle of 185.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387278 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56114120-
CMYK0.530.0500.53
HSL185.62º36.36%34.51%-
HSV(B)185.62º53.33%47.06%-
XYZ11.0414.2319.93-
YUV97.34140.7898.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=19.31%
G=39.31%
B=41.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561141200.530.0500.53185.6236.3634.51
Hex387278355035ba2423
Octal701621706550652724443
Binary11100011100101111000110101101011010110111010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387278; }

 p { color: rgb(56,114,120); }

 H1.HeaderClassName
 {
   color: #387278;
 }
 .AnyTagClassName
 {
   color: #387278;
 }
</style>
background-color css

<style>
 a { background-color: #387278; }

 a { background-color: rgb(56,114,120); }

 div.DivClassName
 {
   background-color: #387278;
 }
 .BgClassName
 {
   background-color: #387278;
 }
</style>
border-color css

<style>
 span { border-color: #387278; }

 span { border-color: rgb(56,114,120); }

 td.TdClassName
 {
   border-color: #387278;
 }
 .TagClassName
 {
   border-color: #387278;
 }
</style>