#3A29A2

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

Shades of Blue Gem #3A29A2

Tints of Blue Gem #3A29A2

Color information

#3A29A2 (or 0x3A29A2) is unknown color: approx Blue Gem. HEX triplet: 3A, 29 and A2. RGB value is (58,41,162). Sum of RGB (Red+Green+Blue) = 58+41+162=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A29A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A29A2 is #C5D65D. Grayscale: #3B3B3B. Windows color (decimal): -12965470 or 10627386. OLE color: 10627386.

HSL color Cylindrical-coordinate representation of color #3A29A2: hue angle of 248.43º 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 #3A29A2 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5841162-
CMYK0.640.7500.36
HSL248.43º59.61%39.8%-
HSV(B)248.43º74.69%63.53%-
XYZ9.065.0934.69-
YUV59.88185.63126.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 162 (63.67% from 255) = 62.07%
R=22.22%
G=15.71%
B=62.07%

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
Decimal58411620.640.7500.36248.4359.6139.8
Hex3A29A2404B024f83c28
Octal72512421001130443707450
Binary1110101010011010001010000001001011010010011111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A29A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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