#353EA9

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

Shades of Persian Blue #353EA9

Tints of Persian Blue #353EA9

Color information

#353EA9 (or 0x353EA9) is unknown color: approx Persian Blue. HEX triplet: 35, 3E and A9. RGB value is (53,62,169). Sum of RGB (Red+Green+Blue) = 53+62+169=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #353EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EA9 is #CAC156. Grayscale: #474747. Windows color (decimal): -13287767 or 11091509. OLE color: 11091509.

HSL color Cylindrical-coordinate representation of color #353EA9: hue angle of 235.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353EA9 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5362169-
CMYK0.690.6300.34
HSL235.34º52.25%43.53%-
HSV(B)235.34º68.64%66.27%-
XYZ10.357.0738.35-
YUV71.51183.02114.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=18.66%
G=21.83%
B=59.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53621690.690.6300.34235.3452.2543.53
Hex353EA9453F022eb342c
Octal6576251105770423536454
Binary110101111110101010011000101111111010001011101011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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