Html Css Color HEX #315195 Tory Blue

📋 copy color: '#315195'

red 49 ◦ green 81 ◦ blue 149

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

Shades of Tory Blue #315195

Tints of Tory Blue #315195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 17.56%
G = 29.03%
B = 53.41%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315195 (or 0x315195) is known color: Tory Blue. HEX triplet: 31, 51 and 95. RGB value is (49,81,149). Sum of RGB (Red+Green+Blue) = 49+81+149=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #315195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315195 is #CEAE6A. Grayscale: #4E4E4E. Windows color (decimal): -13545067 or 9785649. OLE color: 9785649.

HSL color Cylindrical-coordinate representation of color #315195: hue angle of 220.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315195 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 81 149 -
CMYK 0.67 0.46 0 0.42
HSL 220.8º 0.51% 0.39% -
HSV(B) 220.8º 0.67% 0.58% -
XYZ 9.63 8.71 29.61 -
YUV 79.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 49 81 149 0.67 0.46 0 0.42 220.8 0.51 0.39
Hex 31 51 95 43 2E 0 2A DD 33 27
Octal 61 121 225 103 56 0 52 335 63 47
Binary 110001 1010001 10010101 1000011 101110 0 101010 11011101 110011 100111

Color Harmonies of #315195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315195

Black with #315195

Text Example


Text Example

White with #315195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315195; }

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

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

background-color css

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

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

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

border-color css

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

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

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