#3E445C

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

Shades of Blue Zodiac #3E445C

Tints of Blue Zodiac #3E445C

Color information

#3E445C (or 0x3E445C) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 44 and 5C. RGB value is (62,68,92). Sum of RGB (Red+Green+Blue) = 62+68+92=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E445C is #C1BBA3. Grayscale: #444444. Windows color (decimal): -12696484 or 6046782. OLE color: 6046782.

HSL color Cylindrical-coordinate representation of color #3E445C: hue angle of 228º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E445C is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB626892-
CMYK0.330.2600.64
HSL228º19.48%30.2%-
HSV(B)228º32.61%36.08%-
XYZ5.995.9310.95-
YUV68.94141.01123.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.93%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=27.93%
G=30.63%
B=41.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6268920.330.2600.6422819.4830.2
Hex3E445C211A040e4131e
Octal76104134413201003442336
Binary111110100010010111001000011101001000000111001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,68,92); }

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

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

 a { background-color: rgb(62,68,92); }

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

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

 span { border-color: rgb(62,68,92); }

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