Html Css Color HEX #3A20AE Blue Gem

📋 copy color: '#3A20AE'

red 58 ◦ green 32 ◦ blue 174

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

Shades of Blue Gem #3A20AE

Tints of Blue Gem #3A20AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 21.97%
G = 12.12%
B = 65.91%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A20AE (or 0x3A20AE) is known color: Blue Gem. HEX triplet: 3A, 20 and AE. RGB value is (58,32,174). Sum of RGB (Red+Green+Blue) = 58+32+174=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A20AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A20AE is #C5DF51. Grayscale: #373737. Windows color (decimal): -12967762 or 11411514. OLE color: 11411514.

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

Color convert

RGB 58 32 174 -
CMYK 0.67 0.82 0 0.32
HSL 250.99º 0.69% 0.4% -
HSV(B) 250.99º 0.82% 0.68% -
XYZ 9.9 4.99 40.49 -
YUV 55.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 58 32 174 0.67 0.82 0 0.32 250.99 0.69 0.4
Hex 3A 20 AE 43 52 0 20 FB 45 28
Octal 72 40 256 103 122 0 40 373 105 50
Binary 111010 100000 10101110 1000011 1010010 0 100000 11111011 1000101 101000

Color Harmonies of #3A20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A20AE

Black with #3A20AE

Text Example


Text Example

White with #3A20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,32,174); }

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

background-color css

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

 a { background-color: rgb(58,32,174); }

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

border-color css

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

 span { border-color: rgb(58,32,174); }

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