Html Css Color HEX #314897 Tory Blue

📋 copy color: '#314897'

red 49 ◦ green 72 ◦ blue 151

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

Shades of Tory Blue #314897

Tints of Tory Blue #314897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 18.01%
G = 26.47%
B = 55.51%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#314897 (or 0x314897) is known color: Tory Blue. HEX triplet: 31, 48 and 97. RGB value is (49,72,151). Sum of RGB (Red+Green+Blue) = 49+72+151=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #314897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314897 is #CEB768. Grayscale: #494949. Windows color (decimal): -13547369 or 9914417. OLE color: 9914417.

HSL color Cylindrical-coordinate representation of color #314897: hue angle of 226.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314897 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 72 151 -
CMYK 0.68 0.52 0 0.41
HSL 226.47º 0.51% 0.39% -
HSV(B) 226.47º 0.68% 0.59% -
XYZ 9.17 7.52 30.25 -
YUV 74.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 49 72 151 0.68 0.52 0 0.41 226.47 0.51 0.39
Hex 31 48 97 44 34 0 29 E2 33 27
Octal 61 110 227 104 64 0 51 342 63 47
Binary 110001 1001000 10010111 1000100 110100 0 101001 11100010 110011 100111

Color Harmonies of #314897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314897

Black with #314897

Text Example


Text Example

White with #314897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314897; }

 p { color: rgb(49,72,151); }

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

background-color css

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

 a { background-color: rgb(49,72,151); }

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

border-color css

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

 span { border-color: rgb(49,72,151); }

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