#3A29AC

Color #3A29AC Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3A29AC

Tints of Blue Gem #3A29AC

Color information

#3A29AC (or 0x3A29AC) is unknown color: approx 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

RGB5841172-
CMYK0.660.7600.33
HSL247.79º61.5%41.76%-
HSV(B)247.79º76.16%67.45%-
XYZ9.985.4639.56-
YUV61.02190.63125.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 172 (67.58% from 255) = 63.47%
R=21.40%
G=15.13%
B=63.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58411720.660.7600.33247.7961.541.76
Hex3A29AC424C021f83e2a
Octal72512541021140413707652
Binary1110101010011010110010000101001100010000111111000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A29AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>