#354FA1

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

Shades of Tory Blue #354FA1

Tints of Tory Blue #354FA1

Color information

#354FA1 (or 0x354FA1) is unknown color: approx Tory Blue. HEX triplet: 35, 4F and A1. RGB value is (53,79,161). Sum of RGB (Red+Green+Blue) = 53+79+161=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #354FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354FA1 is #CAB05E. Grayscale: #505050. Windows color (decimal): -13283423 or 10571573. OLE color: 10571573.

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

Color convert

RGB5379161-
CMYK0.670.5100.37
HSL225.56º50.47%41.96%-
HSV(B)225.56º67.08%63.14%-
XYZ10.78.9234.88-
YUV80.57173.39108.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 161 (63.28% from 255) = 54.95%
R=18.09%
G=26.96%
B=54.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53791610.670.5100.37225.5650.4741.96
Hex354FA14333025e2322a
Octal65117241103630453426252
Binary1101011001111101000011000011110011010010111100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,161); }

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

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

 a { background-color: rgb(53,79,161); }

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

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

 span { border-color: rgb(53,79,161); }

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