Html Css Color HEX #31468B Tory Blue

📋 copy color: '#31468B'

red 49 ◦ green 70 ◦ blue 139

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

Shades of Tory Blue #31468B

Tints of Tory Blue #31468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 18.99%
G = 27.13%
B = 53.88%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31468B (or 0x31468B) is known color: Tory Blue. HEX triplet: 31, 46 and 8B. RGB value is (49,70,139). Sum of RGB (Red+Green+Blue) = 49+70+139=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #31468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31468B is #CEB974. Grayscale: #474747. Windows color (decimal): -13547893 or 9127473. OLE color: 9127473.

HSL color Cylindrical-coordinate representation of color #31468B: hue angle of 226º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31468B is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 70 139 -
CMYK 0.65 0.50 0 0.45
HSL 226º 0.48% 0.37% -
HSV(B) 226º 0.65% 0.55% -
XYZ 8.12 6.9 25.33 -
YUV 71.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 49 70 139 0.65 0.50 0 0.45 226 0.48 0.37
Hex 31 46 8B 41 32 0 2D E2 30 25
Octal 61 106 213 101 62 0 55 342 60 45
Binary 110001 1000110 10001011 1000001 110010 0 101101 11100010 110000 100101

Color Harmonies of #31468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31468B

Black with #31468B

Text Example


Text Example

White with #31468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31468B; }

 p { color: rgb(49,70,139); }

 H1.HeaderClassName
 {
   color: #31468B;
 }
 .AnyTagClassName
 {
   color: #31468B;
 }
</style>

background-color css

<style>
 a { background-color: #31468B; }

 a { background-color: rgb(49,70,139); }

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

border-color css

<style>
 span { border-color: #31468B; }

 span { border-color: rgb(49,70,139); }

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