#3E425A

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

Shades of Blue Zodiac #3E425A

Tints of Blue Zodiac #3E425A

Color information

#3E425A (or 0x3E425A) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 42 and 5A. RGB value is (62,66,90). Sum of RGB (Red+Green+Blue) = 62+66+90=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E425A is #C1BDA5. Grayscale: #434343. Windows color (decimal): -12696998 or 5915198. OLE color: 5915198.

HSL color Cylindrical-coordinate representation of color #3E425A: hue angle of 231.43º 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 #3E425A is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB626690-
CMYK0.310.2700.65
HSL231.43º18.42%29.8%-
HSV(B)231.43º31.11%35.29%-
XYZ5.785.6610.46-
YUV67.54140.67124.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=28.44%
G=30.28%
B=41.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6266900.310.2700.65231.4318.4229.8
Hex3E425A1F1B041e7121e
Octal76102132373301013472236
Binary11111010000101011010111111101101000001111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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