#353bc2

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

Shades of Persian Blue #353BC2

Tints of Persian Blue #353BC2

Color information

#353BC2 (or 0x353BC2) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and C2. RGB value is (53,59,194). Sum of RGB (Red+Green+Blue) = 53+59+194=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #353BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BC2 is #CAC43D. Grayscale: #484848. Windows color (decimal): -13288510 or 12729141. OLE color: 12729141.

HSL color Cylindrical-coordinate representation of color #353BC2: hue angle of 237.45º 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 #353BC2 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5359194-
CMYK0.730.7000.24
HSL237.45º57.09%48.43%-
HSV(B)237.45º72.68%76.08%-
XYZ12.777.7851.87-
YUV72.6196.51114.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 194 (76.17% from 255) = 63.40%
R=17.32%
G=19.28%
B=63.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53591940.730.7000.24237.4557.0948.43
Hex353BC24946018ed3930
Octal65733021111060303557160
Binary110101111011110000101001001100011001100011101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353bc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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