#354D8A

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

Shades of Tory Blue #354D8A

Tints of Tory Blue #354D8A

Color information

#354D8A (or 0x354D8A) is unknown color: approx Tory Blue. HEX triplet: 35, 4D and 8A. RGB value is (53,77,138). Sum of RGB (Red+Green+Blue) = 53+77+138=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #354D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D8A is #CAB275. Grayscale: #4C4C4C. Windows color (decimal): -13283958 or 9063733. OLE color: 9063733.

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

Color convert

RGB5377138-
CMYK0.620.4400.46
HSL223.06º44.5%37.45%-
HSV(B)223.06º61.59%54.12%-
XYZ8.717.925.11-
YUV76.78162.55111.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 138 (54.30% from 255) = 51.49%
R=19.78%
G=28.73%
B=51.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53771380.620.4400.46223.0644.537.45
Hex354D8A3E2C02Edf2d25
Octal6511521276540563375545
Binary110101100110110001010111110101100010111011011111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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