#354899

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

Shades of Tory Blue #354899

Tints of Tory Blue #354899

Color information

#354899 (or 0x354899) is unknown color: approx Tory Blue. HEX triplet: 35, 48 and 99. RGB value is (53,72,153). Sum of RGB (Red+Green+Blue) = 53+72+153=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #354899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354899 is #CAB766. Grayscale: #4B4B4B. Windows color (decimal): -13285223 or 10045493. OLE color: 10045493.

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

Color convert

RGB5372153-
CMYK0.650.5300.4
HSL228.6º48.54%40.39%-
HSV(B)228.6º65.36%60%-
XYZ9.547.6931.12-
YUV75.55171.71111.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 153 (60.16% from 255) = 55.04%
R=19.06%
G=25.90%
B=55.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53721530.650.5300.4228.648.5440.39
Hex3548994135028e53128
Octal65110231101650503456150
Binary1101011001000100110011000001110101010100011100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354899; }

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

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

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

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

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

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

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

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