#3521A0

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

Shades of Blue Gem #3521A0

Tints of Blue Gem #3521A0

Color information

#3521A0 (or 0x3521A0) is unknown color: approx Blue Gem. HEX triplet: 35, 21 and A0. RGB value is (53,33,160). Sum of RGB (Red+Green+Blue) = 53+33+160=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #3521A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3521A0 is #CADE5F. Grayscale: #343434. Windows color (decimal): -13295200 or 10494261. OLE color: 10494261.

HSL color Cylindrical-coordinate representation of color #3521A0: hue angle of 249.45º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3521A0 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5333160-
CMYK0.670.7900.37
HSL249.45º65.8%37.84%-
HSV(B)249.45º79.37%62.75%-
XYZ8.364.3833.66-
YUV53.46188.13127.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 160 (62.89% from 255) = 65.04%
R=21.54%
G=13.41%
B=65.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53331600.670.7900.37249.4565.837.84
Hex3521A0434F025f94226
Octal654124010311704537110246
Binary11010110000110100000100001110011110100101111110011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3521A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3521A0; }

 p { color: rgb(53,33,160); }

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

<style>
 a { background-color: #3521A0; }

 a { background-color: rgb(53,33,160); }

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

<style>
 span { border-color: #3521A0; }

 span { border-color: rgb(53,33,160); }

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