#3A21AC

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

Shades of Blue Gem #3A21AC

Tints of Blue Gem #3A21AC

Color information

#3A21AC (or 0x3A21AC) is unknown color: approx Blue Gem. HEX triplet: 3A, 21 and AC. RGB value is (58,33,172). Sum of RGB (Red+Green+Blue) = 58+33+172=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A21AC is #C5DE53. Grayscale: #373737. Windows color (decimal): -12967508 or 11280698. OLE color: 11280698.

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

Color convert

RGB5833172-
CMYK0.660.8100.33
HSL250.79º67.8%40.2%-
HSV(B)250.79º80.81%67.45%-
XYZ9.744.9739.48-
YUV56.32193.28129.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 172 (67.58% from 255) = 65.40%
R=22.05%
G=12.55%
B=65.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58331720.660.8100.33250.7967.840.2
Hex3A21AC4251021fb4428
Octal724125410212104137310450
Binary11101010000110101100100001010100010100001111110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,33,172); }

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

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

 a { background-color: rgb(58,33,172); }

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

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

 span { border-color: rgb(58,33,172); }

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