#354D88

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

Shades of Tory Blue #354D88

Tints of Tory Blue #354D88

Color information

#354D88 (or 0x354D88) is unknown color: approx Tory Blue. HEX triplet: 35, 4D and 88. RGB value is (53,77,136). Sum of RGB (Red+Green+Blue) = 53+77+136=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #354D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D88 is #CAB277. Grayscale: #4C4C4C. Windows color (decimal): -13283960 or 8932661. OLE color: 8932661.

HSL color Cylindrical-coordinate representation of color #354D88: hue angle of 222.65º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354D88 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5377136-
CMYK0.610.4300.47
HSL222.65º43.92%37.06%-
HSV(B)222.65º61.03%53.33%-
XYZ8.577.8424.35-
YUV76.55161.55111.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=19.92%
G=28.95%
B=51.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53771360.610.4300.47222.6543.9237.06
Hex354D883D2B02Fdf2c25
Octal6511521075530573375445
Binary110101100110110001000111101101011010111111011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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