#294076

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

Shades of Resolution Blue #294076

Tints of Resolution Blue #294076

Color information

#294076 (or 0x294076) is unknown color: approx Resolution Blue. HEX triplet: 29, 40 and 76. RGB value is (41,64,118). Sum of RGB (Red+Green+Blue) = 41+64+118=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #294076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294076 is #D6BF89. Grayscale: #3F3F3F. Windows color (decimal): -14073738 or 7749673. OLE color: 7749673.

HSL color Cylindrical-coordinate representation of color #294076: hue angle of 222.08º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294076 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4164118-
CMYK0.650.4600.54
HSL222.08º48.43%31.18%-
HSV(B)222.08º65.25%46.27%-
XYZ6.025.4517.87-
YUV63.28158.88112.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=18.39%
G=28.70%
B=52.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41641180.650.4600.54222.0848.4331.18
Hex294076412E036de301f
Octal51100166101560663366037
Binary10100110000001110110100000110111001101101101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294076; }

 p { color: rgb(41,64,118); }

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

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

 a { background-color: rgb(41,64,118); }

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

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

 span { border-color: rgb(41,64,118); }

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