#354587

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

Shades of Tory Blue #354587

Tints of Tory Blue #354587

Color information

#354587 (or 0x354587) is unknown color: approx Tory Blue. HEX triplet: 35, 45 and 87. RGB value is (53,69,135). Sum of RGB (Red+Green+Blue) = 53+69+135=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #354587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354587 is #CABA78. Grayscale: #474747. Windows color (decimal): -13286009 or 8865077. OLE color: 8865077.

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

Color convert

RGB5369135-
CMYK0.610.4900.47
HSL228.29º43.62%36.86%-
HSV(B)228.29º60.74%52.94%-
XYZ7.976.7623.81-
YUV71.74163.7114.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=20.62%
G=26.85%
B=52.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53691350.610.4900.47228.2943.6236.86
Hex3545873D3102Fe42c25
Octal6510520775610573445445
Binary110101100010110000111111101110001010111111100100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354587; }

 p { color: rgb(53,69,135); }

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

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

 a { background-color: rgb(53,69,135); }

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

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

 span { border-color: rgb(53,69,135); }

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