#3E4256

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

Shades of Blue Zodiac #3E4256

Tints of Blue Zodiac #3E4256

Color information

#3E4256 (or 0x3E4256) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 42 and 56. RGB value is (62,66,86). Sum of RGB (Red+Green+Blue) = 62+66+86=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4256 is #C1BDA9. Grayscale: #434343. Windows color (decimal): -12697002 or 5653054. OLE color: 5653054.

HSL color Cylindrical-coordinate representation of color #3E4256: hue angle of 230º 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 #3E4256 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB626686-
CMYK0.280.2300.66
HSL230º16.22%29.02%-
HSV(B)230º27.91%33.73%-
XYZ5.615.599.59-
YUV67.08138.67124.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=28.97%
G=30.84%
B=40.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6266860.280.2300.6623016.2229.02
Hex3E42561C17042e6101d
Octal76102126342701023462035
Binary11111010000101010110111001011101000010111001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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