#31488A

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

Shades of Tory Blue #31488A

Tints of Tory Blue #31488A

Color information

#31488A (or 0x31488A) is unknown color: approx Tory Blue. HEX triplet: 31, 48 and 8A. RGB value is (49,72,138). Sum of RGB (Red+Green+Blue) = 49+72+138=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #31488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31488A is #CEB775. Grayscale: #484848. Windows color (decimal): -13547382 or 9062449. OLE color: 9062449.

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

Color convert

RGB4972138-
CMYK0.640.4800.46
HSL224.49º47.59%36.67%-
HSV(B)224.49º64.49%54.12%-
XYZ8.177.1224.99-
YUV72.65164.88111.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=18.92%
G=27.80%
B=53.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49721380.640.4800.46224.4947.5936.67
Hex31488A403002Ee03025
Octal61110212100600563406045
Binary1100011001000100010101000000110000010111011100000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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