#31418F

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

Shades of Tory Blue #31418F

Tints of Tory Blue #31418F

Color information

#31418F (or 0x31418F) is unknown color: approx Tory Blue. HEX triplet: 31, 41 and 8F. RGB value is (49,65,143). Sum of RGB (Red+Green+Blue) = 49+65+143=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #31418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31418F is #CEBE70. Grayscale: #444444. Windows color (decimal): -13549169 or 9388337. OLE color: 9388337.

HSL color Cylindrical-coordinate representation of color #31418F: hue angle of 229.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31418F is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4965143-
CMYK0.660.5500.44
HSL229.79º48.96%37.65%-
HSV(B)229.79º65.73%56.08%-
XYZ8.116.4226.8-
YUV69.11169.7113.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=19.07%
G=25.29%
B=55.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49651430.660.5500.44229.7948.9637.65
Hex31418F423702Ce63126
Octal61101217102670543466146
Binary1100011000001100011111000010110111010110011100110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,65,143); }

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

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

 a { background-color: rgb(49,65,143); }

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

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

 span { border-color: rgb(49,65,143); }

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