#3E2496

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

Shades of Blue Gem #3E2496

Tints of Blue Gem #3E2496

Color information

#3E2496 (or 0x3E2496) is unknown color: approx Blue Gem. HEX triplet: 3E, 24 and 96. RGB value is (62,36,150). Sum of RGB (Red+Green+Blue) = 62+36+150=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E2496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2496 is #C1DB69. Grayscale: #383838. Windows color (decimal): -12704618 or 9839678. OLE color: 9839678.

HSL color Cylindrical-coordinate representation of color #3E2496: hue angle of 253.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2496 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6236150-
CMYK0.590.7600.41
HSL253.68º61.29%36.47%-
HSV(B)253.68º76%58.82%-
XYZ8.124.4929.29-
YUV56.77180.61131.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=25%
G=14.52%
B=60.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal62361500.590.7600.41253.6861.2936.47
Hex3E24963B4C029fe3d24
Octal7644226731140513767544
Binary111110100100100101101110111001100010100111111110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,36,150); }

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

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

 a { background-color: rgb(62,36,150); }

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

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

 span { border-color: rgb(62,36,150); }

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