#314393

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

Shades of Tory Blue #314393

Tints of Tory Blue #314393

Color information

#314393 (or 0x314393) is unknown color: approx Tory Blue. HEX triplet: 31, 43 and 93. RGB value is (49,67,147). Sum of RGB (Red+Green+Blue) = 49+67+147=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #314393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314393 is #CEBC6C. Grayscale: #464646. Windows color (decimal): -13548653 or 9650993. OLE color: 9650993.

HSL color Cylindrical-coordinate representation of color #314393: hue angle of 228.98º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314393 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4967147-
CMYK0.670.5400.42
HSL228.98º50%38.43%-
HSV(B)228.98º66.67%57.65%-
XYZ8.546.7728.46-
YUV70.74171.04112.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 147 (57.81% from 255) = 55.89%
R=18.63%
G=25.48%
B=55.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49671470.670.5400.42228.985038.43
Hex314393433602Ae53226
Octal61103223103660523456246
Binary1100011000011100100111000011110110010101011100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314393; }

 p { color: rgb(49,67,147); }

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

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

 a { background-color: rgb(49,67,147); }

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

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

 span { border-color: rgb(49,67,147); }

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