#399F99

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

Shades of Blue Chill #399F99

Tints of Blue Chill #399F99

Color information

#399F99 (or 0x399F99) is unknown color: approx Blue Chill. HEX triplet: 39, 9F and 99. RGB value is (57,159,153). Sum of RGB (Red+Green+Blue) = 57+159+153=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #399F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F99 is #C66066. Grayscale: #7F7F7F. Windows color (decimal): -13000807 or 10067769. OLE color: 10067769.

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

Color convert

RGB57159153-
CMYK0.6400.040.38
HSL176.47º47.22%42.35%-
HSV(B)176.47º64.15%62.35%-
XYZ19.8427.9734.49-
YUV127.82142.2177.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.45%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=15.45%
G=43.09%
B=41.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591530.6400.040.38176.4747.2242.35
Hex399F99400426b02f2a
Octal7123723110004462605752
Binary11100110011111100110011000000010010011010110000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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