#354780

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

Shades of Tory Blue #354780

Tints of Tory Blue #354780

Color information

#354780 (or 0x354780) is unknown color: approx Tory Blue. HEX triplet: 35, 47 and 80. RGB value is (53,71,128). Sum of RGB (Red+Green+Blue) = 53+71+128=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #354780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354780 is #CAB87F. Grayscale: #474747. Windows color (decimal): -13285504 or 8406837. OLE color: 8406837.

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

Color convert

RGB5371128-
CMYK0.590.4500.50
HSL225.6º41.44%35.49%-
HSV(B)225.6º58.59%50.2%-
XYZ7.626.8221.34-
YUV72.12159.54114.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 128 (50.39% from 255) = 50.79%
R=21.03%
G=28.17%
B=50.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53711280.590.4500.50225.641.4435.49
Hex3547803B2D032e22923
Octal6510720073550623425143
Binary110101100011110000000111011101101011001011100010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354780; }

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

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

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

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

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

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

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

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