Shades of Resolution Blue #29417B
Tints of Resolution Blue #29417B
RGB
CMYK
RGB Variations
Color information
#29417B (or 0x29417B) is known color: Resolution Blue. HEX triplet: 29, 41 and 7B. RGB value is (41,65,123). Sum of RGB (Red+Green+Blue) = 41+65+123=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #29417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29417B is #D6BE84. Grayscale: #404040. Windows color (decimal): -14073477 or 8077609. OLE color: 8077609.
HSL color Cylindrical-coordinate representation of color #29417B: hue angle of 222.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29417B is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 65 | 123 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.52 |
| HSL | 222.44º | 0.5% | 0.32% | - |
| HSV(B) | 222.44º | 0.67% | 0.48% | - |
| XYZ | 6.38 | 5.68 | 19.5 | - |
| YUV | 64.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 123 | 0.67 | 0.47 | 0 | 0.52 | 222.44 | 0.5 | 0.32 |
| Hex | 29 | 41 | 7B | 43 | 2F | 0 | 34 | DE | 32 | 20 |
| Octal | 51 | 101 | 173 | 103 | 57 | 0 | 64 | 336 | 62 | 40 |
| Binary | 101001 | 1000001 | 1111011 | 1000011 | 101111 | 0 | 110100 | 11011110 | 110010 | 100000 |
Color Harmonies of #29417B
Complementary color
Monochromatic Colors of #29417B
Black with #29417B
Text Example
Text Example
White with #29417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29417B; }
p { color: rgb(41,65,123); }
H1.HeaderClassName
{
color: #29417B;
}
.AnyTagClassName
{
color: #29417B;
}
</style>
background-color css
<style>
a { background-color: #29417B; }
a { background-color: rgb(41,65,123); }
div.DivClassName
{
background-color: #29417B;
}
.BgClassName
{
background-color: #29417B;
}
</style>
border-color css
<style>
span { border-color: #29417B; }
span { border-color: rgb(41,65,123); }
td.TdClassName
{
border-color: #29417B;
}
.TagClassName
{
border-color: #29417B;
}
</style>