Html Css Color HEX #3E20AB Blue Gem

📋 copy color: '#3E20AB'

red 62 ◦ green 32 ◦ blue 171

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

Shades of Blue Gem #3E20AB

Tints of Blue Gem #3E20AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 23.4%
G = 12.08%
B = 64.53%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E20AB (or 0x3E20AB) is known color: Blue Gem. HEX triplet: 3E, 20 and AB. RGB value is (62,32,171). Sum of RGB (Red+Green+Blue) = 62+32+171=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E20AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E20AB is #C1DF54. Grayscale: #383838. Windows color (decimal): -12705621 or 11214910. OLE color: 11214910.

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

Color convert

RGB 62 32 171 -
CMYK 0.64 0.81 0 0.33
HSL 252.95º 0.68% 0.4% -
HSV(B) 252.95º 0.81% 0.67% -
XYZ 9.85 5 38.97 -
YUV 56.82 192.44 131.7 -
System Red Green Blue C M Y K H S L
Decimal 62 32 171 0.64 0.81 0 0.33 252.95 0.68 0.4
Hex 3E 20 AB 40 51 0 21 FD 44 28
Octal 76 40 253 100 121 0 41 375 104 50
Binary 111110 100000 10101011 1000000 1010001 0 100001 11111101 1000100 101000

Color Harmonies of #3E20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E20AB

Black with #3E20AB

Text Example


Text Example

White with #3E20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,171); }

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

background-color css

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

 a { background-color: rgb(62,32,171); }

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

border-color css

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

 span { border-color: rgb(62,32,171); }

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