Html Css Color HEX #314799 Tory Blue

📋 copy color: '#314799'

red 49 ◦ green 71 ◦ blue 153

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

Shades of Tory Blue #314799

Tints of Tory Blue #314799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 17.95%
G = 26.01%
B = 56.04%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#314799 (or 0x314799) is known color: Tory Blue. HEX triplet: 31, 47 and 99. RGB value is (49,71,153). Sum of RGB (Red+Green+Blue) = 49+71+153=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #314799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314799 is #CEB866. Grayscale: #494949. Windows color (decimal): -13547623 or 10045233. OLE color: 10045233.

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

Color convert

RGB 49 71 153 -
CMYK 0.68 0.54 0 0.4
HSL 227.31º 0.51% 0.4% -
HSV(B) 227.31º 0.68% 0.6% -
XYZ 9.27 7.46 31.09 -
YUV 73.77 172.71 110.33 -
System Red Green Blue C M Y K H S L
Decimal 49 71 153 0.68 0.54 0 0.4 227.31 0.51 0.4
Hex 31 47 99 44 36 0 28 E3 33 28
Octal 61 107 231 104 66 0 50 343 63 50
Binary 110001 1000111 10011001 1000100 110110 0 101000 11100011 110011 101000

Color Harmonies of #314799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314799

Black with #314799

Text Example


Text Example

White with #314799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314799; }

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

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

background-color css

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

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

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

border-color css

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

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

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