#294295

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

Shades of Tory Blue #294295

Tints of Tory Blue #294295

Color information

#294295 (or 0x294295) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 95. RGB value is (41,66,149). Sum of RGB (Red+Green+Blue) = 41+66+149=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #294295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294295 is #D6BD6A. Grayscale: #434343. Windows color (decimal): -14073195 or 9781801. OLE color: 9781801.

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

Color convert

RGB4166149-
CMYK0.720.5600.42
HSL226.11º56.84%37.25%-
HSV(B)226.11º72.48%58.43%-
XYZ8.296.5429.26-
YUV67.99173.72108.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=16.02%
G=25.78%
B=58.20%

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
Decimal41661490.720.5600.42226.1156.8437.25
Hex294295483802Ae23925
Octal51102225110700523427145
Binary1010011000010100101011001000111000010101011100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294295; }

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

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

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

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

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

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

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

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