#399089

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

Shades of Blue Chill #399089

Tints of Blue Chill #399089

Color information

#399089 (or 0x399089) is unknown color: approx Blue Chill. HEX triplet: 39, 90 and 89. RGB value is (57,144,137). Sum of RGB (Red+Green+Blue) = 57+144+137=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #399089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399089 is #C66F76. Grayscale: #757575. Windows color (decimal): -13004663 or 9015353. OLE color: 9015353.

HSL color Cylindrical-coordinate representation of color #399089: hue angle of 175.17º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399089 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB57144137-
CMYK0.6000.050.44
HSL175.17º43.28%39.41%-
HSV(B)175.17º60.42%56.47%-
XYZ16.1822.6227.18-
YUV117.19139.1885.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=16.86%
G=42.60%
B=40.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441370.6000.050.44175.1743.2839.41
Hex3990893C052Caf2b27
Octal712202117405542575347
Binary1110011001000010001001111100010110110010101111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399089; }

 p { color: rgb(57,144,137); }

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

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

 a { background-color: rgb(57,144,137); }

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

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

 span { border-color: rgb(57,144,137); }

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