Shades of Resolution Blue #293685
Tints of Resolution Blue #293685
RGB
CMYK
RGB Variations
Color information
#293685 (or 0x293685) is known color: Resolution Blue. HEX triplet: 29, 36 and 85. RGB value is (41,54,133). Sum of RGB (Red+Green+Blue) = 41+54+133=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #293685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293685 is #D6C97A. Grayscale: #3A3A3A. Windows color (decimal): -14076283 or 8730153. OLE color: 8730153.
HSL color Cylindrical-coordinate representation of color #293685: hue angle of 231.52º 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 #293685 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 54 | 133 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.48 |
| HSL | 231.52º | 0.53% | 0.34% | - |
| HSV(B) | 231.52º | 0.69% | 0.52% | - |
| XYZ | 6.47 | 4.8 | 22.78 | - |
| YUV | 59.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 133 | 0.69 | 0.59 | 0 | 0.48 | 231.52 | 0.53 | 0.34 |
| Hex | 29 | 36 | 85 | 45 | 3B | 0 | 30 | E8 | 35 | 22 |
| Octal | 51 | 66 | 205 | 105 | 73 | 0 | 60 | 350 | 65 | 42 |
| Binary | 101001 | 110110 | 10000101 | 1000101 | 111011 | 0 | 110000 | 11101000 | 110101 | 100010 |
Color Harmonies of #293685
Complementary color
Monochromatic Colors of #293685
Black with #293685
Text Example
Text Example
White with #293685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293685; }
p { color: rgb(41,54,133); }
H1.HeaderClassName
{
color: #293685;
}
.AnyTagClassName
{
color: #293685;
}
</style>
background-color css
<style>
a { background-color: #293685; }
a { background-color: rgb(41,54,133); }
div.DivClassName
{
background-color: #293685;
}
.BgClassName
{
background-color: #293685;
}
</style>
border-color css
<style>
span { border-color: #293685; }
span { border-color: rgb(41,54,133); }
td.TdClassName
{
border-color: #293685;
}
.TagClassName
{
border-color: #293685;
}
</style>