#29456F

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

Shades of Resolution Blue #29456F

Tints of Resolution Blue #29456F

Color information

#29456F (or 0x29456F) is unknown color: approx Resolution Blue. HEX triplet: 29, 45 and 6F. RGB value is (41,69,111). Sum of RGB (Red+Green+Blue) = 41+69+111=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #29456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29456F is #D6BA90. Grayscale: #414141. Windows color (decimal): -14072465 or 7292201. OLE color: 7292201.

HSL color Cylindrical-coordinate representation of color #29456F: hue angle of 216º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29456F is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4169111-
CMYK0.630.3800.56
HSL216º46.05%29.8%-
HSV(B)216º63.06%43.53%-
XYZ5.915.8815.86-
YUV65.42153.72110.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=18.55%
G=31.22%
B=50.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41691110.630.3800.5621646.0529.8
Hex29456F3F26038d82e1e
Octal5110515777460703305636
Binary1010011000101110111111111110011001110001101100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29456F; }

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

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

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

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

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

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

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

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