#31459F

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

Shades of Tory Blue #31459F

Tints of Tory Blue #31459F

Color information

#31459F (or 0x31459F) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 9F. RGB value is (49,69,159). Sum of RGB (Red+Green+Blue) = 49+69+159=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #31459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31459F is #CEBA60. Grayscale: #484848. Windows color (decimal): -13548129 or 10437937. OLE color: 10437937.

HSL color Cylindrical-coordinate representation of color #31459F: hue angle of 229.09º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31459F is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4969159-
CMYK0.690.5700.38
HSL229.09º52.88%40.78%-
HSV(B)229.09º69.18%62.35%-
XYZ9.657.4133.72-
YUV73.28176.37110.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=17.69%
G=24.91%
B=57.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49691590.690.5700.38229.0952.8840.78
Hex31459F4539026e53529
Octal61105237105710463456551
Binary1100011000101100111111000101111001010011011100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31459F; }

 p { color: rgb(49,69,159); }

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

<style>
 a { background-color: #31459F; }

 a { background-color: rgb(49,69,159); }

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

<style>
 span { border-color: #31459F; }

 span { border-color: rgb(49,69,159); }

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