Html Css Color HEX #314DA1 Tory Blue

📋 copy color: '#314DA1'

red 49 ◦ green 77 ◦ blue 161

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

Shades of Tory Blue #314DA1

Tints of Tory Blue #314DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 56.1%

R = 17.07%
G = 26.83%
B = 56.1%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#314DA1 (or 0x314DA1) is known color: Tory Blue. HEX triplet: 31, 4D and A1. RGB value is (49,77,161). Sum of RGB (Red+Green+Blue) = 49+77+161=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #314DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DA1 is #CEB25E. Grayscale: #4D4D4D. Windows color (decimal): -13546079 or 10571057. OLE color: 10571057.

HSL color Cylindrical-coordinate representation of color #314DA1: hue angle of 225º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314DA1 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 77 161 -
CMYK 0.70 0.52 0 0.37
HSL 225º 0.53% 0.41% -
HSV(B) 225º 0.7% 0.63% -
XYZ 10.35 8.53 34.82 -
YUV 78.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 49 77 161 0.70 0.52 0 0.37 225 0.53 0.41
Hex 31 4D A1 46 34 0 25 E1 35 29
Octal 61 115 241 106 64 0 45 341 65 51
Binary 110001 1001101 10100001 1000110 110100 0 100101 11100001 110101 101001

Color Harmonies of #314DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DA1

Black with #314DA1

Text Example


Text Example

White with #314DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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