#354980

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

Shades of Tory Blue #354980

Tints of Tory Blue #354980

Color information

#354980 (or 0x354980) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 80. RGB value is (53,73,128). Sum of RGB (Red+Green+Blue) = 53+73+128=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #354980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354980 is #CAB67F. Grayscale: #494949. Windows color (decimal): -13284992 or 8407349. OLE color: 8407349.

HSL color Cylindrical-coordinate representation of color #354980: hue angle of 224º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354980 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5373128-
CMYK0.590.4300.50
HSL224º41.44%35.49%-
HSV(B)224º58.59%50.2%-
XYZ7.757.0821.38-
YUV73.29158.87113.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=20.87%
G=28.74%
B=50.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53731280.590.4300.5022441.4435.49
Hex3549803B2B032e02923
Octal6511120073530623405143
Binary110101100100110000000111011101011011001011100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354980; }

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

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

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

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

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

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

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

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