#294194

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

Shades of Tory Blue #294194

Tints of Tory Blue #294194

Color information

#294194 (or 0x294194) is unknown color: approx Tory Blue. HEX triplet: 29, 41 and 94. RGB value is (41,65,148). Sum of RGB (Red+Green+Blue) = 41+65+148=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #294194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294194 is #D6BE6B. Grayscale: #424242. Windows color (decimal): -14073452 or 9716009. OLE color: 9716009.

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

Color convert

RGB4165148-
CMYK0.720.5600.42
HSL226.54º56.61%37.06%-
HSV(B)226.54º72.3%58.04%-
XYZ8.156.3928.82-
YUV67.29173.55109.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=16.14%
G=25.59%
B=58.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41651480.720.5600.42226.5456.6137.06
Hex294194483802Ae33925
Octal51101224110700523437145
Binary1010011000001100101001001000111000010101011100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294194; }

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

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

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

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

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

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

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

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