Html Css Color HEX #314FA0 Tory Blue

📋 copy color: '#314FA0'

red 49 ◦ green 79 ◦ blue 160

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

Shades of Tory Blue #314FA0

Tints of Tory Blue #314FA0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

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

R = 17.01%
G = 27.43%
B = 55.56%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#314FA0 (or 0x314FA0) is known color: Tory Blue. HEX triplet: 31, 4F and A0. RGB value is (49,79,160). Sum of RGB (Red+Green+Blue) = 49+79+160=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #314FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314FA0 is #CEB05F. Grayscale: #4E4E4E. Windows color (decimal): -13545568 or 10506033. OLE color: 10506033.

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

Color convert

RGB 49 79 160 -
CMYK 0.69 0.51 0 0.37
HSL 223.78º 0.53% 0.41% -
HSV(B) 223.78º 0.69% 0.63% -
XYZ 10.41 8.78 34.4 -
YUV 79.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 49 79 160 0.69 0.51 0 0.37 223.78 0.53 0.41
Hex 31 4F A0 45 33 0 25 E0 35 29
Octal 61 117 240 105 63 0 45 340 65 51
Binary 110001 1001111 10100000 1000101 110011 0 100101 11100000 110101 101001

Color Harmonies of #314FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314FA0

Black with #314FA0

Text Example


Text Example

White with #314FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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