#31408D

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

Shades of Tory Blue #31408D

Tints of Tory Blue #31408D

Color information

#31408D (or 0x31408D) is unknown color: approx Tory Blue. HEX triplet: 31, 40 and 8D. RGB value is (49,64,141). Sum of RGB (Red+Green+Blue) = 49+64+141=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #31408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31408D is #CEBF72. Grayscale: #434343. Windows color (decimal): -13549427 or 9257009. OLE color: 9257009.

HSL color Cylindrical-coordinate representation of color #31408D: hue angle of 230.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31408D is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4964141-
CMYK0.650.5500.45
HSL230.22º48.42%37.25%-
HSV(B)230.22º65.25%55.29%-
XYZ7.916.2425.99-
YUV68.29169.03114.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=19.29%
G=25.20%
B=55.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49641410.650.5500.45230.2248.4237.25
Hex31408D413702De63025
Octal61100215101670553466045
Binary1100011000000100011011000001110111010110111100110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,64,141); }

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

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

 a { background-color: rgb(49,64,141); }

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

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

 span { border-color: rgb(49,64,141); }

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