#3E4356

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

Shades of Blue Zodiac #3E4356

Tints of Blue Zodiac #3E4356

Color information

#3E4356 (or 0x3E4356) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 43 and 56. RGB value is (62,67,86). Sum of RGB (Red+Green+Blue) = 62+67+86=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4356 is #C1BCA9. Grayscale: #434343. Windows color (decimal): -12696746 or 5653310. OLE color: 5653310.

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

Color convert

RGB626786-
CMYK0.280.2200.66
HSL227.5º16.22%29.02%-
HSV(B)227.5º27.91%33.73%-
XYZ5.675.719.61-
YUV67.67138.34123.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 86 (33.98% from 255) = 40%
R=28.84%
G=31.16%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6267860.280.2200.66227.516.2229.02
Hex3E43561C16042e3101d
Octal76103126342601023432035
Binary11111010000111010110111001011001000010111000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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