Html Css Color HEX #314AA1 Tory Blue

📋 copy color: '#314AA1'

red 49 ◦ green 74 ◦ blue 161

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

Shades of Tory Blue #314AA1

Tints of Tory Blue #314AA1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

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

R = 17.25%
G = 26.06%
B = 56.69%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#314AA1 (or 0x314AA1) is known color: Tory Blue. HEX triplet: 31, 4A and A1. RGB value is (49,74,161). Sum of RGB (Red+Green+Blue) = 49+74+161=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #314AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AA1 is #CEB55E. Grayscale: #4C4C4C. Windows color (decimal): -13546847 or 10570289. OLE color: 10570289.

HSL color Cylindrical-coordinate representation of color #314AA1: hue angle of 226.61º 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 #314AA1 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 74 161 -
CMYK 0.70 0.54 0 0.37
HSL 226.61º 0.53% 0.41% -
HSV(B) 226.61º 0.7% 0.63% -
XYZ 10.15 8.12 34.75 -
YUV 76.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 49 74 161 0.70 0.54 0 0.37 226.61 0.53 0.41
Hex 31 4A A1 46 36 0 25 E3 35 29
Octal 61 112 241 106 66 0 45 343 65 51
Binary 110001 1001010 10100001 1000110 110110 0 100101 11100011 110101 101001

Color Harmonies of #314AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314AA1

Black with #314AA1

Text Example


Text Example

White with #314AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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