#294294

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

Shades of Tory Blue #294294

Tints of Tory Blue #294294

Color information

#294294 (or 0x294294) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 94. RGB value is (41,66,148). Sum of RGB (Red+Green+Blue) = 41+66+148=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #294294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294294 is #D6BD6B. Grayscale: #434343. Windows color (decimal): -14073196 or 9716265. OLE color: 9716265.

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

Color convert

RGB4166148-
CMYK0.720.5500.42
HSL225.98º56.61%37.06%-
HSV(B)225.98º72.3%58.04%-
XYZ8.216.5128.84-
YUV67.87173.22108.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=16.08%
G=25.88%
B=58.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41661480.720.5500.42225.9856.6137.06
Hex294294483702Ae23925
Octal51102224110670523427145
Binary1010011000010100101001001000110111010101011100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294294; }

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

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

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

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

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

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

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

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