#31539C

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

Shades of Tory Blue #31539C

Tints of Tory Blue #31539C

Color information

#31539C (or 0x31539C) is unknown color: approx Tory Blue. HEX triplet: 31, 53 and 9C. RGB value is (49,83,156). Sum of RGB (Red+Green+Blue) = 49+83+156=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #31539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31539C is #CEAC63. Grayscale: #505050. Windows color (decimal): -13544548 or 10244913. OLE color: 10244913.

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

Color convert

RGB4983156-
CMYK0.690.4700.39
HSL220.93º52.2%40.2%-
HSV(B)220.93º68.59%61.18%-
XYZ10.369.2432.69-
YUV81.16170.24105.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=17.01%
G=28.82%
B=54.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49831560.690.4700.39220.9352.240.2
Hex31539C452F027dd3428
Octal61123234105570473356450
Binary1100011010011100111001000101101111010011111011101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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