#32498A

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

Shades of Tory Blue #32498A

Tints of Tory Blue #32498A

Color information

#32498A (or 0x32498A) is unknown color: approx Tory Blue. HEX triplet: 32, 49 and 8A. RGB value is (50,73,138). Sum of RGB (Red+Green+Blue) = 50+73+138=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #32498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32498A is #CDB675. Grayscale: #494949. Windows color (decimal): -13481590 or 9062706. OLE color: 9062706.

HSL color Cylindrical-coordinate representation of color #32498A: hue angle of 224.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32498A is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5073138-
CMYK0.640.4700.46
HSL224.32º46.81%36.86%-
HSV(B)224.32º63.77%54.12%-
XYZ8.297.2825.01-
YUV73.53164.38111.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=19.16%
G=27.97%
B=52.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50731380.640.4700.46224.3246.8136.86
Hex32498A402F02Ee02f25
Octal62111212100570563405745
Binary1100101001001100010101000000101111010111011100000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32498A; }

 p { color: rgb(50,73,138); }

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

<style>
 a { background-color: #32498A; }

 a { background-color: rgb(50,73,138); }

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

<style>
 span { border-color: #32498A; }

 span { border-color: rgb(50,73,138); }

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