#393E53

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

Shades of Blue Zodiac #393E53

Tints of Blue Zodiac #393E53

Color information

#393E53 (or 0x393E53) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3E and 53. RGB value is (57,62,83). Sum of RGB (Red+Green+Blue) = 57+62+83=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #393E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E53 is #C6C1AC. Grayscale: #3E3E3E. Windows color (decimal): -13025709 or 5455417. OLE color: 5455417.

HSL color Cylindrical-coordinate representation of color #393E53: hue angle of 228.46º 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 #393E53 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB576283-
CMYK0.310.2500.67
HSL228.46º18.57%27.45%-
HSV(B)228.46º31.33%32.55%-
XYZ4.974.948.88-
YUV62.9139.34123.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=28.22%
G=30.69%
B=41.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5762830.310.2500.67228.4618.5727.45
Hex393E531F19043e4131b
Octal7176123373101033442333
Binary1110011111101010011111111100101000011111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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