Html Css Color HEX #314791 Tory Blue

📋 copy color: '#314791'

red 49 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #314791

Tints of Tory Blue #314791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.72%

R = 18.49%
G = 26.79%
B = 54.72%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314791 (or 0x314791) is known color: Tory Blue. HEX triplet: 31, 47 and 91. RGB value is (49,71,145). Sum of RGB (Red+Green+Blue) = 49+71+145=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #314791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314791 is #CEB86E. Grayscale: #484848. Windows color (decimal): -13547631 or 9520945. OLE color: 9520945.

HSL color Cylindrical-coordinate representation of color #314791: hue angle of 226.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314791 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 71 145 -
CMYK 0.66 0.51 0 0.43
HSL 226.25º 0.49% 0.38% -
HSV(B) 226.25º 0.66% 0.57% -
XYZ 8.63 7.2 27.72 -
YUV 72.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 49 71 145 0.66 0.51 0 0.43 226.25 0.49 0.38
Hex 31 47 91 42 33 0 2B E2 31 26
Octal 61 107 221 102 63 0 53 342 61 46
Binary 110001 1000111 10010001 1000010 110011 0 101011 11100010 110001 100110

Color Harmonies of #314791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314791

Black with #314791

Text Example


Text Example

White with #314791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314791; }

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

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

background-color css

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

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

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

border-color css

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

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

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