#294079

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

Shades of Resolution Blue #294079

Tints of Resolution Blue #294079

Color information

#294079 (or 0x294079) is unknown color: approx Resolution Blue. HEX triplet: 29, 40 and 79. RGB value is (41,64,121). Sum of RGB (Red+Green+Blue) = 41+64+121=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #294079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294079 is #D6BF86. Grayscale: #3F3F3F. Windows color (decimal): -14073735 or 7946281. OLE color: 7946281.

HSL color Cylindrical-coordinate representation of color #294079: hue angle of 222.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294079 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4164121-
CMYK0.660.4700.53
HSL222.75º49.38%31.76%-
HSV(B)222.75º66.12%47.45%-
XYZ6.25.5218.83-
YUV63.62160.38111.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=18.14%
G=28.32%
B=53.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41641210.660.4700.53222.7549.3831.76
Hex294079422F035df3120
Octal51100171102570653376140
Binary101001100000011110011000010101111011010111011111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294079; }

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

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

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

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

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

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

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

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