Shades of Resolution Blue #293C75
Tints of Resolution Blue #293C75
RGB
CMYK
RGB Variations
Color information
#293C75 (or 0x293C75) is known color: Resolution Blue. HEX triplet: 29, 3C and 75. RGB value is (41,60,117). Sum of RGB (Red+Green+Blue) = 41+60+117=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #293C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C75 is #D6C38A. Grayscale: #3C3C3C. Windows color (decimal): -14074763 or 7683113. OLE color: 7683113.
HSL color Cylindrical-coordinate representation of color #293C75: hue angle of 225º 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 #293C75 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 60 | 117 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.54 |
| HSL | 225º | 0.48% | 0.31% | - |
| HSV(B) | 225º | 0.65% | 0.46% | - |
| XYZ | 5.74 | 4.99 | 17.49 | - |
| YUV | 60.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 117 | 0.65 | 0.49 | 0 | 0.54 | 225 | 0.48 | 0.31 |
| Hex | 29 | 3C | 75 | 41 | 31 | 0 | 36 | E1 | 30 | 1F |
| Octal | 51 | 74 | 165 | 101 | 61 | 0 | 66 | 341 | 60 | 37 |
| Binary | 101001 | 111100 | 1110101 | 1000001 | 110001 | 0 | 110110 | 11100001 | 110000 | 11111 |
Color Harmonies of #293C75
Complementary color
Monochromatic Colors of #293C75
Black with #293C75
Text Example
Text Example
White with #293C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C75; }
p { color: rgb(41,60,117); }
H1.HeaderClassName
{
color: #293C75;
}
.AnyTagClassName
{
color: #293C75;
}
</style>
background-color css
<style>
a { background-color: #293C75; }
a { background-color: rgb(41,60,117); }
div.DivClassName
{
background-color: #293C75;
}
.BgClassName
{
background-color: #293C75;
}
</style>
border-color css
<style>
span { border-color: #293C75; }
span { border-color: rgb(41,60,117); }
td.TdClassName
{
border-color: #293C75;
}
.TagClassName
{
border-color: #293C75;
}
</style>