#354F8C

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

Shades of Tory Blue #354F8C

Tints of Tory Blue #354F8C

Color information

#354F8C (or 0x354F8C) is unknown color: approx Tory Blue. HEX triplet: 35, 4F and 8C. RGB value is (53,79,140). Sum of RGB (Red+Green+Blue) = 53+79+140=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #354F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F8C is #CAB073. Grayscale: #4D4D4D. Windows color (decimal): -13283444 or 9195317. OLE color: 9195317.

HSL color Cylindrical-coordinate representation of color #354F8C: hue angle of 222.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #354F8C is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5379140-
CMYK0.620.4400.45
HSL222.07º45.08%37.84%-
HSV(B)222.07º62.14%54.9%-
XYZ98.2425.93-
YUV78.18162.89110.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=19.49%
G=29.04%
B=51.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53791400.620.4400.45222.0745.0837.84
Hex354F8C3E2C02Dde2d26
Octal6511721476540553365546
Binary110101100111110001100111110101100010110111011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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