Html Css Color HEX #3E19AD Blue Gem

📋 copy color: '#3E19AD'

red 62 ◦ green 25 ◦ blue 173

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

Shades of Blue Gem #3E19AD

Tints of Blue Gem #3E19AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 23.85%
G = 9.62%
B = 66.54%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E19AD (or 0x3E19AD) is known color: Blue Gem. HEX triplet: 3E, 19 and AD. RGB value is (62,25,173). Sum of RGB (Red+Green+Blue) = 62+25+173=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E19AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E19AD is #C1E652. Grayscale: #343434. Windows color (decimal): -12707411 or 11344190. OLE color: 11344190.

HSL color Cylindrical-coordinate representation of color #3E19AD: hue angle of 255º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E19AD is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 62 25 173 -
CMYK 0.64 0.86 0 0.32
HSL 255º 0.75% 0.39% -
HSV(B) 255º 0.86% 0.68% -
XYZ 9.88 4.74 39.93 -
YUV 52.94 195.76 134.47 -
System Red Green Blue C M Y K H S L
Decimal 62 25 173 0.64 0.86 0 0.32 255 0.75 0.39
Hex 3E 19 AD 40 56 0 20 FF 4B 27
Octal 76 31 255 100 126 0 40 377 113 47
Binary 111110 11001 10101101 1000000 1010110 0 100000 11111111 1001011 100111

Color Harmonies of #3E19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E19AD

Black with #3E19AD

Text Example


Text Example

White with #3E19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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