#313F8C

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

Shades of Tory Blue #313F8C

Tints of Tory Blue #313F8C

Color information

#313F8C (or 0x313F8C) is unknown color: approx Tory Blue. HEX triplet: 31, 3F and 8C. RGB value is (49,63,140). Sum of RGB (Red+Green+Blue) = 49+63+140=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #313F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F8C is #CEC073. Grayscale: #434343. Windows color (decimal): -13549684 or 9191217. OLE color: 9191217.

HSL color Cylindrical-coordinate representation of color #313F8C: hue angle of 230.77º 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 #313F8C is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4963140-
CMYK0.650.5500.45
HSL230.77º48.15%37.06%-
HSV(B)230.77º65%54.9%-
XYZ7.786.125.58-
YUV67.59168.86114.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=19.44%
G=25%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49631400.650.5500.45230.7748.1537.06
Hex313F8C413702De73025
Octal6177214101670553476045
Binary110001111111100011001000001110111010110111100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F8C; }

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

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

<style>
 a { background-color: #313F8C; }

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

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

<style>
 span { border-color: #313F8C; }

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

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