Shades of Resolution Blue #293985
Tints of Resolution Blue #293985
RGB
CMYK
RGB Variations
Color information
#293985 (or 0x293985) is known color: Resolution Blue. HEX triplet: 29, 39 and 85. RGB value is (41,57,133). Sum of RGB (Red+Green+Blue) = 41+57+133=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #293985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293985 is #D6C67A. Grayscale: #3C3C3C. Windows color (decimal): -14075515 or 8730921. OLE color: 8730921.
HSL color Cylindrical-coordinate representation of color #293985: hue angle of 229.57º 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 #293985 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 57 | 133 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.48 |
| HSL | 229.57º | 0.53% | 0.34% | - |
| HSV(B) | 229.57º | 0.69% | 0.52% | - |
| XYZ | 6.61 | 5.09 | 22.82 | - |
| YUV | 60.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 133 | 0.69 | 0.57 | 0 | 0.48 | 229.57 | 0.53 | 0.34 |
| Hex | 29 | 39 | 85 | 45 | 39 | 0 | 30 | E6 | 35 | 22 |
| Octal | 51 | 71 | 205 | 105 | 71 | 0 | 60 | 346 | 65 | 42 |
| Binary | 101001 | 111001 | 10000101 | 1000101 | 111001 | 0 | 110000 | 11100110 | 110101 | 100010 |
Color Harmonies of #293985
Complementary color
Monochromatic Colors of #293985
Black with #293985
Text Example
Text Example
White with #293985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293985; }
p { color: rgb(41,57,133); }
H1.HeaderClassName
{
color: #293985;
}
.AnyTagClassName
{
color: #293985;
}
</style>
background-color css
<style>
a { background-color: #293985; }
a { background-color: rgb(41,57,133); }
div.DivClassName
{
background-color: #293985;
}
.BgClassName
{
background-color: #293985;
}
</style>
border-color css
<style>
span { border-color: #293985; }
span { border-color: rgb(41,57,133); }
td.TdClassName
{
border-color: #293985;
}
.TagClassName
{
border-color: #293985;
}
</style>