#3E4559

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

Shades of Blue Zodiac #3E4559

Tints of Blue Zodiac #3E4559

Color information

#3E4559 (or 0x3E4559) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 45 and 59. RGB value is (62,69,89). Sum of RGB (Red+Green+Blue) = 62+69+89=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4559 is #C1BAA6. Grayscale: #454545. Windows color (decimal): -12696231 or 5850430. OLE color: 5850430.

HSL color Cylindrical-coordinate representation of color #3E4559: hue angle of 224.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E4559 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB626989-
CMYK0.300.2200.65
HSL224.44º17.88%29.61%-
HSV(B)224.44º30.34%34.9%-
XYZ5.92610.3-
YUV69.19139.18122.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=28.18%
G=31.36%
B=40.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6269890.300.2200.65224.4417.8829.61
Hex3E45591E16041e0121e
Octal76105131362601013402236
Binary11111010001011011001111101011001000001111000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4559; }

 p { color: rgb(62,69,89); }

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

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

 a { background-color: rgb(62,69,89); }

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

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

 span { border-color: rgb(62,69,89); }

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