#29446F

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

Shades of Resolution Blue #29446F

Tints of Resolution Blue #29446F

Color information

#29446F (or 0x29446F) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 6F. RGB value is (41,68,111). Sum of RGB (Red+Green+Blue) = 41+68+111=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #29446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29446F is #D6BB90. Grayscale: #404040. Windows color (decimal): -14072721 or 7291945. OLE color: 7291945.

HSL color Cylindrical-coordinate representation of color #29446F: hue angle of 216.86º 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 #29446F is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4168111-
CMYK0.630.3900.56
HSL216.86º46.05%29.8%-
HSV(B)216.86º63.06%43.53%-
XYZ5.855.7515.84-
YUV64.83154.05111-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=18.64%
G=30.91%
B=50.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41681110.630.3900.56216.8646.0529.8
Hex29446F3F27038d92e1e
Octal5110415777470703315636
Binary1010011000100110111111111110011101110001101100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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