Html Css Color HEX #3E16AA Blue Gem

📋 copy color: '#3E16AA'

red 62 ◦ green 22 ◦ blue 170

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

Shades of Blue Gem #3E16AA

Tints of Blue Gem #3E16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 24.41%
G = 8.66%
B = 66.93%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E16AA (or 0x3E16AA) is known color: Blue Gem. HEX triplet: 3E, 16 and AA. RGB value is (62,22,170). Sum of RGB (Red+Green+Blue) = 62+22+170=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E16AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E16AA is #C1E955. Grayscale: #323232. Windows color (decimal): -12708182 or 11146814. OLE color: 11146814.

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

Color convert

RGB 62 22 170 -
CMYK 0.64 0.87 0 0.33
HSL 256.22º 0.77% 0.38% -
HSV(B) 256.22º 0.87% 0.67% -
XYZ 9.53 4.5 38.4 -
YUV 50.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 62 22 170 0.64 0.87 0 0.33 256.22 0.77 0.38
Hex 3E 16 AA 40 57 0 21 100 4D 26
Octal 76 26 252 100 127 0 41 400 115 46
Binary 111110 10110 10101010 1000000 1010111 0 100001 100000000 1001101 100110

Color Harmonies of #3E16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E16AA

Black with #3E16AA

Text Example


Text Example

White with #3E16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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