#399C9B

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

Shades of Blue Chill #399C9B

Tints of Blue Chill #399C9B

Color information

#399C9B (or 0x399C9B) is unknown color: approx Blue Chill. HEX triplet: 39, 9C and 9B. RGB value is (57,156,155). Sum of RGB (Red+Green+Blue) = 57+156+155=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #399C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C9B is #C66364. Grayscale: #7E7E7E. Windows color (decimal): -13001573 or 10198073. OLE color: 10198073.

HSL color Cylindrical-coordinate representation of color #399C9B: hue angle of 179.39º 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 #399C9B is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB57156155-
CMYK0.6300.010.39
HSL179.39º46.48%41.76%-
HSV(B)179.39º63.46%61.18%-
XYZ19.4927.0135.2-
YUV126.28144.278.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.49%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=15.49%
G=42.39%
B=42.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571561550.6300.010.39179.3946.4841.76
Hex399C9B3F0127b32e2a
Octal712342337701472635652
Binary11100110011100100110111111110110011110110011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399C9B; }

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

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

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

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

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

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

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

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