Html Css Color HEX #3E2198 Blue Gem

📋 copy color: '#3E2198'

red 62 ◦ green 33 ◦ blue 152

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

Shades of Blue Gem #3E2198

Tints of Blue Gem #3E2198

RGB

 RED value IS 62 (24.61% from 255) = 25.1%

 GREEN value IS 33 (13.28% from 255) = 13.36%

 BLUE value IS 152 (59.77% from 255) = 61.54%

R = 25.1%
G = 13.36%
B = 61.54%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3E2198 (or 0x3E2198) is known color: Blue Gem. HEX triplet: 3E, 21 and 98. RGB value is (62,33,152). Sum of RGB (Red+Green+Blue) = 62+33+152=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E2198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2198 is #C1DE67. Grayscale: #363636. Windows color (decimal): -12705384 or 9969982. OLE color: 9969982.

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

Color convert

RGB 62 33 152 -
CMYK 0.59 0.78 0 0.40
HSL 254.62º 0.64% 0.36% -
HSV(B) 254.62º 0.78% 0.6% -
XYZ 8.2 4.38 30.12 -
YUV 55.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 62 33 152 0.59 0.78 0 0.40 254.62 0.64 0.36
Hex 3E 21 98 3B 4E 0 28 FF 40 24
Octal 76 41 230 73 116 0 50 377 100 44
Binary 111110 100001 10011000 111011 1001110 0 101000 11111111 1000000 100100

Color Harmonies of #3E2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2198

Black with #3E2198

Text Example


Text Example

White with #3E2198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E2198;
 }
 .AnyTagClassName
 {
   color: #3E2198;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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