#3E3198

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

Shades of Blue Gem #3E3198

Tints of Blue Gem #3E3198

Color information

#3E3198 (or 0x3E3198) is unknown color: approx Blue Gem. HEX triplet: 3E, 31 and 98. RGB value is (62,49,152). Sum of RGB (Red+Green+Blue) = 62+49+152=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E3198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3198 is #C1CE67. Grayscale: #404040. Windows color (decimal): -12701288 or 9974078. OLE color: 9974078.

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

Color convert

RGB6249152-
CMYK0.590.6800.40
HSL247.57º51.24%39.41%-
HSV(B)247.57º67.76%59.61%-
XYZ8.755.4930.3-
YUV64.63177.31126.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 152 (59.77% from 255) = 57.79%
R=23.57%
G=18.63%
B=57.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal62491520.590.6800.40247.5751.2439.41
Hex3E31983B44028f83327
Octal7661230731040503706347
Binary111110110001100110001110111000100010100011111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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