#353AB2

Color #353AB2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #353AB2

Tints of Persian Blue #353AB2

Color information

#353AB2 (or 0x353AB2) is unknown color: approx Persian Blue. HEX triplet: 35, 3A and B2. RGB value is (53,58,178). Sum of RGB (Red+Green+Blue) = 53+58+178=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 178 (69.92% from 255 or 61.59% from 289); Max value from RGB is 178 - color contains mainly: blue. Hex color #353AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AB2 is #CAC54D. Grayscale: #454545. Windows color (decimal): -13288782 or 11680309. OLE color: 11680309.

HSL color Cylindrical-coordinate representation of color #353AB2: hue angle of 237.6º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353AB2 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5358178-
CMYK0.700.6700.30
HSL237.6º54.11%45.29%-
HSV(B)237.6º70.22%69.8%-
XYZ11.02742.89-
YUV70.18188.84115.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 178 (69.92% from 255) = 61.59%
R=18.34%
G=20.07%
B=61.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53581780.700.6700.30237.654.1145.29
Hex353AB2464301Eee362d
Octal65722621061030363566655
Binary110101111010101100101000110100001101111011101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353AB2; }

 p { color: rgb(53,58,178); }

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

<style>
 a { background-color: #353AB2; }

 a { background-color: rgb(53,58,178); }

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

<style>
 span { border-color: #353AB2; }

 span { border-color: rgb(53,58,178); }

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