#294094

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

Shades of Tory Blue #294094

Tints of Tory Blue #294094

Color information

#294094 (or 0x294094) is unknown color: approx Tory Blue. HEX triplet: 29, 40 and 94. RGB value is (41,64,148). Sum of RGB (Red+Green+Blue) = 41+64+148=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #294094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294094 is #D6BF6B. Grayscale: #424242. Windows color (decimal): -14073708 or 9715753. OLE color: 9715753.

HSL color Cylindrical-coordinate representation of color #294094: hue angle of 227.1º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294094 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4164148-
CMYK0.720.5700.42
HSL227.1º56.61%37.06%-
HSV(B)227.1º72.3%58.04%-
XYZ8.096.2828.8-
YUV66.7173.88109.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=16.21%
G=25.30%
B=58.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41641480.720.5700.42227.156.6137.06
Hex294094483902Ae33925
Octal51100224110710523437145
Binary1010011000000100101001001000111001010101011100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294094; }

 p { color: rgb(41,64,148); }

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

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

 a { background-color: rgb(41,64,148); }

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

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

 span { border-color: rgb(41,64,148); }

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