#354E8E

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

Shades of Tory Blue #354E8E

Tints of Tory Blue #354E8E

Color information

#354E8E (or 0x354E8E) is unknown color: approx Tory Blue. HEX triplet: 35, 4E and 8E. RGB value is (53,78,142). Sum of RGB (Red+Green+Blue) = 53+78+142=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #354E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E8E is #CAB171. Grayscale: #4D4D4D. Windows color (decimal): -13283698 or 9326133. OLE color: 9326133.

HSL color Cylindrical-coordinate representation of color #354E8E: hue angle of 223.15º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354E8E is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5378142-
CMYK0.630.4500.44
HSL223.15º45.64%38.24%-
HSV(B)223.15º62.68%55.69%-
XYZ9.088.1626.69-
YUV77.82164.22110.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=19.41%
G=28.57%
B=52.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53781420.630.4500.44223.1545.6438.24
Hex354E8E3F2D02Cdf2e26
Octal6511621677550543375646
Binary110101100111010001110111111101101010110011011111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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