#314683

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

Shades of Tory Blue #314683

Tints of Tory Blue #314683

Color information

#314683 (or 0x314683) is unknown color: approx Tory Blue. HEX triplet: 31, 46 and 83. RGB value is (49,70,131). Sum of RGB (Red+Green+Blue) = 49+70+131=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #314683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314683 is #CEB97C. Grayscale: #464646. Windows color (decimal): -13547901 or 8603185. OLE color: 8603185.

HSL color Cylindrical-coordinate representation of color #314683: hue angle of 224.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314683 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4970131-
CMYK0.630.4700.49
HSL224.63º45.56%35.29%-
HSV(B)224.63º62.6%51.37%-
XYZ7.556.6722.36-
YUV70.68162.04112.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=19.6%
G=28%
B=52.4%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49701310.630.4700.49224.6345.5635.29
Hex3146833F2F031e12e23
Octal6110620377570613415643
Binary110001100011010000011111111101111011000111100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314683; }

 p { color: rgb(49,70,131); }

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

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

 a { background-color: rgb(49,70,131); }

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

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

 span { border-color: rgb(49,70,131); }

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