#354F91

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

Shades of Tory Blue #354F91

Tints of Tory Blue #354F91

Color information

#354F91 (or 0x354F91) is unknown color: approx Tory Blue. HEX triplet: 35, 4F and 91. RGB value is (53,79,145). Sum of RGB (Red+Green+Blue) = 53+79+145=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #354F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F91 is #CAB06E. Grayscale: #4E4E4E. Windows color (decimal): -13283439 or 9522997. OLE color: 9522997.

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

Color convert

RGB5379145-
CMYK0.630.4600.43
HSL223.04º46.46%38.82%-
HSV(B)223.04º63.45%56.86%-
XYZ9.388.3927.91-
YUV78.75165.39109.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=19.13%
G=28.52%
B=52.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53791450.630.4600.43223.0446.4638.82
Hex354F913F2E02Bdf2e27
Octal6511722177560533375647
Binary110101100111110010001111111101110010101111011111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354F91; }

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

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

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

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

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

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

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

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