Shades of Resolution Blue #29386D
Tints of Resolution Blue #29386D
RGB
CMYK
RGB Variations
Color information
#29386D (or 0x29386D) is known color: Resolution Blue. HEX triplet: 29, 38 and 6D. RGB value is (41,56,109). Sum of RGB (Red+Green+Blue) = 41+56+109=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #29386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29386D is #D6C792. Grayscale: #393939. Windows color (decimal): -14075795 or 7157801. OLE color: 7157801.
HSL color Cylindrical-coordinate representation of color #29386D: hue angle of 226.76º 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 #29386D is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 56 | 109 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.57 |
| HSL | 226.76º | 0.45% | 0.29% | - |
| HSV(B) | 226.76º | 0.62% | 0.43% | - |
| XYZ | 5.09 | 4.4 | 15.05 | - |
| YUV | 57.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 109 | 0.62 | 0.49 | 0 | 0.57 | 226.76 | 0.45 | 0.29 |
| Hex | 29 | 38 | 6D | 3E | 31 | 0 | 39 | E3 | 2D | 1D |
| Octal | 51 | 70 | 155 | 76 | 61 | 0 | 71 | 343 | 55 | 35 |
| Binary | 101001 | 111000 | 1101101 | 111110 | 110001 | 0 | 111001 | 11100011 | 101101 | 11101 |
Color Harmonies of #29386D
Complementary color
Monochromatic Colors of #29386D
Black with #29386D
Text Example
Text Example
White with #29386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29386D; }
p { color: rgb(41,56,109); }
H1.HeaderClassName
{
color: #29386D;
}
.AnyTagClassName
{
color: #29386D;
}
</style>
background-color css
<style>
a { background-color: #29386D; }
a { background-color: rgb(41,56,109); }
div.DivClassName
{
background-color: #29386D;
}
.BgClassName
{
background-color: #29386D;
}
</style>
border-color css
<style>
span { border-color: #29386D; }
span { border-color: rgb(41,56,109); }
td.TdClassName
{
border-color: #29386D;
}
.TagClassName
{
border-color: #29386D;
}
</style>