#354396

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

Shades of Tory Blue #354396

Tints of Tory Blue #354396

Color information

#354396 (or 0x354396) is unknown color: approx Tory Blue. HEX triplet: 35, 43 and 96. RGB value is (53,67,150). Sum of RGB (Red+Green+Blue) = 53+67+150=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #354396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354396 is #CABC69. Grayscale: #474747. Windows color (decimal): -13286506 or 9847605. OLE color: 9847605.

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

Color convert

RGB5367150-
CMYK0.650.5500.41
HSL231.34º47.78%39.8%-
HSV(B)231.34º64.67%58.82%-
XYZ8.986.9729.73-
YUV72.28171.86114.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=19.63%
G=24.81%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53671500.650.5500.41231.3447.7839.8
Hex3543964137029e73028
Octal65103226101670513476050
Binary1101011000011100101101000001110111010100111100111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354396; }

 p { color: rgb(53,67,150); }

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

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

 a { background-color: rgb(53,67,150); }

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

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

 span { border-color: rgb(53,67,150); }

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