Shades of Resolution Blue #293C85
Tints of Resolution Blue #293C85
RGB
CMYK
RGB Variations
Color information
#293C85 (or 0x293C85) is known color: Resolution Blue. HEX triplet: 29, 3C and 85. RGB value is (41,60,133). Sum of RGB (Red+Green+Blue) = 41+60+133=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #293C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C85 is #D6C37A. Grayscale: #3E3E3E. Windows color (decimal): -14074747 or 8731689. OLE color: 8731689.
HSL color Cylindrical-coordinate representation of color #293C85: hue angle of 227.61º 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 #293C85 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 60 | 133 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.48 |
| HSL | 227.61º | 0.53% | 0.34% | - |
| HSV(B) | 227.61º | 0.69% | 0.52% | - |
| XYZ | 6.76 | 5.4 | 22.88 | - |
| YUV | 62.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 133 | 0.69 | 0.55 | 0 | 0.48 | 227.61 | 0.53 | 0.34 |
| Hex | 29 | 3C | 85 | 45 | 37 | 0 | 30 | E4 | 35 | 22 |
| Octal | 51 | 74 | 205 | 105 | 67 | 0 | 60 | 344 | 65 | 42 |
| Binary | 101001 | 111100 | 10000101 | 1000101 | 110111 | 0 | 110000 | 11100100 | 110101 | 100010 |
Color Harmonies of #293C85
Complementary color
Monochromatic Colors of #293C85
Black with #293C85
Text Example
Text Example
White with #293C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C85; }
p { color: rgb(41,60,133); }
H1.HeaderClassName
{
color: #293C85;
}
.AnyTagClassName
{
color: #293C85;
}
</style>
background-color css
<style>
a { background-color: #293C85; }
a { background-color: rgb(41,60,133); }
div.DivClassName
{
background-color: #293C85;
}
.BgClassName
{
background-color: #293C85;
}
</style>
border-color css
<style>
span { border-color: #293C85; }
span { border-color: rgb(41,60,133); }
td.TdClassName
{
border-color: #293C85;
}
.TagClassName
{
border-color: #293C85;
}
</style>