#399F9E

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

Shades of Blue Chill #399F9E

Tints of Blue Chill #399F9E

Color information

#399F9E (or 0x399F9E) is unknown color: approx Blue Chill. HEX triplet: 39, 9F and 9E. RGB value is (57,159,158). Sum of RGB (Red+Green+Blue) = 57+159+158=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #399F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F9E is #C66061. Grayscale: #808080. Windows color (decimal): -13000802 or 10395449. OLE color: 10395449.

HSL color Cylindrical-coordinate representation of color #399F9E: hue angle of 179.41º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F9E is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB57159158-
CMYK0.6400.010.38
HSL179.41º47.22%42.35%-
HSV(B)179.41º64.15%62.35%-
XYZ20.2628.1336.71-
YUV128.39144.7177.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.24%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=15.24%
G=42.51%
B=42.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591580.6400.010.38179.4147.2242.35
Hex399F9E400126b32f2a
Octal7123723610001462635752
Binary111001100111111001111010000000110011010110011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,159,158); }

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

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

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

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

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

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

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