#399C9C

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

Shades of Blue Chill #399C9C

Tints of Blue Chill #399C9C

Color information

#399C9C (or 0x399C9C) is unknown color: approx Blue Chill. HEX triplet: 39, 9C and 9C. RGB value is (57,156,156). Sum of RGB (Red+Green+Blue) = 57+156+156=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #399C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C9C is #C66363. Grayscale: #7E7E7E. Windows color (decimal): -13001572 or 10263609. OLE color: 10263609.

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

Color convert

RGB57156156-
CMYK0.63000.39
HSL180º46.48%41.76%-
HSV(B)180º63.46%61.18%-
XYZ19.5827.0535.64-
YUV126.4144.778.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.45%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=15.45%
G=42.28%
B=42.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571561560.63000.3918046.4841.76
Hex399C9C3F0027b42e2a
Octal712342347700472645652
Binary11100110011100100111001111110010011110110100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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