#394459

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

Shades of Blue Zodiac #394459

Tints of Blue Zodiac #394459

Color information

#394459 (or 0x394459) is unknown color: approx Blue Zodiac. HEX triplet: 39, 44 and 59. RGB value is (57,68,89). Sum of RGB (Red+Green+Blue) = 57+68+89=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #394459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394459 is #C6BBA6. Grayscale: #434343. Windows color (decimal): -13024167 or 5850169. OLE color: 5850169.

HSL color Cylindrical-coordinate representation of color #394459: hue angle of 219.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394459 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB576889-
CMYK0.360.2400.65
HSL219.38º21.92%28.63%-
HSV(B)219.38º35.96%34.9%-
XYZ5.565.7310.26-
YUV67.1140.36120.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=26.64%
G=31.78%
B=41.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5768890.360.2400.65219.3821.9228.63
Hex3944592418041db161d
Octal71104131443001013332635
Binary111001100010010110011001001100001000001110110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394459; }

 p { color: rgb(57,68,89); }

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

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

 a { background-color: rgb(57,68,89); }

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

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

 span { border-color: rgb(57,68,89); }

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