Shades of Resolution Blue #293C7C
Tints of Resolution Blue #293C7C
RGB
CMYK
RGB Variations
Color information
#293C7C (or 0x293C7C) is known color: Resolution Blue. HEX triplet: 29, 3C and 7C. RGB value is (41,60,124). Sum of RGB (Red+Green+Blue) = 41+60+124=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #293C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C7C is #D6C383. Grayscale: #3D3D3D. Windows color (decimal): -14074756 or 8141865. OLE color: 8141865.
HSL color Cylindrical-coordinate representation of color #293C7C: hue angle of 226.27º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293C7C is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 60 | 124 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.51 |
| HSL | 226.27º | 0.5% | 0.32% | - |
| HSV(B) | 226.27º | 0.67% | 0.49% | - |
| XYZ | 6.17 | 5.16 | 19.74 | - |
| YUV | 61.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 124 | 0.67 | 0.52 | 0 | 0.51 | 226.27 | 0.5 | 0.32 |
| Hex | 29 | 3C | 7C | 43 | 34 | 0 | 33 | E2 | 32 | 20 |
| Octal | 51 | 74 | 174 | 103 | 64 | 0 | 63 | 342 | 62 | 40 |
| Binary | 101001 | 111100 | 1111100 | 1000011 | 110100 | 0 | 110011 | 11100010 | 110010 | 100000 |
Color Harmonies of #293C7C
Complementary color
Monochromatic Colors of #293C7C
Black with #293C7C
Text Example
Text Example
White with #293C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C7C; }
p { color: rgb(41,60,124); }
H1.HeaderClassName
{
color: #293C7C;
}
.AnyTagClassName
{
color: #293C7C;
}
</style>
background-color css
<style>
a { background-color: #293C7C; }
a { background-color: rgb(41,60,124); }
div.DivClassName
{
background-color: #293C7C;
}
.BgClassName
{
background-color: #293C7C;
}
</style>
border-color css
<style>
span { border-color: #293C7C; }
span { border-color: rgb(41,60,124); }
td.TdClassName
{
border-color: #293C7C;
}
.TagClassName
{
border-color: #293C7C;
}
</style>