Html Css Color HEX #314AA0 Tory Blue

📋 copy color: '#314AA0'

red 49 ◦ green 74 ◦ blue 160

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

Shades of Tory Blue #314AA0

Tints of Tory Blue #314AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 56.54%

R = 17.31%
G = 26.15%
B = 56.54%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#314AA0 (or 0x314AA0) is known color: Tory Blue. HEX triplet: 31, 4A and A0. RGB value is (49,74,160). Sum of RGB (Red+Green+Blue) = 49+74+160=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #314AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AA0 is #CEB55F. Grayscale: #4B4B4B. Windows color (decimal): -13546848 or 10504753. OLE color: 10504753.

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

Color convert

RGB 49 74 160 -
CMYK 0.69 0.54 0 0.37
HSL 226.49º 0.53% 0.41% -
HSV(B) 226.49º 0.69% 0.63% -
XYZ 10.06 8.09 34.29 -
YUV 76.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 49 74 160 0.69 0.54 0 0.37 226.49 0.53 0.41
Hex 31 4A A0 45 36 0 25 E2 35 29
Octal 61 112 240 105 66 0 45 342 65 51
Binary 110001 1001010 10100000 1000101 110110 0 100101 11100010 110101 101001

Color Harmonies of #314AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314AA0

Black with #314AA0

Text Example


Text Example

White with #314AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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