Html Css Color HEX #314992 Tory Blue

📋 copy color: '#314992'

red 49 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #314992

Tints of Tory Blue #314992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 18.28%
G = 27.24%
B = 54.48%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#314992 (or 0x314992) is known color: Tory Blue. HEX triplet: 31, 49 and 92. RGB value is (49,73,146). Sum of RGB (Red+Green+Blue) = 49+73+146=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #314992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314992 is #CEB66D. Grayscale: #494949. Windows color (decimal): -13547118 or 9586993. OLE color: 9586993.

HSL color Cylindrical-coordinate representation of color #314992: hue angle of 225.15º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314992 is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 73 146 -
CMYK 0.66 0.5 0 0.43
HSL 225.15º 0.5% 0.38% -
HSV(B) 225.15º 0.66% 0.57% -
XYZ 8.84 7.49 28.17 -
YUV 74.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 49 73 146 0.66 0.5 0 0.43 225.15 0.5 0.38
Hex 31 49 92 42 32 0 2B E1 32 26
Octal 61 111 222 102 62 0 53 341 62 46
Binary 110001 1001001 10010010 1000010 110010 0 101011 11100001 110010 100110

Color Harmonies of #314992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314992

Black with #314992

Text Example


Text Example

White with #314992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314992; }

 p { color: rgb(49,73,146); }

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

background-color css

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

 a { background-color: rgb(49,73,146); }

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

border-color css

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

 span { border-color: rgb(49,73,146); }

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