#29406D

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

Shades of Resolution Blue #29406D

Tints of Resolution Blue #29406D

Color information

#29406D (or 0x29406D) is unknown color: approx Resolution Blue. HEX triplet: 29, 40 and 6D. RGB value is (41,64,109). Sum of RGB (Red+Green+Blue) = 41+64+109=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #29406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29406D is #D6BF92. Grayscale: #3E3E3E. Windows color (decimal): -14073747 or 7159849. OLE color: 7159849.

HSL color Cylindrical-coordinate representation of color #29406D: hue angle of 219.71º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29406D is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4164109-
CMYK0.620.4100.57
HSL219.71º45.33%29.41%-
HSV(B)219.71º62.39%42.75%-
XYZ5.515.2415.19-
YUV62.25154.38112.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=19.16%
G=29.91%
B=50.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41641090.620.4100.57219.7145.3329.41
Hex29406D3E29039dc2d1d
Octal5110015576510713345535
Binary1010011000000110110111111010100101110011101110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29406D; }

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

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

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

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

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

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

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

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