Html Css Color HEX #3E19AA Blue Gem

📋 copy color: '#3E19AA'

red 62 ◦ green 25 ◦ blue 170

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

Shades of Blue Gem #3E19AA

Tints of Blue Gem #3E19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 24.12%
G = 9.73%
B = 66.15%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E19AA (or 0x3E19AA) is known color: Blue Gem. HEX triplet: 3E, 19 and AA. RGB value is (62,25,170). Sum of RGB (Red+Green+Blue) = 62+25+170=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E19AA is #C1E655. Grayscale: #343434. Windows color (decimal): -12707414 or 11147582. OLE color: 11147582.

HSL color Cylindrical-coordinate representation of color #3E19AA: hue angle of 255.31º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E19AA is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 25 170 -
CMYK 0.64 0.85 0 0.33
HSL 255.31º 0.74% 0.38% -
HSV(B) 255.31º 0.85% 0.67% -
XYZ 9.59 4.62 38.42 -
YUV 52.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 62 25 170 0.64 0.85 0 0.33 255.31 0.74 0.38
Hex 3E 19 AA 40 55 0 21 FF 4A 26
Octal 76 31 252 100 125 0 41 377 112 46
Binary 111110 11001 10101010 1000000 1010101 0 100001 11111111 1001010 100110

Color Harmonies of #3E19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E19AA

Black with #3E19AA

Text Example


Text Example

White with #3E19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,25,170); }

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

background-color css

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

 a { background-color: rgb(62,25,170); }

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

border-color css

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

 span { border-color: rgb(62,25,170); }

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