Html Css Color HEX #314D93 Tory Blue

📋 copy color: '#314D93'

red 49 ◦ green 77 ◦ blue 147

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

Shades of Tory Blue #314D93

Tints of Tory Blue #314D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 17.95%
G = 28.21%
B = 53.85%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314D93 (or 0x314D93) is known color: Tory Blue. HEX triplet: 31, 4D and 93. RGB value is (49,77,147). Sum of RGB (Red+Green+Blue) = 49+77+147=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #314D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D93 is #CEB26C. Grayscale: #4C4C4C. Windows color (decimal): -13546093 or 9653553. OLE color: 9653553.

HSL color Cylindrical-coordinate representation of color #314D93: hue angle of 222.86º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314D93 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 77 147 -
CMYK 0.67 0.48 0 0.42
HSL 222.86º 0.5% 0.38% -
HSV(B) 222.86º 0.67% 0.58% -
XYZ 9.19 8.07 28.68 -
YUV 76.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 49 77 147 0.67 0.48 0 0.42 222.86 0.5 0.38
Hex 31 4D 93 43 30 0 2A DF 32 26
Octal 61 115 223 103 60 0 52 337 62 46
Binary 110001 1001101 10010011 1000011 110000 0 101010 11011111 110010 100110

Color Harmonies of #314D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D93

Black with #314D93

Text Example


Text Example

White with #314D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D93; }

 p { color: rgb(49,77,147); }

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

background-color css

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

 a { background-color: rgb(49,77,147); }

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

border-color css

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

 span { border-color: rgb(49,77,147); }

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