#3E2398

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

Shades of Blue Gem #3E2398

Tints of Blue Gem #3E2398

Color information

#3E2398 (or 0x3E2398) is unknown color: approx Blue Gem. HEX triplet: 3E, 23 and 98. RGB value is (62,35,152). Sum of RGB (Red+Green+Blue) = 62+35+152=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E2398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2398 is #C1DC67. Grayscale: #373737. Windows color (decimal): -12704872 or 9970494. OLE color: 9970494.

HSL color Cylindrical-coordinate representation of color #3E2398: hue angle of 253.85º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2398 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6235152-
CMYK0.590.7700.40
HSL253.85º62.57%36.67%-
HSV(B)253.85º76.97%59.61%-
XYZ8.264.4930.14-
YUV56.41181.95131.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.90%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=24.90%
G=14.06%
B=61.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal62351520.590.7700.40253.8562.5736.67
Hex3E23983B4D028fe3f25
Octal7643230731150503767745
Binary111110100011100110001110111001101010100011111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,35,152); }

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

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

 a { background-color: rgb(62,35,152); }

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

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

 span { border-color: rgb(62,35,152); }

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