Html Css Color HEX #314597 Tory Blue

📋 copy color: '#314597'

red 49 ◦ green 69 ◦ blue 151

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

Shades of Tory Blue #314597

Tints of Tory Blue #314597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

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

R = 18.22%
G = 25.65%
B = 56.13%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#314597 (or 0x314597) is known color: Tory Blue. HEX triplet: 31, 45 and 97. RGB value is (49,69,151). Sum of RGB (Red+Green+Blue) = 49+69+151=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #314597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314597 is #CEBA68. Grayscale: #484848. Windows color (decimal): -13548137 or 9913649. OLE color: 9913649.

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

Color convert

RGB 49 69 151 -
CMYK 0.68 0.54 0 0.41
HSL 228.24º 0.51% 0.39% -
HSV(B) 228.24º 0.68% 0.59% -
XYZ 8.98 7.14 30.18 -
YUV 72.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 49 69 151 0.68 0.54 0 0.41 228.24 0.51 0.39
Hex 31 45 97 44 36 0 29 E4 33 27
Octal 61 105 227 104 66 0 51 344 63 47
Binary 110001 1000101 10010111 1000100 110110 0 101001 11100100 110011 100111

Color Harmonies of #314597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314597

Black with #314597

Text Example


Text Example

White with #314597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314597; }

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

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

background-color css

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

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

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

border-color css

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

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

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