#3E298D

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

Shades of Blue Gem #3E298D

Tints of Blue Gem #3E298D

Color information

#3E298D (or 0x3E298D) is unknown color: approx Blue Gem. HEX triplet: 3E, 29 and 8D. RGB value is (62,41,141). Sum of RGB (Red+Green+Blue) = 62+41+141=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E298D is #C1D672. Grayscale: #3A3A3A. Windows color (decimal): -12703347 or 9251134. OLE color: 9251134.

HSL color Cylindrical-coordinate representation of color #3E298D: hue angle of 252.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E298D is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6241141-
CMYK0.560.7100.45
HSL252.6º54.95%35.69%-
HSV(B)252.6º70.92%55.29%-
XYZ7.594.5325.67-
YUV58.68174.46130.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.41%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=25.41%
G=16.80%
B=57.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62411410.560.7100.45252.654.9535.69
Hex3E298D384702Dfd3724
Octal7651215701070553756744
Binary111110101001100011011110001000111010110111111101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,141); }

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

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

 a { background-color: rgb(62,41,141); }

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

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

 span { border-color: rgb(62,41,141); }

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