#314296

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

Shades of Tory Blue #314296

Tints of Tory Blue #314296

Color information

#314296 (or 0x314296) is unknown color: approx Tory Blue. HEX triplet: 31, 42 and 96. RGB value is (49,66,150). Sum of RGB (Red+Green+Blue) = 49+66+150=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #314296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314296 is #CEBD69. Grayscale: #464646. Windows color (decimal): -13548906 or 9847345. OLE color: 9847345.

HSL color Cylindrical-coordinate representation of color #314296: hue angle of 229.9º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314296 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4966150-
CMYK0.670.5600.41
HSL229.9º50.75%39.02%-
HSV(B)229.9º67.33%58.82%-
XYZ8.726.7529.7-
YUV70.49172.87112.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=18.49%
G=24.91%
B=56.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49661500.670.5600.41229.950.7539.02
Hex3142964338029e63327
Octal61102226103700513466347
Binary1100011000010100101101000011111000010100111100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314296; }

 p { color: rgb(49,66,150); }

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

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

 a { background-color: rgb(49,66,150); }

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

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

 span { border-color: rgb(49,66,150); }

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