Html Css Color HEX #314994 Tory Blue

📋 copy color: '#314994'

red 49 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #314994

Tints of Tory Blue #314994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 18.15%
G = 27.04%
B = 54.81%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#314994 (or 0x314994) is known color: Tory Blue. HEX triplet: 31, 49 and 94. RGB value is (49,73,148). Sum of RGB (Red+Green+Blue) = 49+73+148=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #314994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314994 is #CEB66B. Grayscale: #4A4A4A. Windows color (decimal): -13547116 or 9718065. OLE color: 9718065.

HSL color Cylindrical-coordinate representation of color #314994: hue angle of 225.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314994 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 73 148 -
CMYK 0.67 0.51 0 0.42
HSL 225.45º 0.5% 0.39% -
HSV(B) 225.45º 0.67% 0.58% -
XYZ 8.99 7.56 29 -
YUV 74.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 49 73 148 0.67 0.51 0 0.42 225.45 0.5 0.39
Hex 31 49 94 43 33 0 2A E1 32 27
Octal 61 111 224 103 63 0 52 341 62 47
Binary 110001 1001001 10010100 1000011 110011 0 101010 11100001 110010 100111

Color Harmonies of #314994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314994

Black with #314994

Text Example


Text Example

White with #314994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314994; }

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

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

background-color css

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

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

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

border-color css

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

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

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