#3E4253

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

Shades of Blue Zodiac #3E4253

Tints of Blue Zodiac #3E4253

Color information

#3E4253 (or 0x3E4253) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 42 and 53. RGB value is (62,66,83). Sum of RGB (Red+Green+Blue) = 62+66+83=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E4253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4253 is #C1BDAC. Grayscale: #424242. Windows color (decimal): -12697005 or 5456446. OLE color: 5456446.

HSL color Cylindrical-coordinate representation of color #3E4253: hue angle of 228.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E4253 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB626683-
CMYK0.250.2000.67
HSL228.57º14.48%28.43%-
HSV(B)228.57º25.3%32.55%-
XYZ5.55.558.96-
YUV66.74137.17124.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=29.38%
G=31.28%
B=39.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6266830.250.2000.67228.5714.4828.43
Hex3E42531914043e5e1c
Octal76102123312401033451634
Binary1111101000010101001111001101000100001111100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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