Shades of Resolution Blue #293F7B
Tints of Resolution Blue #293F7B
RGB
CMYK
RGB Variations
Color information
#293F7B (or 0x293F7B) is known color: Resolution Blue. HEX triplet: 29, 3F and 7B. RGB value is (41,63,123). Sum of RGB (Red+Green+Blue) = 41+63+123=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #293F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F7B is #D6C084. Grayscale: #3E3E3E. Windows color (decimal): -14073989 or 8077097. OLE color: 8077097.
HSL color Cylindrical-coordinate representation of color #293F7B: hue angle of 223.9º 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 #293F7B is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 63 | 123 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.52 |
| HSL | 223.9º | 0.5% | 0.32% | - |
| HSV(B) | 223.9º | 0.67% | 0.48% | - |
| XYZ | 6.27 | 5.46 | 19.46 | - |
| YUV | 63.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 123 | 0.67 | 0.49 | 0 | 0.52 | 223.9 | 0.5 | 0.32 |
| Hex | 29 | 3F | 7B | 43 | 31 | 0 | 34 | E0 | 32 | 20 |
| Octal | 51 | 77 | 173 | 103 | 61 | 0 | 64 | 340 | 62 | 40 |
| Binary | 101001 | 111111 | 1111011 | 1000011 | 110001 | 0 | 110100 | 11100000 | 110010 | 100000 |
Color Harmonies of #293F7B
Complementary color
Monochromatic Colors of #293F7B
Black with #293F7B
Text Example
Text Example
White with #293F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F7B; }
p { color: rgb(41,63,123); }
H1.HeaderClassName
{
color: #293F7B;
}
.AnyTagClassName
{
color: #293F7B;
}
</style>
background-color css
<style>
a { background-color: #293F7B; }
a { background-color: rgb(41,63,123); }
div.DivClassName
{
background-color: #293F7B;
}
.BgClassName
{
background-color: #293F7B;
}
</style>
border-color css
<style>
span { border-color: #293F7B; }
span { border-color: rgb(41,63,123); }
td.TdClassName
{
border-color: #293F7B;
}
.TagClassName
{
border-color: #293F7B;
}
</style>