#399998

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

Shades of Blue Chill #399998

Tints of Blue Chill #399998

Color information

#399998 (or 0x399998) is unknown color: approx Blue Chill. HEX triplet: 39, 99 and 98. RGB value is (57,153,152). Sum of RGB (Red+Green+Blue) = 57+153+152=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #399998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399998 is #C66667. Grayscale: #7C7C7C. Windows color (decimal): -13002344 or 10000697. OLE color: 10000697.

HSL color Cylindrical-coordinate representation of color #399998: hue angle of 179.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399998 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB57153152-
CMYK0.6300.010.4
HSL179.38º45.71%41.18%-
HSV(B)179.38º62.75%60%-
XYZ18.7525.9233.72-
YUV124.18143.780.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.75%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 152 (59.77% from 255) = 41.99%
R=15.75%
G=42.27%
B=41.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531520.6300.010.4179.3845.7141.18
Hex3999983F0128b32e29
Octal712312307701502635651
Binary11100110011001100110001111110110100010110011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399998; }

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

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

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

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

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

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

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

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