#29446E

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

Shades of Resolution Blue #29446E

Tints of Resolution Blue #29446E

Color information

#29446E (or 0x29446E) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 6E. RGB value is (41,68,110). Sum of RGB (Red+Green+Blue) = 41+68+110=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #29446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29446E is #D6BB91. Grayscale: #404040. Windows color (decimal): -14072722 or 7226409. OLE color: 7226409.

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

Color convert

RGB4168110-
CMYK0.630.3800.57
HSL216.52º45.7%29.61%-
HSV(B)216.52º62.73%43.14%-
XYZ5.85.7315.55-
YUV64.72153.55111.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=18.72%
G=31.05%
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.57
SystemRedGreenBlueCMYKHSL
Decimal41681100.630.3800.57216.5245.729.61
Hex29446E3F26039d92e1e
Octal5110415677460713315636
Binary1010011000100110111011111110011001110011101100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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