Html Css Color HEX #31499E Tory Blue

📋 copy color: '#31499E'

red 49 ◦ green 73 ◦ blue 158

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

Shades of Tory Blue #31499E

Tints of Tory Blue #31499E

RGB

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

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

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

R = 17.5%
G = 26.07%
B = 56.43%

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

#31499E (or 0x31499E) is known color: Tory Blue. HEX triplet: 31, 49 and 9E. RGB value is (49,73,158). Sum of RGB (Red+Green+Blue) = 49+73+158=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #31499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31499E is #CEB661. Grayscale: #4B4B4B. Windows color (decimal): -13547106 or 10373425. OLE color: 10373425.

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

Color convert

RGB 49 73 158 -
CMYK 0.69 0.54 0 0.38
HSL 226.79º 0.53% 0.41% -
HSV(B) 226.79º 0.69% 0.62% -
XYZ 9.82 7.89 33.35 -
YUV 75.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 49 73 158 0.69 0.54 0 0.38 226.79 0.53 0.41
Hex 31 49 9E 45 36 0 26 E3 35 29
Octal 61 111 236 105 66 0 46 343 65 51
Binary 110001 1001001 10011110 1000101 110110 0 100110 11100011 110101 101001

Color Harmonies of #31499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31499E

Black with #31499E

Text Example


Text Example

White with #31499E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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