#399693

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

Shades of Blue Chill #399693

Tints of Blue Chill #399693

Color information

#399693 (or 0x399693) is unknown color: approx Blue Chill. HEX triplet: 39, 96 and 93. RGB value is (57,150,147). Sum of RGB (Red+Green+Blue) = 57+150+147=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #399693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399693 is #C6696C. Grayscale: #797979. Windows color (decimal): -13003117 or 9672249. OLE color: 9672249.

HSL color Cylindrical-coordinate representation of color #399693: hue angle of 178.06º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399693 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB57150147-
CMYK0.6200.020.41
HSL178.06º44.93%40.59%-
HSV(B)178.06º62%58.82%-
XYZ17.8624.7931.45-
YUV121.85142.1981.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.10%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=16.10%
G=42.37%
B=41.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501470.6200.020.41178.0644.9340.59
Hex3996933E0229b22d29
Octal712262237602512625551
Binary111001100101101001001111111001010100110110010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399693; }

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

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

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

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

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

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

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

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