#3523A8

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

Shades of Blue Gem #3523A8

Tints of Blue Gem #3523A8

Color information

#3523A8 (or 0x3523A8) is unknown color: approx Blue Gem. HEX triplet: 35, 23 and A8. RGB value is (53,35,168). Sum of RGB (Red+Green+Blue) = 53+35+168=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 168 (66.02% from 255 or 65.62% from 256); Max value from RGB is 168 - color contains mainly: blue. Hex color #3523A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3523A8 is #CADC57. Grayscale: #373737. Windows color (decimal): -13294680 or 11019061. OLE color: 11019061.

HSL color Cylindrical-coordinate representation of color #3523A8: hue angle of 248.12º 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 #3523A8 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5335168-
CMYK0.680.7900.34
HSL248.12º65.52%39.8%-
HSV(B)248.12º79.17%65.88%-
XYZ9.144.7937.49-
YUV55.54191.46126.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 168 (66.02% from 255) = 65.62%
R=20.70%
G=13.67%
B=65.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53351680.680.7900.34248.1265.5239.8
Hex3523A8444F022f84228
Octal654325010411704237010250
Binary11010110001110101000100010010011110100010111110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3523A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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