#294671

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

Shades of Resolution Blue #294671

Tints of Resolution Blue #294671

Color information

#294671 (or 0x294671) is unknown color: approx Resolution Blue. HEX triplet: 29, 46 and 71. RGB value is (41,70,113). Sum of RGB (Red+Green+Blue) = 41+70+113=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #294671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294671 is #D6B98E. Grayscale: #424242. Windows color (decimal): -14072207 or 7423529. OLE color: 7423529.

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

Color convert

RGB4170113-
CMYK0.640.3800.56
HSL215.83º46.75%30.2%-
HSV(B)215.83º63.72%44.31%-
XYZ6.096.0416.47-
YUV66.23154.39110-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=18.30%
G=31.25%
B=50.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41701130.640.3800.56215.8346.7530.2
Hex2946714026038d82f1e
Octal51106161100460703305736
Binary10100110001101110001100000010011001110001101100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294671; }

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

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

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

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

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

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

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

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