#354D90

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

Shades of Tory Blue #354D90

Tints of Tory Blue #354D90

Color information

#354D90 (or 0x354D90) is unknown color: approx Tory Blue. HEX triplet: 35, 4D and 90. RGB value is (53,77,144). Sum of RGB (Red+Green+Blue) = 53+77+144=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #354D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D90 is #CAB26F. Grayscale: #4D4D4D. Windows color (decimal): -13283952 or 9456949. OLE color: 9456949.

HSL color Cylindrical-coordinate representation of color #354D90: hue angle of 224.18º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354D90 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5377144-
CMYK0.630.4700.44
HSL224.18º46.19%38.63%-
HSV(B)224.18º63.19%56.47%-
XYZ9.168.0827.46-
YUV77.46165.55110.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=19.34%
G=28.10%
B=52.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53771440.630.4700.44224.1846.1938.63
Hex354D903F2F02Ce02e27
Octal6511522077570543405647
Binary110101100110110010000111111101111010110011100000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,144); }

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

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

 a { background-color: rgb(53,77,144); }

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

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

 span { border-color: rgb(53,77,144); }

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