#354989

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

Shades of Tory Blue #354989

Tints of Tory Blue #354989

Color information

#354989 (or 0x354989) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 89. RGB value is (53,73,137). Sum of RGB (Red+Green+Blue) = 53+73+137=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #354989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354989 is #CAB676. Grayscale: #4A4A4A. Windows color (decimal): -13284983 or 8997173. OLE color: 8997173.

HSL color Cylindrical-coordinate representation of color #354989: hue angle of 225.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354989 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5373137-
CMYK0.610.4700.46
HSL225.71º44.21%37.25%-
HSV(B)225.71º61.31%53.73%-
XYZ8.377.3324.64-
YUV74.32163.37112.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=20.15%
G=27.76%
B=52.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53731370.610.4700.46225.7144.2137.25
Hex3549893D2F02Ee22c25
Octal6511121175570563425445
Binary110101100100110001001111101101111010111011100010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354989; }

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

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

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

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

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

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

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

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