#3A29A3

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

Shades of Blue Gem #3A29A3

Tints of Blue Gem #3A29A3

Color information

#3A29A3 (or 0x3A29A3) is unknown color: approx Blue Gem. HEX triplet: 3A, 29 and A3. RGB value is (58,41,163). Sum of RGB (Red+Green+Blue) = 58+41+163=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #3A29A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A29A3 is #C5D65C. Grayscale: #3B3B3B. Windows color (decimal): -12965469 or 10692922. OLE color: 10692922.

HSL color Cylindrical-coordinate representation of color #3A29A3: hue angle of 248.36º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A29A3 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5841163-
CMYK0.640.7500.36
HSL248.36º59.8%40%-
HSV(B)248.36º74.85%63.92%-
XYZ9.155.1335.16-
YUV59.99186.13126.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.14%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 163 (64.06% from 255) = 62.21%
R=22.14%
G=15.65%
B=62.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58411630.640.7500.36248.3659.840
Hex3A29A3404B024f83c28
Octal72512431001130443707450
Binary1110101010011010001110000001001011010010011111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A29A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A29A3;
 }
 .AnyTagClassName
 {
   color: #3A29A3;
 }
</style>
background-color css

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

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

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

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

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

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