Html Css Color HEX #315196 Tory Blue

📋 copy color: '#315196'

red 49 ◦ green 81 ◦ blue 150

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

Shades of Tory Blue #315196

Tints of Tory Blue #315196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 17.5%
G = 28.93%
B = 53.57%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315196 (or 0x315196) is known color: Tory Blue. HEX triplet: 31, 51 and 96. RGB value is (49,81,150). Sum of RGB (Red+Green+Blue) = 49+81+150=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #315196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315196 is #CEAE69. Grayscale: #4E4E4E. Windows color (decimal): -13545066 or 9851185. OLE color: 9851185.

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

Color convert

RGB 49 81 150 -
CMYK 0.67 0.46 0 0.41
HSL 220.99º 0.51% 0.39% -
HSV(B) 220.99º 0.67% 0.59% -
XYZ 9.71 8.74 30.03 -
YUV 79.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 49 81 150 0.67 0.46 0 0.41 220.99 0.51 0.39
Hex 31 51 96 43 2E 0 29 DD 33 27
Octal 61 121 226 103 56 0 51 335 63 47
Binary 110001 1010001 10010110 1000011 101110 0 101001 11011101 110011 100111

Color Harmonies of #315196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315196

Black with #315196

Text Example


Text Example

White with #315196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315196; }

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

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

background-color css

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

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

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

border-color css

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

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

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