#3C20AB

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

Shades of Blue Gem #3C20AB

Tints of Blue Gem #3C20AB

Color information

#3C20AB (or 0x3C20AB) is unknown color: approx Blue Gem. HEX triplet: 3C, 20 and AB. RGB value is (60,32,171). Sum of RGB (Red+Green+Blue) = 60+32+171=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C20AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C20AB is #C3DF54. Grayscale: #373737. Windows color (decimal): -12836693 or 11214908. OLE color: 11214908.

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

Color convert

RGB6032171-
CMYK0.650.8100.33
HSL252.09º68.47%39.8%-
HSV(B)252.09º81.29%67.06%-
XYZ9.734.9338.97-
YUV56.22192.78130.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=22.81%
G=12.17%
B=65.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60321710.650.8100.33252.0968.4739.8
Hex3C20AB4151021fc4428
Octal744025310112104137410450
Binary11110010000010101011100000110100010100001111111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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