#314A8E

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

Shades of Tory Blue #314A8E

Tints of Tory Blue #314A8E

Color information

#314A8E (or 0x314A8E) is unknown color: approx Tory Blue. HEX triplet: 31, 4A and 8E. RGB value is (49,74,142). Sum of RGB (Red+Green+Blue) = 49+74+142=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #314A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A8E is #CEB571. Grayscale: #494949. Windows color (decimal): -13546866 or 9325105. OLE color: 9325105.

HSL color Cylindrical-coordinate representation of color #314A8E: hue angle of 223.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #314A8E is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4974142-
CMYK0.650.4800.44
HSL223.87º48.69%37.45%-
HSV(B)223.87º65.49%55.69%-
XYZ8.67.526.59-
YUV74.28166.22109.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=18.49%
G=27.92%
B=53.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49741420.650.4800.44223.8748.6937.45
Hex314A8E413002Ce03125
Octal61112216101600543406145
Binary1100011001010100011101000001110000010110011100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,74,142); }

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

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

 a { background-color: rgb(49,74,142); }

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

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

 span { border-color: rgb(49,74,142); }

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