#3A2AA4

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

Shades of Blue Gem #3A2AA4

Tints of Blue Gem #3A2AA4

Color information

#3A2AA4 (or 0x3A2AA4) is unknown color: approx Blue Gem. HEX triplet: 3A, 2A and A4. RGB value is (58,42,164). Sum of RGB (Red+Green+Blue) = 58+42+164=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A2AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2AA4 is #C5D55B. Grayscale: #3C3C3C. Windows color (decimal): -12965212 or 10758714. OLE color: 10758714.

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

Color convert

RGB5842164-
CMYK0.650.7400.36
HSL247.87º59.22%40.39%-
HSV(B)247.87º74.39%64.31%-
XYZ9.275.2435.64-
YUV60.69186.3126.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 164 (64.45% from 255) = 62.12%
R=21.97%
G=15.91%
B=62.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58421640.650.7400.36247.8759.2240.39
Hex3A2AA4414A024f83b28
Octal72522441011120443707350
Binary1110101010101010010010000011001010010010011111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,42,164); }

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

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

 a { background-color: rgb(58,42,164); }

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

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

 span { border-color: rgb(58,42,164); }

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