#31469D

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

Shades of Tory Blue #31469D

Tints of Tory Blue #31469D

Color information

#31469D (or 0x31469D) is unknown color: approx Tory Blue. HEX triplet: 31, 46 and 9D. RGB value is (49,70,157). Sum of RGB (Red+Green+Blue) = 49+70+157=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #31469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31469D is #CEB962. Grayscale: #494949. Windows color (decimal): -13547875 or 10307121. OLE color: 10307121.

HSL color Cylindrical-coordinate representation of color #31469D: hue angle of 228.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31469D is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4970157-
CMYK0.690.5500.38
HSL228.33º52.43%40.39%-
HSV(B)228.33º68.79%61.57%-
XYZ9.547.4732.84-
YUV73.64175.04110.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=17.75%
G=25.36%
B=56.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49701570.690.5500.38228.3352.4340.39
Hex31469D4537026e43428
Octal61106235105670463446450
Binary1100011000110100111011000101110111010011011100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31469D; }

 p { color: rgb(49,70,157); }

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

<style>
 a { background-color: #31469D; }

 a { background-color: rgb(49,70,157); }

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

<style>
 span { border-color: #31469D; }

 span { border-color: rgb(49,70,157); }

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