Html Css Color HEX #315191 Tory Blue

📋 copy color: '#315191'

red 49 ◦ green 81 ◦ blue 145

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

Shades of Tory Blue #315191

Tints of Tory Blue #315191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.73%

R = 17.82%
G = 29.45%
B = 52.73%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315191 (or 0x315191) is known color: Tory Blue. HEX triplet: 31, 51 and 91. RGB value is (49,81,145). Sum of RGB (Red+Green+Blue) = 49+81+145=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #315191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315191 is #CEAE6E. Grayscale: #4E4E4E. Windows color (decimal): -13545071 or 9523505. OLE color: 9523505.

HSL color Cylindrical-coordinate representation of color #315191: hue angle of 220º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315191 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 81 145 -
CMYK 0.66 0.44 0 0.43
HSL 220º 0.49% 0.38% -
HSV(B) 220º 0.66% 0.57% -
XYZ 9.32 8.58 27.95 -
YUV 78.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 49 81 145 0.66 0.44 0 0.43 220 0.49 0.38
Hex 31 51 91 42 2C 0 2B DC 31 26
Octal 61 121 221 102 54 0 53 334 61 46
Binary 110001 1010001 10010001 1000010 101100 0 101011 11011100 110001 100110

Color Harmonies of #315191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315191

Black with #315191

Text Example


Text Example

White with #315191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315191; }

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

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

background-color css

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

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

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

border-color css

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

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

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