#354A99

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

Shades of Tory Blue #354A99

Tints of Tory Blue #354A99

Color information

#354A99 (or 0x354A99) is unknown color: approx Tory Blue. HEX triplet: 35, 4A and 99. RGB value is (53,74,153). Sum of RGB (Red+Green+Blue) = 53+74+153=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #354A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A99 is #CAB566. Grayscale: #4C4C4C. Windows color (decimal): -13284711 or 10046005. OLE color: 10046005.

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

Color convert

RGB5374153-
CMYK0.650.5200.4
HSL227.4º48.54%40.39%-
HSV(B)227.4º65.36%60%-
XYZ9.677.9531.16-
YUV76.73171.04111.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=18.93%
G=26.43%
B=54.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53741530.650.5200.4227.448.5440.39
Hex354A994134028e33128
Octal65112231101640503436150
Binary1101011001010100110011000001110100010100011100011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354A99; }

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

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

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

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

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

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

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

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