#35518E

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

Shades of Tory Blue #35518E

Tints of Tory Blue #35518E

Color information

#35518E (or 0x35518E) is unknown color: approx Tory Blue. HEX triplet: 35, 51 and 8E. RGB value is (53,81,142). Sum of RGB (Red+Green+Blue) = 53+81+142=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #35518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35518E is #CAAE71. Grayscale: #4F4F4F. Windows color (decimal): -13282930 or 9326901. OLE color: 9326901.

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

Color convert

RGB5381142-
CMYK0.630.4300.44
HSL221.12º45.64%38.24%-
HSV(B)221.12º62.68%55.69%-
XYZ9.298.5926.76-
YUV79.58163.22109.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=19.20%
G=29.35%
B=51.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53811420.630.4300.44221.1245.6438.24
Hex35518E3F2B02Cdd2e26
Octal6512121677530543355646
Binary110101101000110001110111111101011010110011011101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35518E; }

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

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

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

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

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

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

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

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