#354297

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

Shades of Tory Blue #354297

Tints of Tory Blue #354297

Color information

#354297 (or 0x354297) is unknown color: approx Tory Blue. HEX triplet: 35, 42 and 97. RGB value is (53,66,151). Sum of RGB (Red+Green+Blue) = 53+66+151=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #354297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354297 is #CABD68. Grayscale: #474747. Windows color (decimal): -13286761 or 9912885. OLE color: 9912885.

HSL color Cylindrical-coordinate representation of color #354297: hue angle of 232.04º 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 #354297 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5366151-
CMYK0.650.5600.41
HSL232.04º48.04%40%-
HSV(B)232.04º64.9%59.22%-
XYZ96.8930.13-
YUV71.8172.69114.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 151 (59.38% from 255) = 55.93%
R=19.63%
G=24.44%
B=55.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53661510.650.5600.41232.0448.0440
Hex3542974138029e83028
Octal65102227101700513506050
Binary1101011000010100101111000001111000010100111101000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354297; }

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

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

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

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

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

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

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

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