#294171

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

Shades of Resolution Blue #294171

Tints of Resolution Blue #294171

Color information

#294171 (or 0x294171) is unknown color: approx Resolution Blue. HEX triplet: 29, 41 and 71. RGB value is (41,65,113). Sum of RGB (Red+Green+Blue) = 41+65+113=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #294171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294171 is #D6BE8E. Grayscale: #3F3F3F. Windows color (decimal): -14073487 or 7422249. OLE color: 7422249.

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

Color convert

RGB4165113-
CMYK0.640.4200.56
HSL220º46.75%30.2%-
HSV(B)220º63.72%44.31%-
XYZ5.795.4416.37-
YUV63.3156.05112.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=18.72%
G=29.68%
B=51.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41651130.640.4200.5622046.7530.2
Hex294171402A038dc2f1e
Octal51101161100520703345736
Binary10100110000011110001100000010101001110001101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294171; }

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

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

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

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

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

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

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

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