#32508B

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

Shades of Tory Blue #32508B

Tints of Tory Blue #32508B

Color information

#32508B (or 0x32508B) is unknown color: approx Tory Blue. HEX triplet: 32, 50 and 8B. RGB value is (50,80,139). Sum of RGB (Red+Green+Blue) = 50+80+139=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #32508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32508B is #CDAF74. Grayscale: #4D4D4D. Windows color (decimal): -13479797 or 9130034. OLE color: 9130034.

HSL color Cylindrical-coordinate representation of color #32508B: hue angle of 219.78º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32508B is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5080139-
CMYK0.640.4200.45
HSL219.78º47.09%37.06%-
HSV(B)219.78º64.03%54.51%-
XYZ8.848.2825.56-
YUV77.76162.56108.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=18.59%
G=29.74%
B=51.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50801390.640.4200.45219.7847.0937.06
Hex32508B402A02Ddc2f25
Octal62120213100520553345745
Binary1100101010000100010111000000101010010110111011100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32508B; }

 p { color: rgb(50,80,139); }

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

<style>
 a { background-color: #32508B; }

 a { background-color: rgb(50,80,139); }

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

<style>
 span { border-color: #32508B; }

 span { border-color: rgb(50,80,139); }

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