#31458F

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

Shades of Tory Blue #31458F

Tints of Tory Blue #31458F

Color information

#31458F (or 0x31458F) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 8F. RGB value is (49,69,143). Sum of RGB (Red+Green+Blue) = 49+69+143=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #31458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31458F is #CEBA70. Grayscale: #474747. Windows color (decimal): -13548145 or 9389361. OLE color: 9389361.

HSL color Cylindrical-coordinate representation of color #31458F: hue angle of 227.23º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31458F is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4969143-
CMYK0.660.5200.44
HSL227.23º48.96%37.65%-
HSV(B)227.23º65.73%56.08%-
XYZ8.356.8926.88-
YUV71.46168.37111.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 143 (56.25% from 255) = 54.79%
R=18.77%
G=26.44%
B=54.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49691430.660.5200.44227.2348.9637.65
Hex31458F423402Ce33126
Octal61105217102640543436146
Binary1100011000101100011111000010110100010110011100011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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