Shades of Resolution Blue #293A6F
Tints of Resolution Blue #293A6F
RGB
CMYK
RGB Variations
Color information
#293A6F (or 0x293A6F) is known color: Resolution Blue. HEX triplet: 29, 3A and 6F. RGB value is (41,58,111). Sum of RGB (Red+Green+Blue) = 41+58+111=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #293A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A6F is #D6C590. Grayscale: #3A3A3A. Windows color (decimal): -14075281 or 7289385. OLE color: 7289385.
HSL color Cylindrical-coordinate representation of color #293A6F: hue angle of 225.43º 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 #293A6F is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 58 | 111 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.56 |
| HSL | 225.43º | 0.46% | 0.3% | - |
| HSV(B) | 225.43º | 0.63% | 0.44% | - |
| XYZ | 5.3 | 4.65 | 15.66 | - |
| YUV | 58.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 111 | 0.63 | 0.48 | 0 | 0.56 | 225.43 | 0.46 | 0.3 |
| Hex | 29 | 3A | 6F | 3F | 30 | 0 | 38 | E1 | 2E | 1E |
| Octal | 51 | 72 | 157 | 77 | 60 | 0 | 70 | 341 | 56 | 36 |
| Binary | 101001 | 111010 | 1101111 | 111111 | 110000 | 0 | 111000 | 11100001 | 101110 | 11110 |
Color Harmonies of #293A6F
Complementary color
Monochromatic Colors of #293A6F
Black with #293A6F
Text Example
Text Example
White with #293A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A6F; }
p { color: rgb(41,58,111); }
H1.HeaderClassName
{
color: #293A6F;
}
.AnyTagClassName
{
color: #293A6F;
}
</style>
background-color css
<style>
a { background-color: #293A6F; }
a { background-color: rgb(41,58,111); }
div.DivClassName
{
background-color: #293A6F;
}
.BgClassName
{
background-color: #293A6F;
}
</style>
border-color css
<style>
span { border-color: #293A6F; }
span { border-color: rgb(41,58,111); }
td.TdClassName
{
border-color: #293A6F;
}
.TagClassName
{
border-color: #293A6F;
}
</style>