Html Css Color HEX #314995 Tory Blue

📋 copy color: '#314995'

red 49 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #314995

Tints of Tory Blue #314995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 18.08%
G = 26.94%
B = 54.98%

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

#314995 (or 0x314995) is known color: Tory Blue. HEX triplet: 31, 49 and 95. RGB value is (49,73,149). Sum of RGB (Red+Green+Blue) = 49+73+149=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #314995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314995 is #CEB66A. Grayscale: #4A4A4A. Windows color (decimal): -13547115 or 9783601. OLE color: 9783601.

HSL color Cylindrical-coordinate representation of color #314995: hue angle of 225.6º degrees, saturation: 0.51, 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 #314995 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 73 149 -
CMYK 0.67 0.51 0 0.42
HSL 225.6º 0.51% 0.39% -
HSV(B) 225.6º 0.67% 0.58% -
XYZ 9.07 7.59 29.42 -
YUV 74.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 49 73 149 0.67 0.51 0 0.42 225.6 0.51 0.39
Hex 31 49 95 43 33 0 2A E2 33 27
Octal 61 111 225 103 63 0 52 342 63 47
Binary 110001 1001001 10010101 1000011 110011 0 101010 11100010 110011 100111

Color Harmonies of #314995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314995

Black with #314995

Text Example


Text Example

White with #314995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314995; }

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

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

background-color css

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

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

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

border-color css

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

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

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