#3A2EAA

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

Shades of Blue Gem #3A2EAA

Tints of Blue Gem #3A2EAA

Color information

#3A2EAA (or 0x3A2EAA) is unknown color: approx Blue Gem. HEX triplet: 3A, 2E and AA. RGB value is (58,46,170). Sum of RGB (Red+Green+Blue) = 58+46+170=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A2EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2EAA is #C5D155. Grayscale: #3F3F3F. Windows color (decimal): -12964182 or 11152954. OLE color: 11152954.

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

Color convert

RGB5846170-
CMYK0.660.7300.33
HSL245.81º57.41%42.35%-
HSV(B)245.81º72.94%66.67%-
XYZ9.985.7638.62-
YUV63.72187.98123.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=21.17%
G=16.79%
B=62.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58461700.660.7300.33245.8157.4142.35
Hex3A2EAA4249021f6392a
Octal72562521021110413667152
Binary1110101011101010101010000101001001010000111110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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