#355790

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

Shades of Tory Blue #355790

Tints of Tory Blue #355790

Color information

#355790 (or 0x355790) is unknown color: approx Tory Blue. HEX triplet: 35, 57 and 90. RGB value is (53,87,144). Sum of RGB (Red+Green+Blue) = 53+87+144=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #355790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355790 is #CAA86F. Grayscale: #535353. Windows color (decimal): -13281392 or 9459509. OLE color: 9459509.

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

Color convert

RGB5387144-
CMYK0.630.4000.44
HSL217.58º46.19%38.63%-
HSV(B)217.58º63.19%56.47%-
XYZ9.919.5927.71-
YUV83.33162.24106.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=18.66%
G=30.63%
B=50.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53871440.630.4000.44217.5846.1938.63
Hex3557903F2802Cda2e27
Octal6512722077500543325647
Binary110101101011110010000111111101000010110011011010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355790; }

 p { color: rgb(53,87,144); }

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

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

 a { background-color: rgb(53,87,144); }

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

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

 span { border-color: rgb(53,87,144); }

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