Shades of Resolution Blue #293476
Tints of Resolution Blue #293476
RGB
CMYK
RGB Variations
Color information
#293476 (or 0x293476) is known color: Resolution Blue. HEX triplet: 29, 34 and 76. RGB value is (41,52,118). Sum of RGB (Red+Green+Blue) = 41+52+118=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #293476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293476 is #D6CB89. Grayscale: #373737. Windows color (decimal): -14076810 or 7746601. OLE color: 7746601.
HSL color Cylindrical-coordinate representation of color #293476: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293476 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 52 | 118 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.54 |
| HSL | 231.43º | 0.48% | 0.31% | - |
| HSV(B) | 231.43º | 0.65% | 0.46% | - |
| XYZ | 5.41 | 4.24 | 17.67 | - |
| YUV | 56.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 118 | 0.65 | 0.56 | 0 | 0.54 | 231.43 | 0.48 | 0.31 |
| Hex | 29 | 34 | 76 | 41 | 38 | 0 | 36 | E7 | 30 | 1F |
| Octal | 51 | 64 | 166 | 101 | 70 | 0 | 66 | 347 | 60 | 37 |
| Binary | 101001 | 110100 | 1110110 | 1000001 | 111000 | 0 | 110110 | 11100111 | 110000 | 11111 |
Color Harmonies of #293476
Complementary color
Monochromatic Colors of #293476
Black with #293476
Text Example
Text Example
White with #293476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293476; }
p { color: rgb(41,52,118); }
H1.HeaderClassName
{
color: #293476;
}
.AnyTagClassName
{
color: #293476;
}
</style>
background-color css
<style>
a { background-color: #293476; }
a { background-color: rgb(41,52,118); }
div.DivClassName
{
background-color: #293476;
}
.BgClassName
{
background-color: #293476;
}
</style>
border-color css
<style>
span { border-color: #293476; }
span { border-color: rgb(41,52,118); }
td.TdClassName
{
border-color: #293476;
}
.TagClassName
{
border-color: #293476;
}
</style>