#354097

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

Shades of Tory Blue #354097

Tints of Tory Blue #354097

Color information

#354097 (or 0x354097) is unknown color: approx Tory Blue. HEX triplet: 35, 40 and 97. RGB value is (53,64,151). Sum of RGB (Red+Green+Blue) = 53+64+151=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #354097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354097 is #CABF68. Grayscale: #464646. Windows color (decimal): -13287273 or 9912373. OLE color: 9912373.

HSL color Cylindrical-coordinate representation of color #354097: hue angle of 233.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354097 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5364151-
CMYK0.650.5800.41
HSL233.27º48.04%40%-
HSV(B)233.27º64.9%59.22%-
XYZ8.896.6630.09-
YUV70.63173.36115.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 151 (59.38% from 255) = 56.34%
R=19.78%
G=23.88%
B=56.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53641510.650.5800.41233.2748.0440
Hex354097413A029e93028
Octal65100227101720513516050
Binary1101011000000100101111000001111010010100111101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354097; }

 p { color: rgb(53,64,151); }

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

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

 a { background-color: rgb(53,64,151); }

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

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

 span { border-color: rgb(53,64,151); }

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