Shades of Resolution Blue #293B83
Tints of Resolution Blue #293B83
RGB
CMYK
RGB Variations
Color information
#293B83 (or 0x293B83) is known color: Resolution Blue. HEX triplet: 29, 3B and 83. RGB value is (41,59,131). Sum of RGB (Red+Green+Blue) = 41+59+131=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #293B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B83 is #D6C47C. Grayscale: #3D3D3D. Windows color (decimal): -14075005 or 8600361. OLE color: 8600361.
HSL color Cylindrical-coordinate representation of color #293B83: hue angle of 228º 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 #293B83 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 59 | 131 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.49 |
| HSL | 228º | 0.52% | 0.34% | - |
| HSV(B) | 228º | 0.69% | 0.51% | - |
| XYZ | 6.58 | 5.24 | 22.14 | - |
| YUV | 61.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 131 | 0.69 | 0.55 | 0 | 0.49 | 228 | 0.52 | 0.34 |
| Hex | 29 | 3B | 83 | 45 | 37 | 0 | 31 | E4 | 34 | 22 |
| Octal | 51 | 73 | 203 | 105 | 67 | 0 | 61 | 344 | 64 | 42 |
| Binary | 101001 | 111011 | 10000011 | 1000101 | 110111 | 0 | 110001 | 11100100 | 110100 | 100010 |
Color Harmonies of #293B83
Complementary color
Monochromatic Colors of #293B83
Black with #293B83
Text Example
Text Example
White with #293B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B83; }
p { color: rgb(41,59,131); }
H1.HeaderClassName
{
color: #293B83;
}
.AnyTagClassName
{
color: #293B83;
}
</style>
background-color css
<style>
a { background-color: #293B83; }
a { background-color: rgb(41,59,131); }
div.DivClassName
{
background-color: #293B83;
}
.BgClassName
{
background-color: #293B83;
}
</style>
border-color css
<style>
span { border-color: #293B83; }
span { border-color: rgb(41,59,131); }
td.TdClassName
{
border-color: #293B83;
}
.TagClassName
{
border-color: #293B83;
}
</style>