Html Css Color HEX #314997 Tory Blue

📋 copy color: '#314997'

red 49 ◦ green 73 ◦ blue 151

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

Shades of Tory Blue #314997

Tints of Tory Blue #314997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 17.95%
G = 26.74%
B = 55.31%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#314997 (or 0x314997) is known color: Tory Blue. HEX triplet: 31, 49 and 97. RGB value is (49,73,151). Sum of RGB (Red+Green+Blue) = 49+73+151=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #314997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314997 is #CEB668. Grayscale: #4A4A4A. Windows color (decimal): -13547113 or 9914673. OLE color: 9914673.

HSL color Cylindrical-coordinate representation of color #314997: hue angle of 225.88º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314997 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 73 151 -
CMYK 0.68 0.52 0 0.41
HSL 225.88º 0.51% 0.39% -
HSV(B) 225.88º 0.68% 0.59% -
XYZ 9.24 7.65 30.27 -
YUV 74.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 49 73 151 0.68 0.52 0 0.41 225.88 0.51 0.39
Hex 31 49 97 44 34 0 29 E2 33 27
Octal 61 111 227 104 64 0 51 342 63 47
Binary 110001 1001001 10010111 1000100 110100 0 101001 11100010 110011 100111

Color Harmonies of #314997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314997

Black with #314997

Text Example


Text Example

White with #314997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314997; }

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

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

background-color css

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

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

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

border-color css

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

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

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