Html Css Color HEX #3E22AB Blue Gem

📋 copy color: '#3E22AB'

red 62 ◦ green 34 ◦ blue 171

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

Shades of Blue Gem #3E22AB

Tints of Blue Gem #3E22AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

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

R = 23.22%
G = 12.73%
B = 64.04%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E22AB (or 0x3E22AB) is known color: Blue Gem. HEX triplet: 3E, 22 and AB. RGB value is (62,34,171). Sum of RGB (Red+Green+Blue) = 62+34+171=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E22AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E22AB is #C1DD54. Grayscale: #393939. Windows color (decimal): -12705109 or 11215422. OLE color: 11215422.

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

Color convert

RGB 62 34 171 -
CMYK 0.64 0.80 0 0.33
HSL 252.26º 0.67% 0.4% -
HSV(B) 252.26º 0.8% 0.67% -
XYZ 9.91 5.11 38.99 -
YUV 57.99 191.78 130.86 -
System Red Green Blue C M Y K H S L
Decimal 62 34 171 0.64 0.80 0 0.33 252.26 0.67 0.4
Hex 3E 22 AB 40 50 0 21 FC 43 28
Octal 76 42 253 100 120 0 41 374 103 50
Binary 111110 100010 10101011 1000000 1010000 0 100001 11111100 1000011 101000

Color Harmonies of #3E22AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E22AB

Black with #3E22AB

Text Example


Text Example

White with #3E22AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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