Html Css Color HEX #314591 Tory Blue

📋 copy color: '#314591'

red 49 ◦ green 69 ◦ blue 145

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

Shades of Tory Blue #314591

Tints of Tory Blue #314591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 18.63%
G = 26.24%
B = 55.13%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314591 (or 0x314591) is known color: Tory Blue. HEX triplet: 31, 45 and 91. RGB value is (49,69,145). Sum of RGB (Red+Green+Blue) = 49+69+145=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #314591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314591 is #CEBA6E. Grayscale: #474747. Windows color (decimal): -13548143 or 9520433. OLE color: 9520433.

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

Color convert

RGB 49 69 145 -
CMYK 0.66 0.52 0 0.43
HSL 227.5º 0.49% 0.38% -
HSV(B) 227.5º 0.66% 0.57% -
XYZ 8.51 6.95 27.68 -
YUV 71.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 49 69 145 0.66 0.52 0 0.43 227.5 0.49 0.38
Hex 31 45 91 42 34 0 2B E4 31 26
Octal 61 105 221 102 64 0 53 344 61 46
Binary 110001 1000101 10010001 1000010 110100 0 101011 11100100 110001 100110

Color Harmonies of #314591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314591

Black with #314591

Text Example


Text Example

White with #314591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314591; }

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

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

background-color css

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

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

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

border-color css

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

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

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