#393F53

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

Shades of Blue Zodiac #393F53

Tints of Blue Zodiac #393F53

Color information

#393F53 (or 0x393F53) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3F and 53. RGB value is (57,63,83). Sum of RGB (Red+Green+Blue) = 57+63+83=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #393F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F53 is #C6C0AC. Grayscale: #3F3F3F. Windows color (decimal): -13025453 or 5455673. OLE color: 5455673.

HSL color Cylindrical-coordinate representation of color #393F53: hue angle of 226.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #393F53 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB576383-
CMYK0.310.2400.67
HSL226.15º18.57%27.45%-
HSV(B)226.15º31.33%32.55%-
XYZ5.035.058.89-
YUV63.49139.01123.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=28.08%
G=31.03%
B=40.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5763830.310.2400.67226.1518.5727.45
Hex393F531F18043e2131b
Octal7177123373001033422333
Binary1110011111111010011111111100001000011111000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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