Html Css Color HEX #314999 Tory Blue

📋 copy color: '#314999'

red 49 ◦ green 73 ◦ blue 153

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

Shades of Tory Blue #314999

Tints of Tory Blue #314999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 17.82%
G = 26.55%
B = 55.64%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314999 (or 0x314999) is known color: Tory Blue. HEX triplet: 31, 49 and 99. RGB value is (49,73,153). Sum of RGB (Red+Green+Blue) = 49+73+153=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #314999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314999 is #CEB666. Grayscale: #4A4A4A. Windows color (decimal): -13547111 or 10045745. OLE color: 10045745.

HSL color Cylindrical-coordinate representation of color #314999: hue angle of 226.15º 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 #314999 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 73 153 -
CMYK 0.68 0.52 0 0.4
HSL 226.15º 0.51% 0.4% -
HSV(B) 226.15º 0.68% 0.6% -
XYZ 9.4 7.72 31.13 -
YUV 74.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 49 73 153 0.68 0.52 0 0.4 226.15 0.51 0.4
Hex 31 49 99 44 34 0 28 E2 33 28
Octal 61 111 231 104 64 0 50 342 63 50
Binary 110001 1001001 10011001 1000100 110100 0 101000 11100010 110011 101000

Color Harmonies of #314999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314999

Black with #314999

Text Example


Text Example

White with #314999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314999; }

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

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

background-color css

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

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

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

border-color css

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

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

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