#355189

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

Shades of Tory Blue #355189

Tints of Tory Blue #355189

Color information

#355189 (or 0x355189) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 89. RGB value is (53,81,137). Sum of RGB (Red+Green+Blue) = 53+81+137=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #355189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355189 is #CAAE76. Grayscale: #4E4E4E. Windows color (decimal): -13282935 or 8999221. OLE color: 8999221.

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

Color convert

RGB5381137-
CMYK0.610.4100.46
HSL220º44.21%37.25%-
HSV(B)220º61.31%53.73%-
XYZ8.938.4524.83-
YUV79.01160.72109.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 137 (53.91% from 255) = 50.55%
R=19.56%
G=29.89%
B=50.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53811370.610.4100.4622044.2137.25
Hex3551893D2902Edc2c25
Octal6512121175510563345445
Binary110101101000110001001111101101001010111011011100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355189; }

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

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

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

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

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

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

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

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