#354891

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

Shades of Tory Blue #354891

Tints of Tory Blue #354891

Color information

#354891 (or 0x354891) is unknown color: approx Tory Blue. HEX triplet: 35, 48 and 91. RGB value is (53,72,145). Sum of RGB (Red+Green+Blue) = 53+72+145=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #354891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354891 is #CAB76E. Grayscale: #4A4A4A. Windows color (decimal): -13285231 or 9521205. OLE color: 9521205.

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

Color convert

RGB5372145-
CMYK0.630.5000.43
HSL227.61º46.46%38.82%-
HSV(B)227.61º63.45%56.86%-
XYZ8.97.4427.75-
YUV74.64167.71112.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=19.63%
G=26.67%
B=53.70%

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
Decimal53721450.630.5000.43227.6146.4638.82
Hex3548913F3202Be42e27
Octal6511022177620533445647
Binary110101100100010010001111111110010010101111100100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354891; }

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

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

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

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

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

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

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

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