#31449C

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

Shades of Tory Blue #31449C

Tints of Tory Blue #31449C

Color information

#31449C (or 0x31449C) is unknown color: approx Tory Blue. HEX triplet: 31, 44 and 9C. RGB value is (49,68,156). Sum of RGB (Red+Green+Blue) = 49+68+156=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #31449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31449C is #CEBB63. Grayscale: #474747. Windows color (decimal): -13548388 or 10241073. OLE color: 10241073.

HSL color Cylindrical-coordinate representation of color #31449C: hue angle of 229.35º 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 #31449C is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4968156-
CMYK0.690.5600.39
HSL229.35º52.2%40.2%-
HSV(B)229.35º68.59%61.18%-
XYZ9.337.1932.35-
YUV72.35175.21111.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=17.95%
G=24.91%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49681560.690.5600.39229.3552.240.2
Hex31449C4538027e53428
Octal61104234105700473456450
Binary1100011000100100111001000101111000010011111100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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