#31458e

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

Shades of Tory Blue #31458E

Tints of Tory Blue #31458E

Color information

#31458E (or 0x31458E) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 8E. RGB value is (49,69,142). Sum of RGB (Red+Green+Blue) = 49+69+142=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #31458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31458E is #CEBA71. Grayscale: #474747. Windows color (decimal): -13548146 or 9323825. OLE color: 9323825.

HSL color Cylindrical-coordinate representation of color #31458E: hue angle of 227.1º 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 #31458E is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4969142-
CMYK0.650.5100.44
HSL227.1º48.69%37.45%-
HSV(B)227.1º65.49%55.69%-
XYZ8.286.8626.48-
YUV71.34167.87112.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=18.85%
G=26.54%
B=54.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49691420.650.5100.44227.148.6937.45
Hex31458E413302Ce33125
Octal61105216101630543436145
Binary1100011000101100011101000001110011010110011100011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31458e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31458e; }

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

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

<style>
 a { background-color: #31458e; }

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

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

<style>
 span { border-color: #31458e; }

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

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