Html Css Color HEX #31489B Tory Blue

📋 copy color: '#31489B'

red 49 ◦ green 72 ◦ blue 155

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

Shades of Tory Blue #31489B

Tints of Tory Blue #31489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 17.75%
G = 26.09%
B = 56.16%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31489B (or 0x31489B) is known color: Tory Blue. HEX triplet: 31, 48 and 9B. RGB value is (49,72,155). Sum of RGB (Red+Green+Blue) = 49+72+155=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #31489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31489B is #CEB764. Grayscale: #4A4A4A. Windows color (decimal): -13547365 or 10176561. OLE color: 10176561.

HSL color Cylindrical-coordinate representation of color #31489B: hue angle of 226.98º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31489B is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 72 155 -
CMYK 0.68 0.54 0 0.39
HSL 226.98º 0.52% 0.4% -
HSV(B) 226.98º 0.68% 0.61% -
XYZ 9.5 7.65 31.99 -
YUV 74.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 49 72 155 0.68 0.54 0 0.39 226.98 0.52 0.4
Hex 31 48 9B 44 36 0 27 E3 34 28
Octal 61 110 233 104 66 0 47 343 64 50
Binary 110001 1001000 10011011 1000100 110110 0 100111 11100011 110100 101000

Color Harmonies of #31489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31489B

Black with #31489B

Text Example


Text Example

White with #31489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,72,155); }

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

background-color css

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

 a { background-color: rgb(49,72,155); }

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

border-color css

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

 span { border-color: rgb(49,72,155); }

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