#3E2992

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

Shades of Blue Gem #3E2992

Tints of Blue Gem #3E2992

Color information

#3E2992 (or 0x3E2992) is unknown color: approx Blue Gem. HEX triplet: 3E, 29 and 92. RGB value is (62,41,146). Sum of RGB (Red+Green+Blue) = 62+41+146=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E2992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2992 is #C1D66D. Grayscale: #3A3A3A. Windows color (decimal): -12703342 or 9578814. OLE color: 9578814.

HSL color Cylindrical-coordinate representation of color #3E2992: hue angle of 252º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E2992 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6241146-
CMYK0.580.7200.43
HSL252º56.15%36.67%-
HSV(B)252º71.92%57.25%-
XYZ7.974.6927.68-
YUV59.25176.96129.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.90%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=24.90%
G=16.47%
B=58.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62411460.580.7200.4325256.1536.67
Hex3E29923A4802Bfc3825
Octal7651222721100533747045
Binary111110101001100100101110101001000010101111111100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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