#31458c

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

Shades of Tory Blue #31458C

Tints of Tory Blue #31458C

Color information

#31458C (or 0x31458C) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 8C. RGB value is (49,69,140). Sum of RGB (Red+Green+Blue) = 49+69+140=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #31458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31458C is #CEBA73. Grayscale: #464646. Windows color (decimal): -13548148 or 9192753. OLE color: 9192753.

HSL color Cylindrical-coordinate representation of color #31458C: hue angle of 226.81º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31458C is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4969140-
CMYK0.650.5100.45
HSL226.81º48.15%37.06%-
HSV(B)226.81º65%54.9%-
XYZ8.136.825.7-
YUV71.11166.87112.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 140 (55.08% from 255) = 54.26%
R=18.99%
G=26.74%
B=54.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49691400.650.5100.45226.8148.1537.06
Hex31458C413302De33025
Octal61105214101630553436045
Binary1100011000101100011001000001110011010110111100011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31458c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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