#353BAE

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

Shades of Persian Blue #353BAE

Tints of Persian Blue #353BAE

Color information

#353BAE (or 0x353BAE) is unknown color: approx Persian Blue. HEX triplet: 35, 3B and AE. RGB value is (53,59,174). Sum of RGB (Red+Green+Blue) = 53+59+174=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #353BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BAE is #CAC451. Grayscale: #454545. Windows color (decimal): -13288530 or 11418421. OLE color: 11418421.

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

Color convert

RGB5359174-
CMYK0.700.6600.32
HSL237.02º53.3%44.51%-
HSV(B)237.02º69.54%68.24%-
XYZ10.676.9440.82-
YUV70.32186.51115.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=18.53%
G=20.63%
B=60.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53591740.700.6600.32237.0253.344.51
Hex353BAE4642020ed352d
Octal65732561061020403556555
Binary1101011110111010111010001101000010010000011101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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