#353CAE

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

Shades of Persian Blue #353CAE

Tints of Persian Blue #353CAE

Color information

#353CAE (or 0x353CAE) is unknown color: approx Persian Blue. HEX triplet: 35, 3C and AE. RGB value is (53,60,174). Sum of RGB (Red+Green+Blue) = 53+60+174=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #353CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CAE is #CAC351. Grayscale: #464646. Windows color (decimal): -13288274 or 11418677. OLE color: 11418677.

HSL color Cylindrical-coordinate representation of color #353CAE: hue angle of 236.53º 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 #353CAE is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5360174-
CMYK0.700.6600.32
HSL236.53º53.3%44.51%-
HSV(B)236.53º69.54%68.24%-
XYZ10.727.0440.84-
YUV70.9186.18115.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=18.47%
G=20.91%
B=60.63%

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
Decimal53601740.700.6600.32236.5353.344.51
Hex353CAE4642020ed352d
Octal65742561061020403556555
Binary1101011111001010111010001101000010010000011101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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