Html Css Color HEX #31499D Tory Blue

📋 copy color: '#31499D'

red 49 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #31499D

Tints of Tory Blue #31499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 17.56%
G = 26.16%
B = 56.27%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31499D (or 0x31499D) is known color: Tory Blue. HEX triplet: 31, 49 and 9D. RGB value is (49,73,157). Sum of RGB (Red+Green+Blue) = 49+73+157=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #31499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31499D is #CEB662. Grayscale: #4B4B4B. Windows color (decimal): -13547107 or 10307889. OLE color: 10307889.

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

Color convert

RGB 49 73 157 -
CMYK 0.69 0.54 0 0.38
HSL 226.67º 0.52% 0.4% -
HSV(B) 226.67º 0.69% 0.62% -
XYZ 9.73 7.85 32.9 -
YUV 75.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 49 73 157 0.69 0.54 0 0.38 226.67 0.52 0.4
Hex 31 49 9D 45 36 0 26 E3 34 28
Octal 61 111 235 105 66 0 46 343 64 50
Binary 110001 1001001 10011101 1000101 110110 0 100110 11100011 110100 101000

Color Harmonies of #31499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31499D

Black with #31499D

Text Example


Text Example

White with #31499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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