#313F98

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

Shades of Tory Blue #313F98

Tints of Tory Blue #313F98

Color information

#313F98 (or 0x313F98) is unknown color: approx Tory Blue. HEX triplet: 31, 3F and 98. RGB value is (49,63,152). Sum of RGB (Red+Green+Blue) = 49+63+152=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #313F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F98 is #CEC067. Grayscale: #444444. Windows color (decimal): -13549672 or 9977649. OLE color: 9977649.

HSL color Cylindrical-coordinate representation of color #313F98: hue angle of 231.84º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313F98 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4963152-
CMYK0.680.5900.40
HSL231.84º51.24%39.41%-
HSV(B)231.84º67.76%59.61%-
XYZ8.716.4730.5-
YUV68.96174.86113.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=18.56%
G=23.86%
B=57.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49631520.680.5900.40231.8451.2439.41
Hex313F98443B028e83327
Octal6177230104730503506347
Binary110001111111100110001000100111011010100011101000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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