#353EC0

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

Shades of Persian Blue #353EC0

Tints of Persian Blue #353EC0

Color information

#353EC0 (or 0x353EC0) is unknown color: approx Persian Blue. HEX triplet: 35, 3E and C0. RGB value is (53,62,192). Sum of RGB (Red+Green+Blue) = 53+62+192=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #353EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EC0 is #CAC13F. Grayscale: #494949. Windows color (decimal): -13287744 or 12598837. OLE color: 12598837.

HSL color Cylindrical-coordinate representation of color #353EC0: hue angle of 236.12º 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 #353EC0 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5362192-
CMYK0.720.6800.25
HSL236.12º56.73%48.04%-
HSV(B)236.12º72.4%75.29%-
XYZ12.718.0150.75-
YUV74.13194.52112.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 192 (75.39% from 255) = 62.54%
R=17.26%
G=20.20%
B=62.54%

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
Decimal53621920.720.6800.25236.1256.7348.04
Hex353EC04844019ec3930
Octal65763001101040313547160
Binary110101111110110000001001000100010001100111101100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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