#29416E

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

Shades of Resolution Blue #29416E

Tints of Resolution Blue #29416E

Color information

#29416E (or 0x29416E) is unknown color: approx Resolution Blue. HEX triplet: 29, 41 and 6E. RGB value is (41,65,110). Sum of RGB (Red+Green+Blue) = 41+65+110=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #29416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29416E is #D6BE91. Grayscale: #3E3E3E. Windows color (decimal): -14073490 or 7225641. OLE color: 7225641.

HSL color Cylindrical-coordinate representation of color #29416E: hue angle of 219.13º 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 #29416E is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4165110-
CMYK0.630.4100.57
HSL219.13º45.7%29.61%-
HSV(B)219.13º62.73%43.14%-
XYZ5.625.3815.49-
YUV62.95154.55112.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=18.98%
G=30.09%
B=50.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41651100.630.4100.57219.1345.729.61
Hex29416E3F29039db2e1e
Octal5110115677510713335636
Binary1010011000001110111011111110100101110011101101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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