#3A20AB

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

Shades of Blue Gem #3A20AB

Tints of Blue Gem #3A20AB

Color information

#3A20AB (or 0x3A20AB) is unknown color: approx Blue Gem. HEX triplet: 3A, 20 and AB. RGB value is (58,32,171). Sum of RGB (Red+Green+Blue) = 58+32+171=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A20AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A20AB is #C5DF54. Grayscale: #373737. Windows color (decimal): -12967765 or 11214906. OLE color: 11214906.

HSL color Cylindrical-coordinate representation of color #3A20AB: hue angle of 251.22º 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 #3A20AB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5832171-
CMYK0.660.8100.33
HSL251.22º68.47%39.8%-
HSV(B)251.22º81.29%67.06%-
XYZ9.614.8738.96-
YUV55.62193.11129.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=22.22%
G=12.26%
B=65.52%

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
Decimal58321710.660.8100.33251.2268.4739.8
Hex3A20AB4251021fb4428
Octal724025310212104137310450
Binary11101010000010101011100001010100010100001111110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,171); }

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

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

 a { background-color: rgb(58,32,171); }

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

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

 span { border-color: rgb(58,32,171); }

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