#3E2F95

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

Shades of Blue Gem #3E2F95

Tints of Blue Gem #3E2F95

Color information

#3E2F95 (or 0x3E2F95) is unknown color: approx Blue Gem. HEX triplet: 3E, 2F and 95. RGB value is (62,47,149). Sum of RGB (Red+Green+Blue) = 62+47+149=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E2F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2F95 is #C1D06A. Grayscale: #3E3E3E. Windows color (decimal): -12701803 or 9776958. OLE color: 9776958.

HSL color Cylindrical-coordinate representation of color #3E2F95: hue angle of 248.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2F95 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6247149-
CMYK0.580.6800.42
HSL248.82º52.04%38.43%-
HSV(B)248.82º68.46%58.43%-
XYZ8.435.2329-
YUV63.11176.47127.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.03%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=24.03%
G=18.22%
B=57.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62471490.580.6800.42248.8252.0438.43
Hex3E2F953A4402Af93426
Octal7657225721040523716446
Binary111110101111100101011110101000100010101011111001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,47,149); }

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

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

 a { background-color: rgb(62,47,149); }

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

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

 span { border-color: rgb(62,47,149); }

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