#399899

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

Shades of Blue Chill #399899

Tints of Blue Chill #399899

Color information

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

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

Color convert

RGB57152153-
CMYK0.630.0100.4
HSL180.62º45.71%41.18%-
HSV(B)180.62º62.75%60%-
XYZ18.6725.6334.1-
YUV123.71144.5380.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571521530.630.0100.4180.6245.7141.18
Hex3998993F1028b52e29
Octal712302317710502655651
Binary11100110011000100110011111111010100010110101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399899; }

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

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

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

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

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

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

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

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