#354E8B

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

Shades of Tory Blue #354E8B

Tints of Tory Blue #354E8B

Color information

#354E8B (or 0x354E8B) is unknown color: approx Tory Blue. HEX triplet: 35, 4E and 8B. RGB value is (53,78,139). Sum of RGB (Red+Green+Blue) = 53+78+139=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #354E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E8B is #CAB174. Grayscale: #4D4D4D. Windows color (decimal): -13283701 or 9129525. OLE color: 9129525.

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

Color convert

RGB5378139-
CMYK0.620.4400.45
HSL222.56º44.79%37.65%-
HSV(B)222.56º61.87%54.51%-
XYZ8.858.0725.52-
YUV77.48162.72110.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=19.63%
G=28.89%
B=51.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53781390.620.4400.45222.5644.7937.65
Hex354E8B3E2C02Ddf2d26
Octal6511621376540553375546
Binary110101100111010001011111110101100010110111011111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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