#354991

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

Shades of Tory Blue #354991

Tints of Tory Blue #354991

Color information

#354991 (or 0x354991) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 91. RGB value is (53,73,145). Sum of RGB (Red+Green+Blue) = 53+73+145=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #354991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354991 is #CAB66E. Grayscale: #4A4A4A. Windows color (decimal): -13284975 or 9521461. OLE color: 9521461.

HSL color Cylindrical-coordinate representation of color #354991: hue angle of 226.96º 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 #354991 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5373145-
CMYK0.630.5000.43
HSL226.96º46.46%38.82%-
HSV(B)226.96º63.45%56.86%-
XYZ8.967.5727.78-
YUV75.23167.37112.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=19.56%
G=26.94%
B=53.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53731450.630.5000.43226.9646.4638.82
Hex3549913F3202Be32e27
Octal6511122177620533435647
Binary110101100100110010001111111110010010101111100011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354991; }

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

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

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

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

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

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

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

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