Html Css Color HEX #31488A Tory Blue

📋 copy color: '#31488A'

red 49 ◦ green 72 ◦ blue 138

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

Shades of Tory Blue #31488A

Tints of Tory Blue #31488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.28%

R = 18.92%
G = 27.8%
B = 53.28%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31488A (or 0x31488A) is known color: Tory Blue. HEX triplet: 31, 48 and 8A. RGB value is (49,72,138). Sum of RGB (Red+Green+Blue) = 49+72+138=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #31488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31488A is #CEB775. Grayscale: #484848. Windows color (decimal): -13547382 or 9062449. OLE color: 9062449.

HSL color Cylindrical-coordinate representation of color #31488A: hue angle of 224.49º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31488A is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 72 138 -
CMYK 0.64 0.48 0 0.46
HSL 224.49º 0.48% 0.37% -
HSV(B) 224.49º 0.64% 0.54% -
XYZ 8.17 7.12 24.99 -
YUV 72.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 49 72 138 0.64 0.48 0 0.46 224.49 0.48 0.37
Hex 31 48 8A 40 30 0 2E E0 30 25
Octal 61 110 212 100 60 0 56 340 60 45
Binary 110001 1001000 10001010 1000000 110000 0 101110 11100000 110000 100101

Color Harmonies of #31488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31488A

Black with #31488A

Text Example


Text Example

White with #31488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31488A; }

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

 H1.HeaderClassName
 {
   color: #31488A;
 }
 .AnyTagClassName
 {
   color: #31488A;
 }
</style>

background-color css

<style>
 a { background-color: #31488A; }

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

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

border-color css

<style>
 span { border-color: #31488A; }

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

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