#3E4759

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

Shades of Blue Zodiac #3E4759

Tints of Blue Zodiac #3E4759

Color information

#3E4759 (or 0x3E4759) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 47 and 59. RGB value is (62,71,89). Sum of RGB (Red+Green+Blue) = 62+71+89=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4759 is #C1B8A6. Grayscale: #464646. Windows color (decimal): -12695719 or 5850942. OLE color: 5850942.

HSL color Cylindrical-coordinate representation of color #3E4759: hue angle of 220º 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 #3E4759 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB627189-
CMYK0.300.2000.65
HSL220º17.88%29.61%-
HSV(B)220º30.34%34.9%-
XYZ6.046.2510.34-
YUV70.36138.52122.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.93%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=27.93%
G=31.98%
B=40.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6271890.300.2000.6522017.8829.61
Hex3E47591E14041dc121e
Octal76107131362401013342236
Binary11111010001111011001111101010001000001110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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