#399799

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

Shades of Blue Chill #399799

Tints of Blue Chill #399799

Color information

#399799 (or 0x399799) is unknown color: approx Blue Chill. HEX triplet: 39, 97 and 99. RGB value is (57,151,153). Sum of RGB (Red+Green+Blue) = 57+151+153=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #399799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399799 is #C66866. Grayscale: #7B7B7B. Windows color (decimal): -13002855 or 10065721. OLE color: 10065721.

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

Color convert

RGB57151153-
CMYK0.630.0100.4
HSL181.25º45.71%41.18%-
HSV(B)181.25º62.75%60%-
XYZ18.525.334.05-
YUV123.12144.8680.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=15.79%
G=41.83%
B=42.38%

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
Decimal571511530.630.0100.4181.2545.7141.18
Hex3997993F1028b52e29
Octal712272317710502655651
Binary11100110010111100110011111111010100010110101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399799; }

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

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

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

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

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

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

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

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