#294177

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

Shades of Resolution Blue #294177

Tints of Resolution Blue #294177

Color information

#294177 (or 0x294177) is unknown color: approx Resolution Blue. HEX triplet: 29, 41 and 77. RGB value is (41,65,119). Sum of RGB (Red+Green+Blue) = 41+65+119=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #294177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294177 is #D6BE88. Grayscale: #3F3F3F. Windows color (decimal): -14073481 or 7815465. OLE color: 7815465.

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

Color convert

RGB4165119-
CMYK0.660.4500.53
HSL221.54º48.75%31.37%-
HSV(B)221.54º65.55%46.67%-
XYZ6.135.5818.21-
YUV63.98159.05111.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=18.22%
G=28.89%
B=52.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41651190.660.4500.53221.5448.7531.37
Hex294177422D035de311f
Octal51101167102550653366137
Binary10100110000011110111100001010110101101011101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294177; }

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

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

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

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

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

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

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

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