#353ACA

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

Shades of Persian Blue #353ACA

Tints of Persian Blue #353ACA

Color information

#353ACA (or 0x353ACA) is unknown color: approx Persian Blue. HEX triplet: 35, 3A and CA. RGB value is (53,58,202). Sum of RGB (Red+Green+Blue) = 53+58+202=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #353ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ACA is #CAC535. Grayscale: #484848. Windows color (decimal): -13288758 or 13253173. OLE color: 13253173.

HSL color Cylindrical-coordinate representation of color #353ACA: hue angle of 237.99º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353ACA is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5358202-
CMYK0.740.7100.21
HSL237.99º58.43%50%-
HSV(B)237.99º73.76%79.22%-
XYZ13.648.0556.71-
YUV72.92200.84113.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 202 (79.30% from 255) = 64.54%
R=16.93%
G=18.53%
B=64.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53582020.740.7100.21237.9958.4350
Hex353ACA4A47015ee3a32
Octal65723121121070253567262
Binary110101111010110010101001010100011101010111101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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