#314E8A

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

Shades of Tory Blue #314E8A

Tints of Tory Blue #314E8A

Color information

#314E8A (or 0x314E8A) is unknown color: approx Tory Blue. HEX triplet: 31, 4E and 8A. RGB value is (49,78,138). Sum of RGB (Red+Green+Blue) = 49+78+138=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #314E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E8A is #CEB175. Grayscale: #4B4B4B. Windows color (decimal): -13545846 or 9063985. OLE color: 9063985.

HSL color Cylindrical-coordinate representation of color #314E8A: hue angle of 220.45º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314E8A is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4978138-
CMYK0.640.4300.46
HSL220.45º47.59%36.67%-
HSV(B)220.45º64.49%54.12%-
XYZ8.587.9425.12-
YUV76.17162.89108.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=18.49%
G=29.43%
B=52.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49781380.640.4300.46220.4547.5936.67
Hex314E8A402B02Edc3025
Octal61116212100530563346045
Binary1100011001110100010101000000101011010111011011100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,138); }

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

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

 a { background-color: rgb(49,78,138); }

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

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

 span { border-color: rgb(49,78,138); }

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