#399892

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

Shades of Blue Chill #399892

Tints of Blue Chill #399892

Color information

#399892 (or 0x399892) is unknown color: approx Blue Chill. HEX triplet: 39, 98 and 92. RGB value is (57,152,146). Sum of RGB (Red+Green+Blue) = 57+152+146=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #399892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399892 is #C6676D. Grayscale: #7A7A7A. Windows color (decimal): -13002606 or 9607225. OLE color: 9607225.

HSL color Cylindrical-coordinate representation of color #399892: hue angle of 176.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399892 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB57152146-
CMYK0.6200.040.40
HSL176.21º45.45%40.98%-
HSV(B)176.21º62.5%59.61%-
XYZ18.125.431.14-
YUV122.91141.0380.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.06%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=16.06%
G=42.82%
B=41.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571521460.6200.040.40176.2145.4540.98
Hex3998923E0428b02d29
Octal712302227604502605551
Binary1110011001100010010010111110010010100010110000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399892; }

 p { color: rgb(57,152,146); }

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

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

 a { background-color: rgb(57,152,146); }

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

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

 span { border-color: rgb(57,152,146); }

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