#3E475A

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

Shades of Blue Zodiac #3E475A

Tints of Blue Zodiac #3E475A

Color information

#3E475A (or 0x3E475A) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 47 and 5A. RGB value is (62,71,90). Sum of RGB (Red+Green+Blue) = 62+71+90=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E475A is #C1B8A5. Grayscale: #464646. Windows color (decimal): -12695718 or 5916478. OLE color: 5916478.

HSL color Cylindrical-coordinate representation of color #3E475A: hue angle of 220.71º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E475A is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB627190-
CMYK0.310.2100.65
HSL220.71º18.42%29.8%-
HSV(B)220.71º31.11%35.29%-
XYZ6.096.2710.56-
YUV70.48139.02121.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=27.80%
G=31.84%
B=40.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6271900.310.2100.65220.7118.4229.8
Hex3E475A1F15041dd121e
Octal76107132372501013352236
Binary11111010001111011010111111010101000001110111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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