#354099

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

Shades of Tory Blue #354099

Tints of Tory Blue #354099

Color information

#354099 (or 0x354099) is unknown color: approx Tory Blue. HEX triplet: 35, 40 and 99. RGB value is (53,64,153). Sum of RGB (Red+Green+Blue) = 53+64+153=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #354099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354099 is #CABF66. Grayscale: #464646. Windows color (decimal): -13287271 or 10043445. OLE color: 10043445.

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

Color convert

RGB5364153-
CMYK0.650.5800.4
HSL233.4º48.54%40.39%-
HSV(B)233.4º65.36%60%-
XYZ9.056.7230.96-
YUV70.86174.36115.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=19.63%
G=23.70%
B=56.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53641530.650.5800.4233.448.5440.39
Hex354099413A028e93128
Octal65100231101720503516150
Binary1101011000000100110011000001111010010100011101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354099; }

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

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

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

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

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

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

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

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