#3E219F

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

Shades of Blue Gem #3E219F

Tints of Blue Gem #3E219F

Color information

#3E219F (or 0x3E219F) is unknown color: approx Blue Gem. HEX triplet: 3E, 21 and 9F. RGB value is (62,33,159). Sum of RGB (Red+Green+Blue) = 62+33+159=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E219F is #C1DE60. Grayscale: #373737. Windows color (decimal): -12705377 or 10428734. OLE color: 10428734.

HSL color Cylindrical-coordinate representation of color #3E219F: hue angle of 253.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E219F is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6233159-
CMYK0.610.7900.38
HSL253.81º65.62%37.65%-
HSV(B)253.81º79.25%62.35%-
XYZ8.794.6233.23-
YUV56.04186.11132.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.41%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 159 (62.5% from 255) = 62.60%
R=24.41%
G=12.99%
B=62.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62331590.610.7900.38253.8165.6237.65
Hex3E219F3D4F026fe4226
Octal76412377511704637610246
Binary1111101000011001111111110110011110100110111111101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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