#393D53

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

Shades of Blue Zodiac #393D53

Tints of Blue Zodiac #393D53

Color information

#393D53 (or 0x393D53) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3D and 53. RGB value is (57,61,83). Sum of RGB (Red+Green+Blue) = 57+61+83=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #393D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D53 is #C6C2AC. Grayscale: #3E3E3E. Windows color (decimal): -13025965 or 5455161. OLE color: 5455161.

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

Color convert

RGB576183-
CMYK0.310.2700.67
HSL230.77º18.57%27.45%-
HSV(B)230.77º31.33%32.55%-
XYZ4.924.838.86-
YUV62.31139.67124.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=28.36%
G=30.35%
B=41.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5761830.310.2700.67230.7718.5727.45
Hex393D531F1B043e7131b
Octal7175123373301033472333
Binary1110011111011010011111111101101000011111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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