#31489C

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

Shades of Tory Blue #31489C

Tints of Tory Blue #31489C

Color information

#31489C (or 0x31489C) is unknown color: approx Tory Blue. HEX triplet: 31, 48 and 9C. RGB value is (49,72,156). Sum of RGB (Red+Green+Blue) = 49+72+156=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #31489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31489C is #CEB763. Grayscale: #4A4A4A. Windows color (decimal): -13547364 or 10242097. OLE color: 10242097.

HSL color Cylindrical-coordinate representation of color #31489C: hue angle of 227.1º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31489C is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4972156-
CMYK0.690.5400.39
HSL227.1º52.2%40.2%-
HSV(B)227.1º68.59%61.18%-
XYZ9.587.6932.43-
YUV74.7173.88109.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=17.69%
G=25.99%
B=56.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49721560.690.5400.39227.152.240.2
Hex31489C4536027e33428
Octal61110234105660473436450
Binary1100011001000100111001000101110110010011111100011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31489C; }

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

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

<style>
 a { background-color: #31489C; }

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

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

<style>
 span { border-color: #31489C; }

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

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