#3E21AB

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

Shades of Blue Gem #3E21AB

Tints of Blue Gem #3E21AB

Color information

#3E21AB (or 0x3E21AB) is unknown color: approx Blue Gem. HEX triplet: 3E, 21 and AB. RGB value is (62,33,171). Sum of RGB (Red+Green+Blue) = 62+33+171=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E21AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E21AB is #C1DE54. Grayscale: #383838. Windows color (decimal): -12705365 or 11215166. OLE color: 11215166.

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

Color convert

RGB6233171-
CMYK0.640.8100.33
HSL252.61º67.65%40%-
HSV(B)252.61º80.7%67.06%-
XYZ9.885.0538.98-
YUV57.4192.11131.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.31%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=23.31%
G=12.41%
B=64.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62331710.640.8100.33252.6167.6540
Hex3E21AB4051021fd4428
Octal764125310012104137510450
Binary11111010000110101011100000010100010100001111111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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