#3E4155

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

Shades of Blue Zodiac #3E4155

Tints of Blue Zodiac #3E4155

Color information

#3E4155 (or 0x3E4155) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 41 and 55. RGB value is (62,65,85). Sum of RGB (Red+Green+Blue) = 62+65+85=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4155 is #C1BEAA. Grayscale: #424242. Windows color (decimal): -12697259 or 5587262. OLE color: 5587262.

HSL color Cylindrical-coordinate representation of color #3E4155: hue angle of 232.17º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4155 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB626585-
CMYK0.270.2400.67
HSL232.17º15.65%28.82%-
HSV(B)232.17º27.06%33.33%-
XYZ5.525.469.36-
YUV66.38138.51124.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.25%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=29.25%
G=30.66%
B=40.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6265850.270.2400.67232.1715.6528.82
Hex3E41551B18043e8101d
Octal76101125333001033502035
Binary11111010000011010101110111100001000011111010001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,85); }

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

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

 a { background-color: rgb(62,65,85); }

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

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

 span { border-color: rgb(62,65,85); }

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