Shades of Resolution Blue #29387D
Tints of Resolution Blue #29387D
RGB
CMYK
RGB Variations
Color information
#29387D (or 0x29387D) is known color: Resolution Blue. HEX triplet: 29, 38 and 7D. RGB value is (41,56,125). Sum of RGB (Red+Green+Blue) = 41+56+125=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #29387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29387D is #D6C782. Grayscale: #3B3B3B. Windows color (decimal): -14075779 or 8206377. OLE color: 8206377.
HSL color Cylindrical-coordinate representation of color #29387D: hue angle of 229.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29387D is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 56 | 125 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.51 |
| HSL | 229.29º | 0.51% | 0.33% | - |
| HSV(B) | 229.29º | 0.67% | 0.49% | - |
| XYZ | 6.03 | 4.78 | 20.01 | - |
| YUV | 59.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 125 | 0.67 | 0.55 | 0 | 0.51 | 229.29 | 0.51 | 0.33 |
| Hex | 29 | 38 | 7D | 43 | 37 | 0 | 33 | E5 | 33 | 21 |
| Octal | 51 | 70 | 175 | 103 | 67 | 0 | 63 | 345 | 63 | 41 |
| Binary | 101001 | 111000 | 1111101 | 1000011 | 110111 | 0 | 110011 | 11100101 | 110011 | 100001 |
Color Harmonies of #29387D
Complementary color
Monochromatic Colors of #29387D
Black with #29387D
Text Example
Text Example
White with #29387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29387D; }
p { color: rgb(41,56,125); }
H1.HeaderClassName
{
color: #29387D;
}
.AnyTagClassName
{
color: #29387D;
}
</style>
background-color css
<style>
a { background-color: #29387D; }
a { background-color: rgb(41,56,125); }
div.DivClassName
{
background-color: #29387D;
}
.BgClassName
{
background-color: #29387D;
}
</style>
border-color css
<style>
span { border-color: #29387D; }
span { border-color: rgb(41,56,125); }
td.TdClassName
{
border-color: #29387D;
}
.TagClassName
{
border-color: #29387D;
}
</style>