#31549A

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

Shades of Tory Blue #31549A

Tints of Tory Blue #31549A

Color information

#31549A (or 0x31549A) is unknown color: approx Tory Blue. HEX triplet: 31, 54 and 9A. RGB value is (49,84,154). Sum of RGB (Red+Green+Blue) = 49+84+154=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #31549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31549A is #CEAB65. Grayscale: #515151. Windows color (decimal): -13544294 or 10114097. OLE color: 10114097.

HSL color Cylindrical-coordinate representation of color #31549A: hue angle of 220º 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 #31549A is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4984154-
CMYK0.680.4500.40
HSL220º51.72%39.8%-
HSV(B)220º68.18%60.39%-
XYZ10.279.3331.83-
YUV81.52168.9104.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=17.07%
G=29.27%
B=53.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49841540.680.4500.4022051.7239.8
Hex31549A442D028dc3428
Octal61124232104550503346450
Binary1100011010100100110101000100101101010100011011100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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