#354EA1

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

Shades of Tory Blue #354EA1

Tints of Tory Blue #354EA1

Color information

#354EA1 (or 0x354EA1) is unknown color: approx Tory Blue. HEX triplet: 35, 4E and A1. RGB value is (53,78,161). Sum of RGB (Red+Green+Blue) = 53+78+161=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #354EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EA1 is #CAB15E. Grayscale: #4F4F4F. Windows color (decimal): -13283679 or 10571317. OLE color: 10571317.

HSL color Cylindrical-coordinate representation of color #354EA1: hue angle of 226.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354EA1 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5378161-
CMYK0.670.5200.37
HSL226.11º50.47%41.96%-
HSV(B)226.11º67.08%63.14%-
XYZ10.638.7834.85-
YUV79.99173.72108.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 161 (63.28% from 255) = 55.14%
R=18.15%
G=26.71%
B=55.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53781610.670.5200.37226.1150.4741.96
Hex354EA14334025e2322a
Octal65116241103640453426252
Binary1101011001110101000011000011110100010010111100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,161); }

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

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

 a { background-color: rgb(53,78,161); }

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

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

 span { border-color: rgb(53,78,161); }

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