#399F96

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

Shades of Blue Chill #399F96

Tints of Blue Chill #399F96

Color information

#399F96 (or 0x399F96) is unknown color: approx Blue Chill. HEX triplet: 39, 9F and 96. RGB value is (57,159,150). Sum of RGB (Red+Green+Blue) = 57+159+150=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #399F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F96 is #C66069. Grayscale: #7F7F7F. Windows color (decimal): -13000810 or 9871161. OLE color: 9871161.

HSL color Cylindrical-coordinate representation of color #399F96: hue angle of 174.71º 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 #399F96 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB57159150-
CMYK0.6400.060.38
HSL174.71º47.22%42.35%-
HSV(B)174.71º64.15%62.35%-
XYZ19.5927.8733.2-
YUV127.48140.7177.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.57%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=15.57%
G=43.44%
B=40.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591500.6400.060.38174.7147.2242.35
Hex399F96400626af2f2a
Octal7123722610006462575752
Binary11100110011111100101101000000011010011010101111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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