#32519D

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

Shades of Tory Blue #32519D

Tints of Tory Blue #32519D

Color information

#32519D (or 0x32519D) is unknown color: approx Tory Blue. HEX triplet: 32, 51 and 9D. RGB value is (50,81,157). Sum of RGB (Red+Green+Blue) = 50+81+157=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #32519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32519D is #CDAE62. Grayscale: #505050. Windows color (decimal): -13479523 or 10309938. OLE color: 10309938.

HSL color Cylindrical-coordinate representation of color #32519D: hue angle of 222.62º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32519D is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5081157-
CMYK0.680.4800.38
HSL222.62º51.69%40.59%-
HSV(B)222.62º68.15%61.57%-
XYZ10.34933.09-
YUV80.4171.23106.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 157 (61.72% from 255) = 54.51%
R=17.36%
G=28.12%
B=54.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50811570.680.4800.38222.6251.6940.59
Hex32519D4430026df3429
Octal62121235104600463376451
Binary1100101010001100111011000100110000010011011011111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32519D; }

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

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

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

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

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

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

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

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