#399C9A

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

Shades of Blue Chill #399C9A

Tints of Blue Chill #399C9A

Color information

#399C9A (or 0x399C9A) is unknown color: approx Blue Chill. HEX triplet: 39, 9C and 9A. RGB value is (57,156,154). Sum of RGB (Red+Green+Blue) = 57+156+154=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #399C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C9A is #C66365. Grayscale: #7E7E7E. Windows color (decimal): -13001574 or 10132537. OLE color: 10132537.

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

Color convert

RGB57156154-
CMYK0.6300.010.39
HSL178.79º46.48%41.76%-
HSV(B)178.79º63.46%61.18%-
XYZ19.4126.9834.76-
YUV126.17143.778.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.53%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=15.53%
G=42.51%
B=41.96%

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
Decimal571561540.6300.010.39178.7946.4841.76
Hex399C9A3F0127b32e2a
Octal712342327701472635652
Binary11100110011100100110101111110110011110110011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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