#3E4456

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

Shades of Blue Zodiac #3E4456

Tints of Blue Zodiac #3E4456

Color information

#3E4456 (or 0x3E4456) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 44 and 56. RGB value is (62,68,86). Sum of RGB (Red+Green+Blue) = 62+68+86=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4456 is #C1BBA9. Grayscale: #444444. Windows color (decimal): -12696490 or 5653566. OLE color: 5653566.

HSL color Cylindrical-coordinate representation of color #3E4456: hue angle of 225º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E4456 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB626886-
CMYK0.280.2100.66
HSL225º16.22%29.02%-
HSV(B)225º27.91%33.73%-
XYZ5.735.839.63-
YUV68.26138.01123.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.70%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=28.70%
G=31.48%
B=39.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6268860.280.2100.6622516.2229.02
Hex3E44561C15042e1101d
Octal76104126342501023412035
Binary11111010001001010110111001010101000010111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,68,86); }

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

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

 a { background-color: rgb(62,68,86); }

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

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

 span { border-color: rgb(62,68,86); }

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