#3E209D

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

Shades of Blue Gem #3E209D

Tints of Blue Gem #3E209D

Color information

#3E209D (or 0x3E209D) is unknown color: approx Blue Gem. HEX triplet: 3E, 20 and 9D. RGB value is (62,32,157). Sum of RGB (Red+Green+Blue) = 62+32+157=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E209D is #C1DF62. Grayscale: #363636. Windows color (decimal): -12705635 or 10297406. OLE color: 10297406.

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

Color convert

RGB6232157-
CMYK0.610.8000.38
HSL254.4º66.14%37.06%-
HSV(B)254.4º79.62%61.57%-
XYZ8.594.4932.31-
YUV55.22185.44132.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 157 (61.72% from 255) = 62.55%
R=24.70%
G=12.75%
B=62.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62321570.610.8000.38254.466.1437.06
Hex3E209D3D50026fe4225
Octal76402357512004637610245
Binary1111101000001001110111110110100000100110111111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,157); }

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

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

 a { background-color: rgb(62,32,157); }

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

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

 span { border-color: rgb(62,32,157); }

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