Shades of Resolution Blue #293684
Tints of Resolution Blue #293684
RGB
CMYK
RGB Variations
Color information
#293684 (or 0x293684) is known color: Resolution Blue. HEX triplet: 29, 36 and 84. RGB value is (41,54,132). Sum of RGB (Red+Green+Blue) = 41+54+132=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #293684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293684 is #D6C97B. Grayscale: #3A3A3A. Windows color (decimal): -14076284 or 8664617. OLE color: 8664617.
HSL color Cylindrical-coordinate representation of color #293684: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293684 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 54 | 132 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.48 |
| HSL | 231.43º | 0.53% | 0.34% | - |
| HSV(B) | 231.43º | 0.69% | 0.52% | - |
| XYZ | 6.4 | 4.78 | 22.41 | - |
| YUV | 59.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 132 | 0.69 | 0.59 | 0 | 0.48 | 231.43 | 0.53 | 0.34 |
| Hex | 29 | 36 | 84 | 45 | 3B | 0 | 30 | E7 | 35 | 22 |
| Octal | 51 | 66 | 204 | 105 | 73 | 0 | 60 | 347 | 65 | 42 |
| Binary | 101001 | 110110 | 10000100 | 1000101 | 111011 | 0 | 110000 | 11100111 | 110101 | 100010 |
Color Harmonies of #293684
Complementary color
Monochromatic Colors of #293684
Black with #293684
Text Example
Text Example
White with #293684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293684; }
p { color: rgb(41,54,132); }
H1.HeaderClassName
{
color: #293684;
}
.AnyTagClassName
{
color: #293684;
}
</style>
background-color css
<style>
a { background-color: #293684; }
a { background-color: rgb(41,54,132); }
div.DivClassName
{
background-color: #293684;
}
.BgClassName
{
background-color: #293684;
}
</style>
border-color css
<style>
span { border-color: #293684; }
span { border-color: rgb(41,54,132); }
td.TdClassName
{
border-color: #293684;
}
.TagClassName
{
border-color: #293684;
}
</style>