#294477

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

Shades of Resolution Blue #294477

Tints of Resolution Blue #294477

Color information

#294477 (or 0x294477) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 77. RGB value is (41,68,119). Sum of RGB (Red+Green+Blue) = 41+68+119=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #294477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294477 is #D6BB88. Grayscale: #414141. Windows color (decimal): -14072713 or 7816233. OLE color: 7816233.

HSL color Cylindrical-coordinate representation of color #294477: hue angle of 219.23º 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 #294477 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4168119-
CMYK0.660.4300.53
HSL219.23º48.75%31.37%-
HSV(B)219.23º65.55%46.67%-
XYZ6.315.9418.27-
YUV65.74158.05110.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=17.98%
G=29.82%
B=52.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41681190.660.4300.53219.2348.7531.37
Hex294477422B035db311f
Octal51104167102530653336137
Binary10100110001001110111100001010101101101011101101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294477; }

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

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

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

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

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

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

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

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