Shades of Resolution Blue #293C7B
Tints of Resolution Blue #293C7B
RGB
CMYK
RGB Variations
Color information
#293C7B (or 0x293C7B) is known color: Resolution Blue. HEX triplet: 29, 3C and 7B. RGB value is (41,60,123). Sum of RGB (Red+Green+Blue) = 41+60+123=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #293C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C7B is #D6C384. Grayscale: #3D3D3D. Windows color (decimal): -14074757 or 8076329. OLE color: 8076329.
HSL color Cylindrical-coordinate representation of color #293C7B: hue angle of 226.1º 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 #293C7B is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 60 | 123 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.52 |
| HSL | 226.1º | 0.5% | 0.32% | - |
| HSV(B) | 226.1º | 0.67% | 0.48% | - |
| XYZ | 6.11 | 5.13 | 19.41 | - |
| YUV | 61.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 123 | 0.67 | 0.51 | 0 | 0.52 | 226.1 | 0.5 | 0.32 |
| Hex | 29 | 3C | 7B | 43 | 33 | 0 | 34 | E2 | 32 | 20 |
| Octal | 51 | 74 | 173 | 103 | 63 | 0 | 64 | 342 | 62 | 40 |
| Binary | 101001 | 111100 | 1111011 | 1000011 | 110011 | 0 | 110100 | 11100010 | 110010 | 100000 |
Color Harmonies of #293C7B
Complementary color
Monochromatic Colors of #293C7B
Black with #293C7B
Text Example
Text Example
White with #293C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C7B; }
p { color: rgb(41,60,123); }
H1.HeaderClassName
{
color: #293C7B;
}
.AnyTagClassName
{
color: #293C7B;
}
</style>
background-color css
<style>
a { background-color: #293C7B; }
a { background-color: rgb(41,60,123); }
div.DivClassName
{
background-color: #293C7B;
}
.BgClassName
{
background-color: #293C7B;
}
</style>
border-color css
<style>
span { border-color: #293C7B; }
span { border-color: rgb(41,60,123); }
td.TdClassName
{
border-color: #293C7B;
}
.TagClassName
{
border-color: #293C7B;
}
</style>