Html Css Color HEX #31478D Tory Blue

📋 copy color: '#31478D'

red 49 ◦ green 71 ◦ blue 141

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

Shades of Tory Blue #31478D

Tints of Tory Blue #31478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 18.77%
G = 27.2%
B = 54.02%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31478D (or 0x31478D) is known color: Tory Blue. HEX triplet: 31, 47 and 8D. RGB value is (49,71,141). Sum of RGB (Red+Green+Blue) = 49+71+141=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #31478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31478D is #CEB872. Grayscale: #484848. Windows color (decimal): -13547635 or 9258801. OLE color: 9258801.

HSL color Cylindrical-coordinate representation of color #31478D: hue angle of 225.65º 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 #31478D is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 71 141 -
CMYK 0.65 0.50 0 0.45
HSL 225.65º 0.48% 0.37% -
HSV(B) 225.65º 0.65% 0.55% -
XYZ 8.33 7.08 26.13 -
YUV 72.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 49 71 141 0.65 0.50 0 0.45 225.65 0.48 0.37
Hex 31 47 8D 41 32 0 2D E2 30 25
Octal 61 107 215 101 62 0 55 342 60 45
Binary 110001 1000111 10001101 1000001 110010 0 101101 11100010 110000 100101

Color Harmonies of #31478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31478D

Black with #31478D

Text Example


Text Example

White with #31478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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