#294571

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

Shades of Resolution Blue #294571

Tints of Resolution Blue #294571

Color information

#294571 (or 0x294571) is unknown color: approx Resolution Blue. HEX triplet: 29, 45 and 71. RGB value is (41,69,113). Sum of RGB (Red+Green+Blue) = 41+69+113=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #294571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294571 is #D6BA8E. Grayscale: #414141. Windows color (decimal): -14072463 or 7423273. OLE color: 7423273.

HSL color Cylindrical-coordinate representation of color #294571: hue angle of 216.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294571 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4169113-
CMYK0.640.3900.56
HSL216.67º46.75%30.2%-
HSV(B)216.67º63.72%44.31%-
XYZ6.025.9216.45-
YUV65.64154.72110.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=18.39%
G=30.94%
B=50.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41691130.640.3900.56216.6746.7530.2
Hex2945714027038d92f1e
Octal51105161100470703315736
Binary10100110001011110001100000010011101110001101100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294571; }

 p { color: rgb(41,69,113); }

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

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

 a { background-color: rgb(41,69,113); }

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

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

 span { border-color: rgb(41,69,113); }

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