#31488E

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

Shades of Tory Blue #31488E

Tints of Tory Blue #31488E

Color information

#31488E (or 0x31488E) is unknown color: approx Tory Blue. HEX triplet: 31, 48 and 8E. RGB value is (49,72,142). Sum of RGB (Red+Green+Blue) = 49+72+142=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #31488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31488E is #CEB771. Grayscale: #484848. Windows color (decimal): -13547378 or 9324593. OLE color: 9324593.

HSL color Cylindrical-coordinate representation of color #31488E: hue angle of 225.16º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31488E is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4972142-
CMYK0.650.4900.44
HSL225.16º48.69%37.45%-
HSV(B)225.16º65.49%55.69%-
XYZ8.477.2426.54-
YUV73.1166.88110.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=18.63%
G=27.38%
B=53.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49721420.650.4900.44225.1648.6937.45
Hex31488E413102Ce13125
Octal61110216101610543416145
Binary1100011001000100011101000001110001010110011100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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