#353BCA

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

Shades of Persian Blue #353BCA

Tints of Persian Blue #353BCA

Color information

#353BCA (or 0x353BCA) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and CA. RGB value is (53,59,202). Sum of RGB (Red+Green+Blue) = 53+59+202=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #353BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BCA is #CAC435. Grayscale: #484848. Windows color (decimal): -13288502 or 13253429. OLE color: 13253429.

HSL color Cylindrical-coordinate representation of color #353BCA: hue angle of 237.58º 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 #353BCA is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5359202-
CMYK0.740.7100.21
HSL237.58º58.43%50%-
HSV(B)237.58º73.76%79.22%-
XYZ13.698.1556.73-
YUV73.51200.51113.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 202 (79.30% from 255) = 64.33%
R=16.88%
G=18.79%
B=64.33%

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
Decimal53592020.740.7100.21237.5858.4350
Hex353BCA4A47015ee3a32
Octal65733121121070253567262
Binary110101111011110010101001010100011101010111101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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