Html Css Color HEX #3A21AB Blue Gem

📋 copy color: '#3A21AB'

red 58 ◦ green 33 ◦ blue 171

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

Shades of Blue Gem #3A21AB

Tints of Blue Gem #3A21AB

RGB

 RED value IS 58 (23.05% from 255) = 22.14%

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 22.14%
G = 12.6%
B = 65.27%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A21AB (or 0x3A21AB) is known color: Blue Gem. HEX triplet: 3A, 21 and AB. RGB value is (58,33,171). Sum of RGB (Red+Green+Blue) = 58+33+171=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A21AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A21AB is #C5DE54. Grayscale: #373737. Windows color (decimal): -12967509 or 11215162. OLE color: 11215162.

HSL color Cylindrical-coordinate representation of color #3A21AB: hue angle of 250.87º 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 #3A21AB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 33 171 -
CMYK 0.66 0.81 0 0.33
HSL 250.87º 0.68% 0.4% -
HSV(B) 250.87º 0.81% 0.67% -
XYZ 9.64 4.93 38.97 -
YUV 56.21 192.78 129.28 -
System Red Green Blue C M Y K H S L
Decimal 58 33 171 0.66 0.81 0 0.33 250.87 0.68 0.4
Hex 3A 21 AB 42 51 0 21 FB 44 28
Octal 72 41 253 102 121 0 41 373 104 50
Binary 111010 100001 10101011 1000010 1010001 0 100001 11111011 1000100 101000

Color Harmonies of #3A21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A21AB

Black with #3A21AB

Text Example


Text Example

White with #3A21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,33,171); }

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

background-color css

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

 a { background-color: rgb(58,33,171); }

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

border-color css

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

 span { border-color: rgb(58,33,171); }

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