Shades of Resolution Blue #29437B
Tints of Resolution Blue #29437B
RGB
CMYK
RGB Variations
Color information
#29437B (or 0x29437B) is known color: Resolution Blue. HEX triplet: 29, 43 and 7B. RGB value is (41,67,123). Sum of RGB (Red+Green+Blue) = 41+67+123=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #29437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29437B is #D6BC84. Grayscale: #414141. Windows color (decimal): -14072965 or 8078121. OLE color: 8078121.
HSL color Cylindrical-coordinate representation of color #29437B: hue angle of 220.98º 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 #29437B is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 67 | 123 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.52 |
| HSL | 220.98º | 0.5% | 0.32% | - |
| HSV(B) | 220.98º | 0.67% | 0.48% | - |
| XYZ | 6.5 | 5.92 | 19.54 | - |
| YUV | 65.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 123 | 0.67 | 0.46 | 0 | 0.52 | 220.98 | 0.5 | 0.32 |
| Hex | 29 | 43 | 7B | 43 | 2E | 0 | 34 | DD | 32 | 20 |
| Octal | 51 | 103 | 173 | 103 | 56 | 0 | 64 | 335 | 62 | 40 |
| Binary | 101001 | 1000011 | 1111011 | 1000011 | 101110 | 0 | 110100 | 11011101 | 110010 | 100000 |
Color Harmonies of #29437B
Complementary color
Monochromatic Colors of #29437B
Black with #29437B
Text Example
Text Example
White with #29437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29437B; }
p { color: rgb(41,67,123); }
H1.HeaderClassName
{
color: #29437B;
}
.AnyTagClassName
{
color: #29437B;
}
</style>
background-color css
<style>
a { background-color: #29437B; }
a { background-color: rgb(41,67,123); }
div.DivClassName
{
background-color: #29437B;
}
.BgClassName
{
background-color: #29437B;
}
</style>
border-color css
<style>
span { border-color: #29437B; }
span { border-color: rgb(41,67,123); }
td.TdClassName
{
border-color: #29437B;
}
.TagClassName
{
border-color: #29437B;
}
</style>