#3523A9

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

Shades of Blue Gem #3523A9

Tints of Blue Gem #3523A9

Color information

#3523A9 (or 0x3523A9) is unknown color: approx Blue Gem. HEX triplet: 35, 23 and A9. RGB value is (53,35,169). Sum of RGB (Red+Green+Blue) = 53+35+169=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #3523A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3523A9 is #CADC56. Grayscale: #373737. Windows color (decimal): -13294679 or 11084597. OLE color: 11084597.

HSL color Cylindrical-coordinate representation of color #3523A9: hue angle of 248.06º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3523A9 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5335169-
CMYK0.690.7900.34
HSL248.06º65.69%40%-
HSV(B)248.06º79.29%66.27%-
XYZ9.234.8237.98-
YUV55.66191.96126.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 169 (66.41% from 255) = 65.76%
R=20.62%
G=13.62%
B=65.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53351690.690.7900.34248.0665.6940
Hex3523A9454F022f84228
Octal654325110511704237010250
Binary11010110001110101001100010110011110100010111110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3523A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3523A9; }

 p { color: rgb(53,35,169); }

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

<style>
 a { background-color: #3523A9; }

 a { background-color: rgb(53,35,169); }

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

<style>
 span { border-color: #3523A9; }

 span { border-color: rgb(53,35,169); }

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