Html Css Color HEX #314795 Tory Blue

📋 copy color: '#314795'

red 49 ◦ green 71 ◦ blue 149

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

Shades of Tory Blue #314795

Tints of Tory Blue #314795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 18.22%
G = 26.39%
B = 55.39%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314795 (or 0x314795) is known color: Tory Blue. HEX triplet: 31, 47 and 95. RGB value is (49,71,149). Sum of RGB (Red+Green+Blue) = 49+71+149=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #314795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314795 is #CEB86A. Grayscale: #484848. Windows color (decimal): -13547627 or 9783089. OLE color: 9783089.

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

Color convert

RGB 49 71 149 -
CMYK 0.67 0.52 0 0.42
HSL 226.8º 0.51% 0.39% -
HSV(B) 226.8º 0.67% 0.58% -
XYZ 8.94 7.33 29.38 -
YUV 73.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 49 71 149 0.67 0.52 0 0.42 226.8 0.51 0.39
Hex 31 47 95 43 34 0 2A E3 33 27
Octal 61 107 225 103 64 0 52 343 63 47
Binary 110001 1000111 10010101 1000011 110100 0 101010 11100011 110011 100111

Color Harmonies of #314795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314795

Black with #314795

Text Example


Text Example

White with #314795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314795; }

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

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

background-color css

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

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

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

border-color css

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

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

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