Shades of Resolution Blue #293F83
Tints of Resolution Blue #293F83
RGB
CMYK
RGB Variations
Color information
#293F83 (or 0x293F83) is known color: Resolution Blue. HEX triplet: 29, 3F and 83. RGB value is (41,63,131). Sum of RGB (Red+Green+Blue) = 41+63+131=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #293F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F83 is #D6C07C. Grayscale: #3F3F3F. Windows color (decimal): -14073981 or 8601385. OLE color: 8601385.
HSL color Cylindrical-coordinate representation of color #293F83: hue angle of 225.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293F83 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 63 | 131 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.49 |
| HSL | 225.33º | 0.52% | 0.34% | - |
| HSV(B) | 225.33º | 0.69% | 0.51% | - |
| XYZ | 6.79 | 5.67 | 22.21 | - |
| YUV | 64.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 131 | 0.69 | 0.52 | 0 | 0.49 | 225.33 | 0.52 | 0.34 |
| Hex | 29 | 3F | 83 | 45 | 34 | 0 | 31 | E1 | 34 | 22 |
| Octal | 51 | 77 | 203 | 105 | 64 | 0 | 61 | 341 | 64 | 42 |
| Binary | 101001 | 111111 | 10000011 | 1000101 | 110100 | 0 | 110001 | 11100001 | 110100 | 100010 |
Color Harmonies of #293F83
Complementary color
Monochromatic Colors of #293F83
Black with #293F83
Text Example
Text Example
White with #293F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F83; }
p { color: rgb(41,63,131); }
H1.HeaderClassName
{
color: #293F83;
}
.AnyTagClassName
{
color: #293F83;
}
</style>
background-color css
<style>
a { background-color: #293F83; }
a { background-color: rgb(41,63,131); }
div.DivClassName
{
background-color: #293F83;
}
.BgClassName
{
background-color: #293F83;
}
</style>
border-color css
<style>
span { border-color: #293F83; }
span { border-color: rgb(41,63,131); }
td.TdClassName
{
border-color: #293F83;
}
.TagClassName
{
border-color: #293F83;
}
</style>