#39968E

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

Shades of Blue Chill #39968E

Tints of Blue Chill #39968E

Color information

#39968E (or 0x39968E) is unknown color: approx Blue Chill. HEX triplet: 39, 96 and 8E. RGB value is (57,150,142). Sum of RGB (Red+Green+Blue) = 57+150+142=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #39968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39968E is #C66971. Grayscale: #797979. Windows color (decimal): -13003122 or 9344569. OLE color: 9344569.

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

Color convert

RGB57150142-
CMYK0.6200.050.41
HSL174.84º44.93%40.59%-
HSV(B)174.84º62%58.82%-
XYZ17.4824.6429.43-
YUV121.28139.6982.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.33%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=16.33%
G=42.98%
B=40.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501420.6200.050.41174.8444.9340.59
Hex39968E3E0529af2d29
Octal712262167605512575551
Binary1110011001011010001110111110010110100110101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39968E; }

 p { color: rgb(57,150,142); }

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

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

 a { background-color: rgb(57,150,142); }

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

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

 span { border-color: rgb(57,150,142); }

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