#355691

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

Shades of Tory Blue #355691

Tints of Tory Blue #355691

Color information

#355691 (or 0x355691) is unknown color: approx Tory Blue. HEX triplet: 35, 56 and 91. RGB value is (53,86,145). Sum of RGB (Red+Green+Blue) = 53+86+145=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #355691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355691 is #CAA96E. Grayscale: #525252. Windows color (decimal): -13281647 or 9524789. OLE color: 9524789.

HSL color Cylindrical-coordinate representation of color #355691: hue angle of 218.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355691 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5386145-
CMYK0.630.4100.43
HSL218.48º46.46%38.82%-
HSV(B)218.48º63.45%56.86%-
XYZ9.919.4628.09-
YUV82.86163.07106.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=18.66%
G=30.28%
B=51.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53861450.630.4100.43218.4846.4638.82
Hex3556913F2902Bda2e27
Octal6512622177510533325647
Binary110101101011010010001111111101001010101111011010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355691; }

 p { color: rgb(53,86,145); }

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

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

 a { background-color: rgb(53,86,145); }

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

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

 span { border-color: rgb(53,86,145); }

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