#353BC1

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

Shades of Persian Blue #353BC1

Tints of Persian Blue #353BC1

Color information

#353BC1 (or 0x353BC1) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and C1. RGB value is (53,59,193). Sum of RGB (Red+Green+Blue) = 53+59+193=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #353BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BC1 is #CAC43E. Grayscale: #474747. Windows color (decimal): -13288511 or 12663605. OLE color: 12663605.

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

Color convert

RGB5359193-
CMYK0.730.6900.24
HSL237.43º56.91%48.24%-
HSV(B)237.43º72.54%75.69%-
XYZ12.667.7451.28-
YUV72.48196.01114.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 193 (75.78% from 255) = 63.28%
R=17.38%
G=19.34%
B=63.28%

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
Decimal53591930.730.6900.24237.4356.9148.24
Hex353BC14945018ed3930
Octal65733011111050303557160
Binary110101111011110000011001001100010101100011101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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