#355191

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

Shades of Tory Blue #355191

Tints of Tory Blue #355191

Color information

#355191 (or 0x355191) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 91. RGB value is (53,81,145). Sum of RGB (Red+Green+Blue) = 53+81+145=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #355191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355191 is #CAAE6E. Grayscale: #4F4F4F. Windows color (decimal): -13282927 or 9523509. OLE color: 9523509.

HSL color Cylindrical-coordinate representation of color #355191: hue angle of 221.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355191 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5381145-
CMYK0.630.4400.43
HSL221.74º46.46%38.82%-
HSV(B)221.74º63.45%56.86%-
XYZ9.528.6927.96-
YUV79.92164.72108.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=19.00%
G=29.03%
B=51.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53811450.630.4400.43221.7446.4638.82
Hex3551913F2C02Bde2e27
Octal6512122177540533365647
Binary110101101000110010001111111101100010101111011110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355191; }

 p { color: rgb(53,81,145); }

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

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

 a { background-color: rgb(53,81,145); }

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

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

 span { border-color: rgb(53,81,145); }

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