#3E475B

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

Shades of Blue Zodiac #3E475B

Tints of Blue Zodiac #3E475B

Color information

#3E475B (or 0x3E475B) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 47 and 5B. RGB value is (62,71,91). Sum of RGB (Red+Green+Blue) = 62+71+91=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E475B is #C1B8A4. Grayscale: #464646. Windows color (decimal): -12695717 or 5982014. OLE color: 5982014.

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

Color convert

RGB627191-
CMYK0.320.2200.64
HSL221.38º18.95%30%-
HSV(B)221.38º31.87%35.69%-
XYZ6.136.2910.79-
YUV70.59139.52121.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.68%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=27.68%
G=31.70%
B=40.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6271910.320.2200.64221.3818.9530
Hex3E475B2016040dd131e
Octal76107133402601003352336
Binary111110100011110110111000001011001000000110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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