#354D9A

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

Shades of Tory Blue #354D9A

Tints of Tory Blue #354D9A

Color information

#354D9A (or 0x354D9A) is unknown color: approx Tory Blue. HEX triplet: 35, 4D and 9A. RGB value is (53,77,154). Sum of RGB (Red+Green+Blue) = 53+77+154=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #354D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D9A is #CAB265. Grayscale: #4E4E4E. Windows color (decimal): -13283942 or 10112309. OLE color: 10112309.

HSL color Cylindrical-coordinate representation of color #354D9A: hue angle of 225.74º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354D9A is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5377154-
CMYK0.660.5000.40
HSL225.74º48.79%40.59%-
HSV(B)225.74º65.58%60.39%-
XYZ9.958.431.67-
YUV78.6170.55109.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=18.66%
G=27.11%
B=54.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53771540.660.5000.40225.7448.7940.59
Hex354D9A4232028e23129
Octal65115232102620503426151
Binary1101011001101100110101000010110010010100011100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,154); }

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

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

 a { background-color: rgb(53,77,154); }

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

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

 span { border-color: rgb(53,77,154); }

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