Html Css Color HEX #31518D Tory Blue

📋 copy color: '#31518D'

red 49 ◦ green 81 ◦ blue 141

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

Shades of Tory Blue #31518D

Tints of Tory Blue #31518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 18.08%
G = 29.89%
B = 52.03%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31518D (or 0x31518D) is known color: Tory Blue. HEX triplet: 31, 51 and 8D. RGB value is (49,81,141). Sum of RGB (Red+Green+Blue) = 49+81+141=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #31518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31518D is #CEAE72. Grayscale: #4E4E4E. Windows color (decimal): -13545075 or 9261361. OLE color: 9261361.

HSL color Cylindrical-coordinate representation of color #31518D: hue angle of 219.13º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31518D is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 81 141 -
CMYK 0.65 0.43 0 0.45
HSL 219.13º 0.48% 0.37% -
HSV(B) 219.13º 0.65% 0.55% -
XYZ 9.02 8.46 26.36 -
YUV 78.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 49 81 141 0.65 0.43 0 0.45 219.13 0.48 0.37
Hex 31 51 8D 41 2B 0 2D DB 30 25
Octal 61 121 215 101 53 0 55 333 60 45
Binary 110001 1010001 10001101 1000001 101011 0 101101 11011011 110000 100101

Color Harmonies of #31518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31518D

Black with #31518D

Text Example


Text Example

White with #31518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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