Html Css Color HEX #31479E Tory Blue

📋 copy color: '#31479E'

red 49 ◦ green 71 ◦ blue 158

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

Shades of Tory Blue #31479E

Tints of Tory Blue #31479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 17.63%
G = 25.54%
B = 56.83%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31479E (or 0x31479E) is known color: Tory Blue. HEX triplet: 31, 47 and 9E. RGB value is (49,71,158). Sum of RGB (Red+Green+Blue) = 49+71+158=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #31479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31479E is #CEB861. Grayscale: #494949. Windows color (decimal): -13547618 or 10372913. OLE color: 10372913.

HSL color Cylindrical-coordinate representation of color #31479E: hue angle of 227.89º 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 #31479E is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 71 158 -
CMYK 0.69 0.55 0 0.38
HSL 227.89º 0.53% 0.41% -
HSV(B) 227.89º 0.69% 0.62% -
XYZ 9.69 7.63 33.31 -
YUV 74.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 49 71 158 0.69 0.55 0 0.38 227.89 0.53 0.41
Hex 31 47 9E 45 37 0 26 E4 35 29
Octal 61 107 236 105 67 0 46 344 65 51
Binary 110001 1000111 10011110 1000101 110111 0 100110 11100100 110101 101001

Color Harmonies of #31479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31479E

Black with #31479E

Text Example


Text Example

White with #31479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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