#353DC0

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

Shades of Persian Blue #353DC0

Tints of Persian Blue #353DC0

Color information

#353DC0 (or 0x353DC0) is unknown color: approx Persian Blue. HEX triplet: 35, 3D and C0. RGB value is (53,61,192). Sum of RGB (Red+Green+Blue) = 53+61+192=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #353DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DC0 is #CAC23F. Grayscale: #494949. Windows color (decimal): -13288000 or 12598581. OLE color: 12598581.

HSL color Cylindrical-coordinate representation of color #353DC0: hue angle of 236.55º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353DC0 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5361192-
CMYK0.720.6800.25
HSL236.55º56.73%48.04%-
HSV(B)236.55º72.4%75.29%-
XYZ12.657.950.73-
YUV73.54194.85113.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 192 (75.39% from 255) = 62.75%
R=17.32%
G=19.93%
B=62.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53611920.720.6800.25236.5556.7348.04
Hex353DC04844019ed3930
Octal65753001101040313557160
Binary110101111101110000001001000100010001100111101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,192); }

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

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

 a { background-color: rgb(53,61,192); }

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

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

 span { border-color: rgb(53,61,192); }

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