Html Css Color HEX #3A29AC Blue Gem

📋 copy color: '#3A29AC'

red 58 ◦ green 41 ◦ blue 172

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

Shades of Blue Gem #3A29AC

Tints of Blue Gem #3A29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 21.4%
G = 15.13%
B = 63.47%

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

#3A29AC (or 0x3A29AC) is known color: Blue Gem. HEX triplet: 3A, 29 and AC. RGB value is (58,41,172). Sum of RGB (Red+Green+Blue) = 58+41+172=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A29AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A29AC is #C5D653. Grayscale: #3C3C3C. Windows color (decimal): -12965460 or 11282746. OLE color: 11282746.

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

Color convert

RGB 58 41 172 -
CMYK 0.66 0.76 0 0.33
HSL 247.79º 0.62% 0.42% -
HSV(B) 247.79º 0.76% 0.67% -
XYZ 9.98 5.46 39.56 -
YUV 61.02 190.63 125.85 -
System Red Green Blue C M Y K H S L
Decimal 58 41 172 0.66 0.76 0 0.33 247.79 0.62 0.42
Hex 3A 29 AC 42 4C 0 21 F8 3E 2A
Octal 72 51 254 102 114 0 41 370 76 52
Binary 111010 101001 10101100 1000010 1001100 0 100001 11111000 111110 101010

Color Harmonies of #3A29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A29AC

Black with #3A29AC

Text Example


Text Example

White with #3A29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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