#3A1AAE

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

Shades of Blue Gem #3A1AAE

Tints of Blue Gem #3A1AAE

Color information

#3A1AAE (or 0x3A1AAE) is unknown color: approx Blue Gem. HEX triplet: 3A, 1A and AE. RGB value is (58,26,174). Sum of RGB (Red+Green+Blue) = 58+26+174=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1AAE is #C5E551. Grayscale: #333333. Windows color (decimal): -12969298 or 11409978. OLE color: 11409978.

HSL color Cylindrical-coordinate representation of color #3A1AAE: hue angle of 252.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1AAE is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5826174-
CMYK0.670.8500.32
HSL252.97º74%39.22%-
HSV(B)252.97º85.06%68.24%-
XYZ9.754.6940.44-
YUV52.44196.6131.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.48%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=22.48%
G=10.08%
B=67.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58261740.670.8500.32252.977439.22
Hex3A1AAE4355020fd4a27
Octal723225610312504037511247
Binary1110101101010101110100001110101010100000111111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,26,174); }

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

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

 a { background-color: rgb(58,26,174); }

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

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

 span { border-color: rgb(58,26,174); }

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