#29356D

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

Shades of Resolution Blue #29356D

Tints of Resolution Blue #29356D

Color information

#29356D (or 0x29356D) is unknown color: approx Resolution Blue. HEX triplet: 29, 35 and 6D. RGB value is (41,53,109). Sum of RGB (Red+Green+Blue) = 41+53+109=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #29356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29356D is #D6CA92. Grayscale: #373737. Windows color (decimal): -14076563 or 7157033. OLE color: 7157033.

HSL color Cylindrical-coordinate representation of color #29356D: hue angle of 229.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29356D is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4153109-
CMYK0.620.5100.57
HSL229.41º45.33%29.41%-
HSV(B)229.41º62.39%42.75%-
XYZ4.954.1215-
YUV55.8158.02117.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=20.20%
G=26.11%
B=53.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41531090.620.5100.57229.4145.3329.41
Hex29356D3E33039e52d1d
Octal516515576630713455535
Binary101001110101110110111111011001101110011110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29356D; }

 p { color: rgb(41,53,109); }

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

<style>
 a { background-color: #29356D; }

 a { background-color: rgb(41,53,109); }

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

<style>
 span { border-color: #29356D; }

 span { border-color: rgb(41,53,109); }

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