#39979B

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

Shades of Blue Chill #39979B

Tints of Blue Chill #39979B

Color information

#39979B (or 0x39979B) is unknown color: approx Blue Chill. HEX triplet: 39, 97 and 9B. RGB value is (57,151,155). Sum of RGB (Red+Green+Blue) = 57+151+155=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #39979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39979B is #C66864. Grayscale: #7B7B7B. Windows color (decimal): -13002853 or 10196793. OLE color: 10196793.

HSL color Cylindrical-coordinate representation of color #39979B: hue angle of 182.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39979B is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57151155-
CMYK0.630.0300.39
HSL182.45º46.23%41.57%-
HSV(B)182.45º63.23%60.78%-
XYZ18.6725.3734.92-
YUV123.35145.8680.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.70%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=15.70%
G=41.60%
B=42.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571511550.630.0300.39182.4546.2341.57
Hex39979B3F3027b62e2a
Octal712272337730472665652
Binary111001100101111001101111111111010011110110110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39979B; }

 p { color: rgb(57,151,155); }

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

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

 a { background-color: rgb(57,151,155); }

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

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

 span { border-color: rgb(57,151,155); }

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