#3E455B

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

Shades of Blue Zodiac #3E455B

Tints of Blue Zodiac #3E455B

Color information

#3E455B (or 0x3E455B) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 45 and 5B. RGB value is (62,69,91). Sum of RGB (Red+Green+Blue) = 62+69+91=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E455B is #C1BAA4. Grayscale: #454545. Windows color (decimal): -12696229 or 5981502. OLE color: 5981502.

HSL color Cylindrical-coordinate representation of color #3E455B: hue angle of 225.52º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E455B is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB626991-
CMYK0.320.2400.64
HSL225.52º18.95%30%-
HSV(B)225.52º31.87%35.69%-
XYZ66.0410.75-
YUV69.41140.18122.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.93%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=27.93%
G=31.08%
B=40.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6269910.320.2400.64225.5218.9530
Hex3E455B2018040e2131e
Octal76105133403001003422336
Binary111110100010110110111000001100001000000111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,69,91); }

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

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

 a { background-color: rgb(62,69,91); }

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

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

 span { border-color: rgb(62,69,91); }

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