#39898C

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

Shades of Blue Chill #39898C

Tints of Blue Chill #39898C

Color information

#39898C (or 0x39898C) is unknown color: approx Blue Chill. HEX triplet: 39, 89 and 8C. RGB value is (57,137,140). Sum of RGB (Red+Green+Blue) = 57+137+140=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #39898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39898C is #C67673. Grayscale: #717171. Windows color (decimal): -13006452 or 9210169. OLE color: 9210169.

HSL color Cylindrical-coordinate representation of color #39898C: hue angle of 182.17º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39898C is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57137140-
CMYK0.590.0200.45
HSL182.17º42.13%38.63%-
HSV(B)182.17º59.29%54.9%-
XYZ15.3720.6527.99-
YUV113.4214387.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.07%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=17.07%
G=41.02%
B=41.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571371400.590.0200.45182.1742.1338.63
Hex39898C3B202Db62a27
Octal712112147320552665247
Binary111001100010011000110011101110010110110110110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39898C; }

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

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

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

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

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

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

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

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