#3E299D

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

Shades of Blue Gem #3E299D

Tints of Blue Gem #3E299D

Color information

#3E299D (or 0x3E299D) is unknown color: approx Blue Gem. HEX triplet: 3E, 29 and 9D. RGB value is (62,41,157). Sum of RGB (Red+Green+Blue) = 62+41+157=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E299D is #C1D662. Grayscale: #3C3C3C. Windows color (decimal): -12703331 or 10299710. OLE color: 10299710.

HSL color Cylindrical-coordinate representation of color #3E299D: hue angle of 250.86º 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 #3E299D is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6241157-
CMYK0.610.7400.38
HSL250.86º58.59%38.82%-
HSV(B)250.86º73.89%61.57%-
XYZ8.875.0432.4-
YUV60.5182.46129.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 157 (61.72% from 255) = 60.38%
R=23.85%
G=15.77%
B=60.38%

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
Decimal62411570.610.7400.38250.8658.5938.82
Hex3E299D3D4A026fb3b27
Octal7651235751120463737347
Binary111110101001100111011111011001010010011011111011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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