Html Css Color HEX #315197 Tory Blue

📋 copy color: '#315197'

red 49 ◦ green 81 ◦ blue 151

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

Shades of Tory Blue #315197

Tints of Tory Blue #315197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

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

R = 17.44%
G = 28.83%
B = 53.74%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315197 (or 0x315197) is known color: Tory Blue. HEX triplet: 31, 51 and 97. RGB value is (49,81,151). Sum of RGB (Red+Green+Blue) = 49+81+151=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #315197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315197 is #CEAE68. Grayscale: #4F4F4F. Windows color (decimal): -13545065 or 9916721. OLE color: 9916721.

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

Color convert

RGB 49 81 151 -
CMYK 0.68 0.46 0 0.41
HSL 221.18º 0.51% 0.39% -
HSV(B) 221.18º 0.68% 0.59% -
XYZ 9.79 8.77 30.46 -
YUV 79.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 49 81 151 0.68 0.46 0 0.41 221.18 0.51 0.39
Hex 31 51 97 44 2E 0 29 DD 33 27
Octal 61 121 227 104 56 0 51 335 63 47
Binary 110001 1010001 10010111 1000100 101110 0 101001 11011101 110011 100111

Color Harmonies of #315197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315197

Black with #315197

Text Example


Text Example

White with #315197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315197; }

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

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

background-color css

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

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

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

border-color css

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

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

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