#31439E

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

Shades of Tory Blue #31439E

Tints of Tory Blue #31439E

Color information

#31439E (or 0x31439E) is unknown color: approx Tory Blue. HEX triplet: 31, 43 and 9E. RGB value is (49,67,158). Sum of RGB (Red+Green+Blue) = 49+67+158=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #31439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31439E is #CEBC61. Grayscale: #474747. Windows color (decimal): -13548642 or 10371889. OLE color: 10371889.

HSL color Cylindrical-coordinate representation of color #31439E: hue angle of 230.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 #31439E is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4967158-
CMYK0.690.5800.38
HSL230.09º52.66%40.59%-
HSV(B)230.09º68.99%61.96%-
XYZ9.457.1433.23-
YUV71.99176.54111.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=17.88%
G=24.45%
B=57.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49671580.690.5800.38230.0952.6640.59
Hex31439E453A026e63529
Octal61103236105720463466551
Binary1100011000011100111101000101111010010011011100110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31439E; }

 p { color: rgb(49,67,158); }

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

<style>
 a { background-color: #31439E; }

 a { background-color: rgb(49,67,158); }

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

<style>
 span { border-color: #31439E; }

 span { border-color: rgb(49,67,158); }

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