#393F56

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

Shades of Blue Zodiac #393F56

Tints of Blue Zodiac #393F56

Color information

#393F56 (or 0x393F56) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3F and 56. RGB value is (57,63,86). Sum of RGB (Red+Green+Blue) = 57+63+86=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #393F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F56 is #C6C0A9. Grayscale: #3F3F3F. Windows color (decimal): -13025450 or 5652281. OLE color: 5652281.

HSL color Cylindrical-coordinate representation of color #393F56: hue angle of 227.59º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #393F56 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB576386-
CMYK0.340.2700.66
HSL227.59º20.28%28.04%-
HSV(B)227.59º33.72%33.73%-
XYZ5.145.19.52-
YUV63.83140.51123.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=27.67%
G=30.58%
B=41.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5763860.340.2700.66227.5920.2828.04
Hex393F56221B042e4141c
Octal7177126423301023442434
Binary11100111111110101101000101101101000010111001001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F56; }

 p { color: rgb(57,63,86); }

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

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

 a { background-color: rgb(57,63,86); }

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

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

 span { border-color: rgb(57,63,86); }

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