#32478D

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

Shades of Tory Blue #32478D

Tints of Tory Blue #32478D

Color information

#32478D (or 0x32478D) is unknown color: approx Tory Blue. HEX triplet: 32, 47 and 8D. RGB value is (50,71,141). Sum of RGB (Red+Green+Blue) = 50+71+141=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #32478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32478D is #CDB872. Grayscale: #484848. Windows color (decimal): -13482099 or 9258802. OLE color: 9258802.

HSL color Cylindrical-coordinate representation of color #32478D: hue angle of 226.15º 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 #32478D is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5071141-
CMYK0.650.5000.45
HSL226.15º47.64%37.45%-
HSV(B)226.15º64.54%55.29%-
XYZ8.387.1126.13-
YUV72.7166.54111.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=19.08%
G=27.10%
B=53.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50711410.650.5000.45226.1547.6437.45
Hex32478D413202De23025
Octal62107215101620553426045
Binary1100101000111100011011000001110010010110111100010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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