#3E424E

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

Shades of Blue Zodiac #3E424E

Tints of Blue Zodiac #3E424E

Color information

#3E424E (or 0x3E424E) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 42 and 4E. RGB value is (62,66,78). Sum of RGB (Red+Green+Blue) = 62+66+78=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E424E is #C1BDB1. Grayscale: #424242. Windows color (decimal): -12697010 or 5128766. OLE color: 5128766.

HSL color Cylindrical-coordinate representation of color #3E424E: hue angle of 225º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E424E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB626678-
CMYK0.210.1500.69
HSL225º11.43%27.45%-
HSV(B)225º20.51%30.59%-
XYZ5.315.477.98-
YUV66.17134.67125.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=30.10%
G=32.04%
B=37.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6266780.210.1500.6922511.4327.45
Hex3E424E15F045e1b1b
Octal76102116251701053411333
Binary111110100001010011101010111110100010111100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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