#3E2892

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

Shades of Blue Gem #3E2892

Tints of Blue Gem #3E2892

Color information

#3E2892 (or 0x3E2892) is unknown color: approx Blue Gem. HEX triplet: 3E, 28 and 92. RGB value is (62,40,146). Sum of RGB (Red+Green+Blue) = 62+40+146=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E2892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2892 is #C1D76D. Grayscale: #3A3A3A. Windows color (decimal): -12703598 or 9578558. OLE color: 9578558.

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

Color convert

RGB6240146-
CMYK0.580.7300.43
HSL252.45º56.99%36.47%-
HSV(B)252.45º72.6%57.25%-
XYZ7.934.6227.67-
YUV58.66177.29130.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=25%
G=16.13%
B=58.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62401460.580.7300.43252.4556.9936.47
Hex3E28923A4902Bfc3924
Octal7650222721110533747144
Binary111110101000100100101110101001001010101111111100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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