#354D9F

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

Shades of Tory Blue #354D9F

Tints of Tory Blue #354D9F

Color information

#354D9F (or 0x354D9F) is unknown color: approx Tory Blue. HEX triplet: 35, 4D and 9F. RGB value is (53,77,159). Sum of RGB (Red+Green+Blue) = 53+77+159=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #354D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D9F is #CAB260. Grayscale: #4E4E4E. Windows color (decimal): -13283937 or 10439989. OLE color: 10439989.

HSL color Cylindrical-coordinate representation of color #354D9F: hue angle of 226.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354D9F is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5377159-
CMYK0.670.5200.38
HSL226.42º50%41.57%-
HSV(B)226.42º66.67%62.35%-
XYZ10.388.5733.91-
YUV79.17173.05109.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 159 (62.5% from 255) = 55.02%
R=18.34%
G=26.64%
B=55.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53771590.670.5200.38226.425041.57
Hex354D9F4334026e2322a
Octal65115237103640463426252
Binary1101011001101100111111000011110100010011011100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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