Html Css Color HEX #3E3198 Blue Gem

📋 copy color: '#3E3198'

red 62 ◦ green 49 ◦ blue 152

#3E3198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #3E3198

Tints of Blue Gem #3E3198

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 value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3E3198 (or 0x3E3198) is known color: 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

RGB 62 49 152 -
CMYK 0.59 0.68 0 0.40
HSL 247.57º 0.51% 0.39% -
HSV(B) 247.57º 0.68% 0.6% -
XYZ 8.75 5.49 30.3 -
YUV 64.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 62 49 152 0.59 0.68 0 0.40 247.57 0.51 0.39
Hex 3E 31 98 3B 44 0 28 F8 33 27
Octal 76 61 230 73 104 0 50 370 63 47
Binary 111110 110001 10011000 111011 1000100 0 101000 11111000 110011 100111

Color Harmonies of #3E3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3198

Black with #3E3198

Text Example


Text Example

White with #3E3198

Text Example


Text Example

HTML Codes & Css Web 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>