#31449A

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

Shades of Tory Blue #31449A

Tints of Tory Blue #31449A

Color information

#31449A (or 0x31449A) is unknown color: approx Tory Blue. HEX triplet: 31, 44 and 9A. RGB value is (49,68,154). Sum of RGB (Red+Green+Blue) = 49+68+154=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #31449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31449A is #CEBB65. Grayscale: #474747. Windows color (decimal): -13548390 or 10110001. OLE color: 10110001.

HSL color Cylindrical-coordinate representation of color #31449A: hue angle of 229.14º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31449A is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4968154-
CMYK0.680.5600.40
HSL229.14º51.72%39.8%-
HSV(B)229.14º68.18%60.39%-
XYZ9.177.1231.46-
YUV72.12174.21111.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=18.08%
G=25.09%
B=56.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49681540.680.5600.40229.1451.7239.8
Hex31449A4438028e53428
Octal61104232104700503456450
Binary1100011000100100110101000100111000010100011100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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