#31478A

Color #31478A Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #31478A

Tints of Tory Blue #31478A

Color information

#31478A (or 0x31478A) is unknown color: approx Tory Blue. HEX triplet: 31, 47 and 8A. RGB value is (49,71,138). Sum of RGB (Red+Green+Blue) = 49+71+138=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #31478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31478A is #CEB875. Grayscale: #474747. Windows color (decimal): -13547638 or 9062193. OLE color: 9062193.

HSL color Cylindrical-coordinate representation of color #31478A: hue angle of 225.17º 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 #31478A is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4971138-
CMYK0.640.4900.46
HSL225.17º47.59%36.67%-
HSV(B)225.17º64.49%54.12%-
XYZ8.116.9924.97-
YUV72.06165.21111.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=18.99%
G=27.52%
B=53.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49711380.640.4900.46225.1747.5936.67
Hex31478A403102Ee13025
Octal61107212100610563416045
Binary1100011000111100010101000000110001010111011100001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31478A;
 }
 .AnyTagClassName
 {
   color: #31478A;
 }
</style>
background-color css

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

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

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

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

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

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