#3E1EAB

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

Shades of Blue Gem #3E1EAB

Tints of Blue Gem #3E1EAB

Color information

#3E1EAB (or 0x3E1EAB) is unknown color: approx Blue Gem. HEX triplet: 3E, 1E and AB. RGB value is (62,30,171). Sum of RGB (Red+Green+Blue) = 62+30+171=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1EAB is #C1E154. Grayscale: #373737. Windows color (decimal): -12706133 or 11214398. OLE color: 11214398.

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

Color convert

RGB6230171-
CMYK0.640.8200.33
HSL253.62º70.15%39.41%-
HSV(B)253.62º82.46%67.06%-
XYZ9.84.8938.96-
YUV55.64193.1132.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=23.57%
G=11.41%
B=65.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62301710.640.8200.33253.6270.1539.41
Hex3E1EAB4052021fe4627
Octal763625310012204137610647
Binary1111101111010101011100000010100100100001111111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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