#3E465B

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

Shades of Blue Zodiac #3E465B

Tints of Blue Zodiac #3E465B

Color information

#3E465B (or 0x3E465B) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 46 and 5B. RGB value is (62,70,91). Sum of RGB (Red+Green+Blue) = 62+70+91=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E465B is #C1B9A4. Grayscale: #454545. Windows color (decimal): -12695973 or 5981758. OLE color: 5981758.

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

Color convert

RGB627091-
CMYK0.320.2300.64
HSL223.45º18.95%30%-
HSV(B)223.45º31.87%35.69%-
XYZ6.076.1610.77-
YUV70139.85122.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=27.80%
G=31.39%
B=40.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6270910.320.2300.64223.4518.9530
Hex3E465B2017040df131e
Octal76106133402701003372336
Binary111110100011010110111000001011101000000110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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