Html Css Color HEX #314497 Tory Blue

📋 copy color: '#314497'

red 49 ◦ green 68 ◦ blue 151

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

Shades of Tory Blue #314497

Tints of Tory Blue #314497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

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

R = 18.28%
G = 25.37%
B = 56.34%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#314497 (or 0x314497) is known color: Tory Blue. HEX triplet: 31, 44 and 97. RGB value is (49,68,151). Sum of RGB (Red+Green+Blue) = 49+68+151=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #314497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314497 is #CEBB68. Grayscale: #474747. Windows color (decimal): -13548393 or 9913393. OLE color: 9913393.

HSL color Cylindrical-coordinate representation of color #314497: hue angle of 228.82º 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 #314497 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 68 151 -
CMYK 0.68 0.55 0 0.41
HSL 228.82º 0.51% 0.39% -
HSV(B) 228.82º 0.68% 0.59% -
XYZ 8.92 7.02 30.16 -
YUV 71.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 49 68 151 0.68 0.55 0 0.41 228.82 0.51 0.39
Hex 31 44 97 44 37 0 29 E5 33 27
Octal 61 104 227 104 67 0 51 345 63 47
Binary 110001 1000100 10010111 1000100 110111 0 101001 11100101 110011 100111

Color Harmonies of #314497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314497

Black with #314497

Text Example


Text Example

White with #314497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314497; }

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

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

background-color css

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

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

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

border-color css

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

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

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