#354199

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

Shades of Tory Blue #354199

Tints of Tory Blue #354199

Color information

#354199 (or 0x354199) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 99. RGB value is (53,65,153). Sum of RGB (Red+Green+Blue) = 53+65+153=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #354199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354199 is #CABE66. Grayscale: #474747. Windows color (decimal): -13287015 or 10043701. OLE color: 10043701.

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

Color convert

RGB5365153-
CMYK0.650.5800.4
HSL232.8º48.54%40.39%-
HSV(B)232.8º65.36%60%-
XYZ9.116.8430.98-
YUV71.44174.02114.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=19.56%
G=23.99%
B=56.46%

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
Decimal53651530.650.5800.4232.848.5440.39
Hex354199413A028e93128
Octal65101231101720503516150
Binary1101011000001100110011000001111010010100011101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354199; }

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

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

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

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

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

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

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

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