#388992

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

Shades of Blue Chill #388992

Tints of Blue Chill #388992

Color information

#388992 (or 0x388992) is unknown color: approx Blue Chill. HEX triplet: 38, 89 and 92. RGB value is (56,137,146). Sum of RGB (Red+Green+Blue) = 56+137+146=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #388992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388992 is #C7766D. Grayscale: #717171. Windows color (decimal): -13071982 or 9603384. OLE color: 9603384.

HSL color Cylindrical-coordinate representation of color #388992: hue angle of 186º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388992 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56137146-
CMYK0.620.0600.43
HSL186º44.55%39.61%-
HSV(B)186º61.64%57.25%-
XYZ15.7620.8130.38-
YUV113.81146.1686.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=16.52%
G=40.41%
B=43.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561371460.620.0600.4318644.5539.61
Hex3889923E602Bba2d28
Octal702112227660532725550
Binary1110001000100110010010111110110010101110111010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388992; }

 p { color: rgb(56,137,146); }

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

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

 a { background-color: rgb(56,137,146); }

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

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

 span { border-color: rgb(56,137,146); }

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