Html Css Color HEX #3A29AA Blue Gem

📋 copy color: '#3A29AA'

red 58 ◦ green 41 ◦ blue 170

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

Shades of Blue Gem #3A29AA

Tints of Blue Gem #3A29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 21.56%
G = 15.24%
B = 63.2%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A29AA (or 0x3A29AA) is known color: Blue Gem. HEX triplet: 3A, 29 and AA. RGB value is (58,41,170). Sum of RGB (Red+Green+Blue) = 58+41+170=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A29AA is #C5D655. Grayscale: #3C3C3C. Windows color (decimal): -12965462 or 11151674. OLE color: 11151674.

HSL color Cylindrical-coordinate representation of color #3A29AA: hue angle of 247.91º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A29AA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 41 170 -
CMYK 0.66 0.76 0 0.33
HSL 247.91º 0.61% 0.41% -
HSV(B) 247.91º 0.76% 0.67% -
XYZ 9.79 5.39 38.55 -
YUV 60.79 189.63 126.01 -
System Red Green Blue C M Y K H S L
Decimal 58 41 170 0.66 0.76 0 0.33 247.91 0.61 0.41
Hex 3A 29 AA 42 4C 0 21 F8 3D 29
Octal 72 51 252 102 114 0 41 370 75 51
Binary 111010 101001 10101010 1000010 1001100 0 100001 11111000 111101 101001

Color Harmonies of #3A29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A29AA

Black with #3A29AA

Text Example


Text Example

White with #3A29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,170); }

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

background-color css

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

 a { background-color: rgb(58,41,170); }

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

border-color css

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

 span { border-color: rgb(58,41,170); }

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