#353CA4

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

Shades of Persian Blue #353CA4

Tints of Persian Blue #353CA4

Color information

#353CA4 (or 0x353CA4) is unknown color: approx Persian Blue. HEX triplet: 35, 3C and A4. RGB value is (53,60,164). Sum of RGB (Red+Green+Blue) = 53+60+164=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #353CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CA4 is #CAC35B. Grayscale: #454545. Windows color (decimal): -13288284 or 10763317. OLE color: 10763317.

HSL color Cylindrical-coordinate representation of color #353CA4: hue angle of 236.22º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353CA4 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5360164-
CMYK0.680.6300.36
HSL236.22º51.15%42.55%-
HSV(B)236.22º67.68%64.31%-
XYZ9.786.6735.89-
YUV69.76181.18116.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 164 (64.45% from 255) = 59.21%
R=19.13%
G=21.66%
B=59.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53601640.680.6300.36236.2251.1542.55
Hex353CA4443F024ec332b
Octal6574244104770443546353
Binary110101111100101001001000100111111010010011101100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,164); }

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

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

 a { background-color: rgb(53,60,164); }

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

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

 span { border-color: rgb(53,60,164); }

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