#3E1EA9

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

Shades of Blue Gem #3E1EA9

Tints of Blue Gem #3E1EA9

Color information

#3E1EA9 (or 0x3E1EA9) is unknown color: approx Blue Gem. HEX triplet: 3E, 1E and A9. RGB value is (62,30,169). Sum of RGB (Red+Green+Blue) = 62+30+169=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E1EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1EA9 is #C1E156. Grayscale: #363636. Windows color (decimal): -12706135 or 11083326. OLE color: 11083326.

HSL color Cylindrical-coordinate representation of color #3E1EA9: hue angle of 253.81º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E1EA9 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6230169-
CMYK0.630.8200.34
HSL253.81º69.85%39.02%-
HSV(B)253.81º82.25%66.27%-
XYZ9.614.8237.96-
YUV55.41192.1132.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 169 (66.41% from 255) = 64.75%
R=23.75%
G=11.49%
B=64.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal62301690.630.8200.34253.8169.8539.02
Hex3E1EA93F52022fe4627
Octal76362517712204237610647
Binary111110111101010100111111110100100100010111111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,30,169); }

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

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

 a { background-color: rgb(62,30,169); }

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

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

 span { border-color: rgb(62,30,169); }

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