Shades of Resolution Blue #293F82
Tints of Resolution Blue #293F82
RGB
CMYK
RGB Variations
Color information
#293F82 (or 0x293F82) is known color: Resolution Blue. HEX triplet: 29, 3F and 82. RGB value is (41,63,130). Sum of RGB (Red+Green+Blue) = 41+63+130=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #293F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F82 is #D6C07D. Grayscale: #3F3F3F. Windows color (decimal): -14073982 or 8535849. OLE color: 8535849.
HSL color Cylindrical-coordinate representation of color #293F82: hue angle of 225.17º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293F82 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 63 | 130 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.49 |
| HSL | 225.17º | 0.52% | 0.34% | - |
| HSV(B) | 225.17º | 0.68% | 0.51% | - |
| XYZ | 6.72 | 5.64 | 21.85 | - |
| YUV | 64.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 130 | 0.68 | 0.52 | 0 | 0.49 | 225.17 | 0.52 | 0.34 |
| Hex | 29 | 3F | 82 | 44 | 34 | 0 | 31 | E1 | 34 | 22 |
| Octal | 51 | 77 | 202 | 104 | 64 | 0 | 61 | 341 | 64 | 42 |
| Binary | 101001 | 111111 | 10000010 | 1000100 | 110100 | 0 | 110001 | 11100001 | 110100 | 100010 |
Color Harmonies of #293F82
Complementary color
Monochromatic Colors of #293F82
Black with #293F82
Text Example
Text Example
White with #293F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F82; }
p { color: rgb(41,63,130); }
H1.HeaderClassName
{
color: #293F82;
}
.AnyTagClassName
{
color: #293F82;
}
</style>
background-color css
<style>
a { background-color: #293F82; }
a { background-color: rgb(41,63,130); }
div.DivClassName
{
background-color: #293F82;
}
.BgClassName
{
background-color: #293F82;
}
</style>
border-color css
<style>
span { border-color: #293F82; }
span { border-color: rgb(41,63,130); }
td.TdClassName
{
border-color: #293F82;
}
.TagClassName
{
border-color: #293F82;
}
</style>