#314D8B

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

Shades of Tory Blue #314D8B

Tints of Tory Blue #314D8B

Color information

#314D8B (or 0x314D8B) is unknown color: approx Tory Blue. HEX triplet: 31, 4D and 8B. RGB value is (49,77,139). Sum of RGB (Red+Green+Blue) = 49+77+139=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #314D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D8B is #CEB274. Grayscale: #4B4B4B. Windows color (decimal): -13546101 or 9129265. OLE color: 9129265.

HSL color Cylindrical-coordinate representation of color #314D8B: hue angle of 221.33º 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 #314D8B is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4977139-
CMYK0.650.4500.45
HSL221.33º47.87%36.86%-
HSV(B)221.33º64.75%54.51%-
XYZ8.587.8225.48-
YUV75.7163.72108.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=18.49%
G=29.06%
B=52.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49771390.650.4500.45221.3347.8736.86
Hex314D8B412D02Ddd3025
Octal61115213101550553356045
Binary1100011001101100010111000001101101010110111011101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D8B; }

 p { color: rgb(49,77,139); }

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

<style>
 a { background-color: #314D8B; }

 a { background-color: rgb(49,77,139); }

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

<style>
 span { border-color: #314D8B; }

 span { border-color: rgb(49,77,139); }

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