#353EAE

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

Shades of Persian Blue #353EAE

Tints of Persian Blue #353EAE

Color information

#353EAE (or 0x353EAE) is unknown color: approx Persian Blue. HEX triplet: 35, 3E and AE. RGB value is (53,62,174). Sum of RGB (Red+Green+Blue) = 53+62+174=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #353EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EAE is #CAC151. Grayscale: #474747. Windows color (decimal): -13287762 or 11419189. OLE color: 11419189.

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

Color convert

RGB5362174-
CMYK0.700.6400.32
HSL235.54º53.3%44.51%-
HSV(B)235.54º69.54%68.24%-
XYZ10.837.2640.87-
YUV72.08185.52114.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=18.34%
G=21.45%
B=60.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53621740.700.6400.32235.5453.344.51
Hex353EAE4640020ec352d
Octal65762561061000403546555
Binary1101011111101010111010001101000000010000011101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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