#354EA2

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

Shades of Tory Blue #354EA2

Tints of Tory Blue #354EA2

Color information

#354EA2 (or 0x354EA2) is unknown color: approx Tory Blue. HEX triplet: 35, 4E and A2. RGB value is (53,78,162). Sum of RGB (Red+Green+Blue) = 53+78+162=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #354EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EA2 is #CAB15D. Grayscale: #4F4F4F. Windows color (decimal): -13283678 or 10636853. OLE color: 10636853.

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

Color convert

RGB5378162-
CMYK0.670.5200.36
HSL226.24º50.7%42.16%-
HSV(B)226.24º67.28%63.53%-
XYZ10.718.8135.32-
YUV80.1174.22108.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 162 (63.67% from 255) = 55.29%
R=18.09%
G=26.62%
B=55.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53781620.670.5200.36226.2450.742.16
Hex354EA24334024e2332a
Octal65116242103640443426352
Binary1101011001110101000101000011110100010010011100010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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