#353CC2

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

Shades of Persian Blue #353CC2

Tints of Persian Blue #353CC2

Color information

#353CC2 (or 0x353CC2) is unknown color: approx Persian Blue. HEX triplet: 35, 3C and C2. RGB value is (53,60,194). Sum of RGB (Red+Green+Blue) = 53+60+194=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #353CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CC2 is #CAC33D. Grayscale: #484848. Windows color (decimal): -13288254 or 12729397. OLE color: 12729397.

HSL color Cylindrical-coordinate representation of color #353CC2: hue angle of 237.02º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #353CC2 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5360194-
CMYK0.730.6900.24
HSL237.02º57.09%48.43%-
HSV(B)237.02º72.68%76.08%-
XYZ12.827.8851.88-
YUV73.18196.18113.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 194 (76.17% from 255) = 63.19%
R=17.26%
G=19.54%
B=63.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53601940.730.6900.24237.0257.0948.43
Hex353CC24945018ed3930
Octal65743021111050303557160
Binary110101111100110000101001001100010101100011101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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