Shades of Resolution Blue #293D6F
Tints of Resolution Blue #293D6F
RGB
CMYK
RGB Variations
Color information
#293D6F (or 0x293D6F) is known color: Resolution Blue. HEX triplet: 29, 3D and 6F. RGB value is (41,61,111). Sum of RGB (Red+Green+Blue) = 41+61+111=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #293D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D6F is #D6C290. Grayscale: #3C3C3C. Windows color (decimal): -14074513 or 7290153. OLE color: 7290153.
HSL color Cylindrical-coordinate representation of color #293D6F: hue angle of 222.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293D6F is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 61 | 111 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.56 |
| HSL | 222.86º | 0.46% | 0.3% | - |
| HSV(B) | 222.86º | 0.63% | 0.44% | - |
| XYZ | 5.45 | 4.96 | 15.71 | - |
| YUV | 60.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 111 | 0.63 | 0.45 | 0 | 0.56 | 222.86 | 0.46 | 0.3 |
| Hex | 29 | 3D | 6F | 3F | 2D | 0 | 38 | DF | 2E | 1E |
| Octal | 51 | 75 | 157 | 77 | 55 | 0 | 70 | 337 | 56 | 36 |
| Binary | 101001 | 111101 | 1101111 | 111111 | 101101 | 0 | 111000 | 11011111 | 101110 | 11110 |
Color Harmonies of #293D6F
Complementary color
Monochromatic Colors of #293D6F
Black with #293D6F
Text Example
Text Example
White with #293D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D6F; }
p { color: rgb(41,61,111); }
H1.HeaderClassName
{
color: #293D6F;
}
.AnyTagClassName
{
color: #293D6F;
}
</style>
background-color css
<style>
a { background-color: #293D6F; }
a { background-color: rgb(41,61,111); }
div.DivClassName
{
background-color: #293D6F;
}
.BgClassName
{
background-color: #293D6F;
}
</style>
border-color css
<style>
span { border-color: #293D6F; }
span { border-color: rgb(41,61,111); }
td.TdClassName
{
border-color: #293D6F;
}
.TagClassName
{
border-color: #293D6F;
}
</style>