#32518E

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

Shades of Tory Blue #32518E

Tints of Tory Blue #32518E

Color information

#32518E (or 0x32518E) is unknown color: approx Tory Blue. HEX triplet: 32, 51 and 8E. RGB value is (50,81,142). Sum of RGB (Red+Green+Blue) = 50+81+142=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #32518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32518E is #CDAE71. Grayscale: #4E4E4E. Windows color (decimal): -13479538 or 9326898. OLE color: 9326898.

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

Color convert

RGB5081142-
CMYK0.650.4300.44
HSL219.78º47.92%37.65%-
HSV(B)219.78º64.79%55.69%-
XYZ9.148.5226.75-
YUV78.68163.73107.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=18.32%
G=29.67%
B=52.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50811420.650.4300.44219.7847.9237.65
Hex32518E412B02Cdc3026
Octal62121216101530543346046
Binary1100101010001100011101000001101011010110011011100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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