#353FA5

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

Shades of Persian Blue #353FA5

Tints of Persian Blue #353FA5

Color information

#353FA5 (or 0x353FA5) is unknown color: approx Persian Blue. HEX triplet: 35, 3F and A5. RGB value is (53,63,165). Sum of RGB (Red+Green+Blue) = 53+63+165=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #353FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353FA5 is #CAC05A. Grayscale: #474747. Windows color (decimal): -13287515 or 10829621. OLE color: 10829621.

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

Color convert

RGB5363165-
CMYK0.680.6200.35
HSL234.64º51.38%42.75%-
HSV(B)234.64º67.88%64.71%-
XYZ10.047.0336.42-
YUV71.64180.69114.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 165 (64.84% from 255) = 58.72%
R=18.86%
G=22.42%
B=58.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53631650.680.6200.35234.6451.3842.75
Hex353FA5443E023eb332b
Octal6577245104760433536353
Binary110101111111101001011000100111110010001111101011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,63,165); }

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

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

 a { background-color: rgb(53,63,165); }

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

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

 span { border-color: rgb(53,63,165); }

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