#393F54

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

Shades of Blue Zodiac #393F54

Tints of Blue Zodiac #393F54

Color information

#393F54 (or 0x393F54) is unknown color: approx Blue Zodiac. HEX triplet: 39, 3F and 54. RGB value is (57,63,84). Sum of RGB (Red+Green+Blue) = 57+63+84=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #393F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F54 is #C6C0AB. Grayscale: #3F3F3F. Windows color (decimal): -13025452 or 5521209. OLE color: 5521209.

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

Color convert

RGB576384-
CMYK0.320.2500.67
HSL226.67º19.15%27.65%-
HSV(B)226.67º32.14%32.94%-
XYZ5.075.069.1-
YUV63.6139.51123.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=27.94%
G=30.88%
B=41.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5763840.320.2500.67226.6719.1527.65
Hex393F542019043e3131c
Octal7177124403101033432334
Binary11100111111110101001000001100101000011111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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