#394053

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

Shades of Blue Zodiac #394053

Tints of Blue Zodiac #394053

Color information

#394053 (or 0x394053) is unknown color: approx Blue Zodiac. HEX triplet: 39, 40 and 53. RGB value is (57,64,83). Sum of RGB (Red+Green+Blue) = 57+64+83=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #394053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394053 is #C6BFAC. Grayscale: #3F3F3F. Windows color (decimal): -13025197 or 5455929. OLE color: 5455929.

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

Color convert

RGB576483-
CMYK0.310.2300.67
HSL223.85º18.57%27.45%-
HSV(B)223.85º31.33%32.55%-
XYZ5.085.168.91-
YUV64.07138.68122.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=27.94%
G=31.37%
B=40.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5764830.310.2300.67223.8518.5727.45
Hex3940531F17043e0131b
Octal71100123372701033402333
Binary11100110000001010011111111011101000011111000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394053; }

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

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

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

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

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

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

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

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