Html Css Color HEX #314891 Tory Blue

📋 copy color: '#314891'

red 49 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #314891

Tints of Tory Blue #314891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 18.42%
G = 27.07%
B = 54.51%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314891 (or 0x314891) is known color: Tory Blue. HEX triplet: 31, 48 and 91. RGB value is (49,72,145). Sum of RGB (Red+Green+Blue) = 49+72+145=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #314891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314891 is #CEB76E. Grayscale: #494949. Windows color (decimal): -13547375 or 9521201. OLE color: 9521201.

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

Color convert

RGB 49 72 145 -
CMYK 0.66 0.50 0 0.43
HSL 225.63º 0.49% 0.38% -
HSV(B) 225.63º 0.66% 0.57% -
XYZ 8.69 7.33 27.75 -
YUV 73.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 49 72 145 0.66 0.50 0 0.43 225.63 0.49 0.38
Hex 31 48 91 42 32 0 2B E2 31 26
Octal 61 110 221 102 62 0 53 342 61 46
Binary 110001 1001000 10010001 1000010 110010 0 101011 11100010 110001 100110

Color Harmonies of #314891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314891

Black with #314891

Text Example


Text Example

White with #314891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314891; }

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

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

background-color css

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

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

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

border-color css

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

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

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