#294577

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

Shades of Resolution Blue #294577

Tints of Resolution Blue #294577

Color information

#294577 (or 0x294577) is unknown color: approx Resolution Blue. HEX triplet: 29, 45 and 77. RGB value is (41,69,119). Sum of RGB (Red+Green+Blue) = 41+69+119=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #294577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294577 is #D6BA88. Grayscale: #424242. Windows color (decimal): -14072457 or 7816489. OLE color: 7816489.

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

Color convert

RGB4169119-
CMYK0.660.4200.53
HSL218.46º48.75%31.37%-
HSV(B)218.46º65.55%46.67%-
XYZ6.376.0618.29-
YUV66.33157.72109.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=17.90%
G=30.13%
B=51.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41691190.660.4200.53218.4648.7531.37
Hex294577422A035da311f
Octal51105167102520653326137
Binary10100110001011110111100001010101001101011101101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294577; }

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

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

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

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

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

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

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

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