#3E299E

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

Shades of Blue Gem #3E299E

Tints of Blue Gem #3E299E

Color information

#3E299E (or 0x3E299E) is unknown color: approx Blue Gem. HEX triplet: 3E, 29 and 9E. RGB value is (62,41,158). Sum of RGB (Red+Green+Blue) = 62+41+158=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E299E is #C1D661. Grayscale: #3C3C3C. Windows color (decimal): -12703330 or 10365246. OLE color: 10365246.

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

Color convert

RGB6241158-
CMYK0.610.7400.38
HSL250.77º58.79%39.02%-
HSV(B)250.77º74.05%61.96%-
XYZ8.955.0832.86-
YUV60.62182.96128.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=23.75%
G=15.71%
B=60.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62411580.610.7400.38250.7758.7939.02
Hex3E299E3D4A026fb3b27
Octal7651236751120463737347
Binary111110101001100111101111011001010010011011111011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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