#314093

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

Shades of Tory Blue #314093

Tints of Tory Blue #314093

Color information

#314093 (or 0x314093) is unknown color: approx Tory Blue. HEX triplet: 31, 40 and 93. RGB value is (49,64,147). Sum of RGB (Red+Green+Blue) = 49+64+147=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #314093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314093 is #CEBF6C. Grayscale: #444444. Windows color (decimal): -13549421 or 9650225. OLE color: 9650225.

HSL color Cylindrical-coordinate representation of color #314093: hue angle of 230.82º 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 #314093 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4964147-
CMYK0.670.5600.42
HSL230.82º50%38.43%-
HSV(B)230.82º66.67%57.65%-
XYZ8.376.4328.4-
YUV68.98172.03113.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=18.85%
G=24.62%
B=56.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49641470.670.5600.42230.825038.43
Hex314093433802Ae73226
Octal61100223103700523476246
Binary1100011000000100100111000011111000010101011100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314093; }

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

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

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

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

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

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

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

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