#294C92

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

Shades of Tory Blue #294C92

Tints of Tory Blue #294C92

Color information

#294C92 (or 0x294C92) is unknown color: approx Tory Blue. HEX triplet: 29, 4C and 92. RGB value is (41,76,146). Sum of RGB (Red+Green+Blue) = 41+76+146=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #294C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C92 is #D6B36D. Grayscale: #494949. Windows color (decimal): -14070638 or 9587753. OLE color: 9587753.

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

Color convert

RGB4176146-
CMYK0.720.4800.43
HSL220º56.15%36.67%-
HSV(B)220º71.92%57.25%-
XYZ8.697.7228.23-
YUV73.52168.9104.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=15.59%
G=28.90%
B=55.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41761460.720.4800.4322056.1536.67
Hex294C92483002Bdc3825
Octal51114222110600533347045
Binary1010011001100100100101001000110000010101111011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294C92; }

 p { color: rgb(41,76,146); }

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

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

 a { background-color: rgb(41,76,146); }

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

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

 span { border-color: rgb(41,76,146); }

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