Shades of Resolution Blue #293F6D
Tints of Resolution Blue #293F6D
RGB
CMYK
RGB Variations
Color information
#293F6D (or 0x293F6D) is known color: Resolution Blue. HEX triplet: 29, 3F and 6D. RGB value is (41,63,109). Sum of RGB (Red+Green+Blue) = 41+63+109=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #293F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F6D is #D6C092. Grayscale: #3D3D3D. Windows color (decimal): -14074003 or 7159593. OLE color: 7159593.
HSL color Cylindrical-coordinate representation of color #293F6D: hue angle of 220.59º 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 #293F6D is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 63 | 109 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.57 |
| HSL | 220.59º | 0.45% | 0.29% | - |
| HSV(B) | 220.59º | 0.62% | 0.43% | - |
| XYZ | 5.45 | 5.13 | 15.17 | - |
| YUV | 61.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 109 | 0.62 | 0.42 | 0 | 0.57 | 220.59 | 0.45 | 0.29 |
| Hex | 29 | 3F | 6D | 3E | 2A | 0 | 39 | DD | 2D | 1D |
| Octal | 51 | 77 | 155 | 76 | 52 | 0 | 71 | 335 | 55 | 35 |
| Binary | 101001 | 111111 | 1101101 | 111110 | 101010 | 0 | 111001 | 11011101 | 101101 | 11101 |
Color Harmonies of #293F6D
Complementary color
Monochromatic Colors of #293F6D
Black with #293F6D
Text Example
Text Example
White with #293F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F6D; }
p { color: rgb(41,63,109); }
H1.HeaderClassName
{
color: #293F6D;
}
.AnyTagClassName
{
color: #293F6D;
}
</style>
background-color css
<style>
a { background-color: #293F6D; }
a { background-color: rgb(41,63,109); }
div.DivClassName
{
background-color: #293F6D;
}
.BgClassName
{
background-color: #293F6D;
}
</style>
border-color css
<style>
span { border-color: #293F6D; }
span { border-color: rgb(41,63,109); }
td.TdClassName
{
border-color: #293F6D;
}
.TagClassName
{
border-color: #293F6D;
}
</style>