Html Css Color HEX #31498E Tory Blue

📋 copy color: '#31498E'

red 49 ◦ green 73 ◦ blue 142

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

Shades of Tory Blue #31498E

Tints of Tory Blue #31498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.79%

R = 18.56%
G = 27.65%
B = 53.79%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31498E (or 0x31498E) is known color: Tory Blue. HEX triplet: 31, 49 and 8E. RGB value is (49,73,142). Sum of RGB (Red+Green+Blue) = 49+73+142=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #31498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31498E is #CEB671. Grayscale: #494949. Windows color (decimal): -13547122 or 9324849. OLE color: 9324849.

HSL color Cylindrical-coordinate representation of color #31498E: hue angle of 224.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31498E is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 73 142 -
CMYK 0.65 0.49 0 0.44
HSL 224.52º 0.49% 0.37% -
HSV(B) 224.52º 0.65% 0.56% -
XYZ 8.53 7.37 26.56 -
YUV 73.69 166.55 110.39 -
System Red Green Blue C M Y K H S L
Decimal 49 73 142 0.65 0.49 0 0.44 224.52 0.49 0.37
Hex 31 49 8E 41 31 0 2C E1 31 25
Octal 61 111 216 101 61 0 54 341 61 45
Binary 110001 1001001 10001110 1000001 110001 0 101100 11100001 110001 100101

Color Harmonies of #31498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31498E

Black with #31498E

Text Example


Text Example

White with #31498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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