#353CAA

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

Shades of Persian Blue #353CAA

Tints of Persian Blue #353CAA

Color information

#353CAA (or 0x353CAA) is unknown color: approx Persian Blue. HEX triplet: 35, 3C and AA. RGB value is (53,60,170). Sum of RGB (Red+Green+Blue) = 53+60+170=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #353CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CAA is #CAC355. Grayscale: #464646. Windows color (decimal): -13288278 or 11156533. OLE color: 11156533.

HSL color Cylindrical-coordinate representation of color #353CAA: hue angle of 236.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353CAA is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5360170-
CMYK0.690.6500.33
HSL236.41º52.47%43.73%-
HSV(B)236.41º68.82%66.67%-
XYZ10.346.8938.82-
YUV70.45184.18115.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=18.73%
G=21.20%
B=60.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53601700.690.6500.33236.4152.4743.73
Hex353CAA4541021ec342c
Octal65742521051010413546454
Binary1101011111001010101010001011000001010000111101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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