Html Css Color HEX #31479D Tory Blue

📋 copy color: '#31479D'

red 49 ◦ green 71 ◦ blue 157

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

Shades of Tory Blue #31479D

Tints of Tory Blue #31479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 17.69%
G = 25.63%
B = 56.68%

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

#31479D (or 0x31479D) is known color: Tory Blue. HEX triplet: 31, 47 and 9D. RGB value is (49,71,157). Sum of RGB (Red+Green+Blue) = 49+71+157=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #31479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31479D is #CEB862. Grayscale: #494949. Windows color (decimal): -13547619 or 10307377. OLE color: 10307377.

HSL color Cylindrical-coordinate representation of color #31479D: hue angle of 227.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31479D is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 71 157 -
CMYK 0.69 0.55 0 0.38
HSL 227.78º 0.52% 0.4% -
HSV(B) 227.78º 0.69% 0.62% -
XYZ 9.61 7.59 32.86 -
YUV 74.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 49 71 157 0.69 0.55 0 0.38 227.78 0.52 0.4
Hex 31 47 9D 45 37 0 26 E4 34 28
Octal 61 107 235 105 67 0 46 344 64 50
Binary 110001 1000111 10011101 1000101 110111 0 100110 11100100 110100 101000

Color Harmonies of #31479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31479D

Black with #31479D

Text Example


Text Example

White with #31479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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