#353BAF

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

Shades of Persian Blue #353BAF

Tints of Persian Blue #353BAF

Color information

#353BAF (or 0x353BAF) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and AF. RGB value is (53,59,175). Sum of RGB (Red+Green+Blue) = 53+59+175=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #353BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BAF is #CAC450. Grayscale: #454545. Windows color (decimal): -13288529 or 11483957. OLE color: 11483957.

HSL color Cylindrical-coordinate representation of color #353BAF: hue angle of 237.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353BAF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5359175-
CMYK0.700.6600.31
HSL237.05º53.51%44.71%-
HSV(B)237.05º69.71%68.63%-
XYZ10.776.9841.34-
YUV70.43187.01115.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=18.47%
G=20.56%
B=60.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53591750.700.6600.31237.0553.5144.71
Hex353BAF464201Fed362d
Octal65732571061020373556655
Binary110101111011101011111000110100001001111111101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,175); }

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

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

 a { background-color: rgb(53,59,175); }

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

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

 span { border-color: rgb(53,59,175); }

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