#3E2D99

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

Shades of Blue Gem #3E2D99

Tints of Blue Gem #3E2D99

Color information

#3E2D99 (or 0x3E2D99) is unknown color: approx Blue Gem. HEX triplet: 3E, 2D and 99. RGB value is (62,45,153). Sum of RGB (Red+Green+Blue) = 62+45+153=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E2D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2D99 is #C1D266. Grayscale: #3D3D3D. Windows color (decimal): -12702311 or 10038590. OLE color: 10038590.

HSL color Cylindrical-coordinate representation of color #3E2D99: hue angle of 249.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2D99 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6245153-
CMYK0.590.7100.4
HSL249.44º54.55%38.82%-
HSV(B)249.44º70.59%60%-
XYZ8.675.230.68-
YUV62.4179.13127.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=23.85%
G=17.31%
B=58.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal62451530.590.7100.4249.4454.5538.82
Hex3E2D993B47028f93727
Octal7655231731070503716747
Binary111110101101100110011110111000111010100011111001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,45,153); }

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

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

 a { background-color: rgb(62,45,153); }

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

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

 span { border-color: rgb(62,45,153); }

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