#32488D

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

Shades of Tory Blue #32488D

Tints of Tory Blue #32488D

Color information

#32488D (or 0x32488D) is unknown color: approx Tory Blue. HEX triplet: 32, 48 and 8D. RGB value is (50,72,141). Sum of RGB (Red+Green+Blue) = 50+72+141=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #32488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32488D is #CDB772. Grayscale: #484848. Windows color (decimal): -13481843 or 9259058. OLE color: 9259058.

HSL color Cylindrical-coordinate representation of color #32488D: hue angle of 225.49º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32488D is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5072141-
CMYK0.650.4900.45
HSL225.49º47.64%37.45%-
HSV(B)225.49º64.54%55.29%-
XYZ8.447.2426.15-
YUV73.29166.21111.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=19.01%
G=27.38%
B=53.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50721410.650.4900.45225.4947.6437.45
Hex32488D413102De13025
Octal62110215101610553416045
Binary1100101001000100011011000001110001010110111100001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,72,141); }

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

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

 a { background-color: rgb(50,72,141); }

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

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

 span { border-color: rgb(50,72,141); }

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