#31498A

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

Shades of Tory Blue #31498A

Tints of Tory Blue #31498A

Color information

#31498A (or 0x31498A) is unknown color: approx Tory Blue. HEX triplet: 31, 49 and 8A. RGB value is (49,73,138). Sum of RGB (Red+Green+Blue) = 49+73+138=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #31498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31498A is #CEB675. Grayscale: #484848. Windows color (decimal): -13547126 or 9062705. OLE color: 9062705.

HSL color Cylindrical-coordinate representation of color #31498A: hue angle of 223.82º degrees, saturation: 0.48, 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 #31498A is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4973138-
CMYK0.640.4700.46
HSL223.82º47.59%36.67%-
HSV(B)223.82º64.49%54.12%-
XYZ8.247.2525.01-
YUV73.23164.55110.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=18.85%
G=28.08%
B=53.08%

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
Decimal49731380.640.4700.46223.8247.5936.67
Hex31498A402F02Ee03025
Octal61111212100570563406045
Binary1100011001001100010101000000101111010111011100000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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