Html Css Color HEX #314E99 Tory Blue

📋 copy color: '#314E99'

red 49 ◦ green 78 ◦ blue 153

#314E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #314E99

Tints of Tory Blue #314E99

RGB

 RED value IS 49 (19.53% from 255) = 17.5%

 GREEN value IS 78 (30.86% from 255) = 27.86%

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 17.5%
G = 27.86%
B = 54.64%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314E99 (or 0x314E99) is known color: Tory Blue. HEX triplet: 31, 4E and 99. RGB value is (49,78,153). Sum of RGB (Red+Green+Blue) = 49+78+153=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #314E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E99 is #CEB166. Grayscale: #4D4D4D. Windows color (decimal): -13545831 or 10047025. OLE color: 10047025.

HSL color Cylindrical-coordinate representation of color #314E99: hue angle of 223.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314E99 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 78 153 -
CMYK 0.68 0.49 0 0.4
HSL 223.27º 0.51% 0.4% -
HSV(B) 223.27º 0.68% 0.6% -
XYZ 9.74 8.4 31.25 -
YUV 77.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 49 78 153 0.68 0.49 0 0.4 223.27 0.51 0.4
Hex 31 4E 99 44 31 0 28 DF 33 28
Octal 61 116 231 104 61 0 50 337 63 50
Binary 110001 1001110 10011001 1000100 110001 0 101000 11011111 110011 101000

Color Harmonies of #314E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E99

Black with #314E99

Text Example


Text Example

White with #314E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #314E99;
 }
 .AnyTagClassName
 {
   color: #314E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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