#353DA4

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

Shades of Persian Blue #353DA4

Tints of Persian Blue #353DA4

Color information

#353DA4 (or 0x353DA4) is unknown color: approx Persian Blue. HEX triplet: 35, 3D and A4. RGB value is (53,61,164). Sum of RGB (Red+Green+Blue) = 53+61+164=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #353DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353DA4 is #CAC25B. Grayscale: #454545. Windows color (decimal): -13288028 or 10763573. OLE color: 10763573.

HSL color Cylindrical-coordinate representation of color #353DA4: hue angle of 235.68º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353DA4 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5361164-
CMYK0.680.6300.36
HSL235.68º51.15%42.55%-
HSV(B)235.68º67.68%64.31%-
XYZ9.846.7735.91-
YUV70.35180.85115.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 164 (64.45% from 255) = 58.99%
R=19.06%
G=21.94%
B=58.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53611640.680.6300.36235.6851.1542.55
Hex353DA4443F024ec332b
Octal6575244104770443546353
Binary110101111101101001001000100111111010010011101100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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