#29437F

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

Shades of Resolution Blue #29437F

Tints of Resolution Blue #29437F

Color information

#29437F (or 0x29437F) is unknown color: approx Resolution Blue. HEX triplet: 29, 43 and 7F. RGB value is (41,67,127). Sum of RGB (Red+Green+Blue) = 41+67+127=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #29437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29437F is #D6BC80. Grayscale: #414141. Windows color (decimal): -14072961 or 8340265. OLE color: 8340265.

HSL color Cylindrical-coordinate representation of color #29437F: hue angle of 221.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29437F is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4167127-
CMYK0.680.4700.50
HSL221.86º51.19%32.94%-
HSV(B)221.86º67.72%49.8%-
XYZ6.756.0220.88-
YUV66.07162.39110.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 127 (50% from 255) = 54.04%
R=17.45%
G=28.51%
B=54.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41671270.680.4700.50221.8651.1932.94
Hex29437F442F032de3321
Octal51103177104570623366341
Binary101001100001111111111000100101111011001011011110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,67,127); }

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

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

 a { background-color: rgb(41,67,127); }

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

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

 span { border-color: rgb(41,67,127); }

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