Html Css Color HEX #31519F Tory Blue

📋 copy color: '#31519F'

red 49 ◦ green 81 ◦ blue 159

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

Shades of Tory Blue #31519F

Tints of Tory Blue #31519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 16.96%
G = 28.03%
B = 55.02%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31519F (or 0x31519F) is known color: Tory Blue. HEX triplet: 31, 51 and 9F. RGB value is (49,81,159). Sum of RGB (Red+Green+Blue) = 49+81+159=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #31519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31519F is #CEAE60. Grayscale: #4F4F4F. Windows color (decimal): -13545057 or 10441009. OLE color: 10441009.

HSL color Cylindrical-coordinate representation of color #31519F: hue angle of 222.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31519F is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 81 159 -
CMYK 0.69 0.49 0 0.38
HSL 222.55º 0.53% 0.41% -
HSV(B) 222.55º 0.69% 0.62% -
XYZ 10.47 9.04 33.99 -
YUV 80.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 49 81 159 0.69 0.49 0 0.38 222.55 0.53 0.41
Hex 31 51 9F 45 31 0 26 DF 35 29
Octal 61 121 237 105 61 0 46 337 65 51
Binary 110001 1010001 10011111 1000101 110001 0 100110 11011111 110101 101001

Color Harmonies of #31519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31519F

Black with #31519F

Text Example


Text Example

White with #31519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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