Shades of Resolution Blue #293D83
Tints of Resolution Blue #293D83
RGB
CMYK
RGB Variations
Color information
#293D83 (or 0x293D83) is known color: Resolution Blue. HEX triplet: 29, 3D and 83. RGB value is (41,61,131). Sum of RGB (Red+Green+Blue) = 41+61+131=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #293D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D83 is #D6C27C. Grayscale: #3E3E3E. Windows color (decimal): -14074493 or 8600873. OLE color: 8600873.
HSL color Cylindrical-coordinate representation of color #293D83: hue angle of 226.67º 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 #293D83 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 61 | 131 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.49 |
| HSL | 226.67º | 0.52% | 0.34% | - |
| HSV(B) | 226.67º | 0.69% | 0.51% | - |
| XYZ | 6.68 | 5.45 | 22.17 | - |
| YUV | 63 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 131 | 0.69 | 0.53 | 0 | 0.49 | 226.67 | 0.52 | 0.34 |
| Hex | 29 | 3D | 83 | 45 | 35 | 0 | 31 | E3 | 34 | 22 |
| Octal | 51 | 75 | 203 | 105 | 65 | 0 | 61 | 343 | 64 | 42 |
| Binary | 101001 | 111101 | 10000011 | 1000101 | 110101 | 0 | 110001 | 11100011 | 110100 | 100010 |
Color Harmonies of #293D83
Complementary color
Monochromatic Colors of #293D83
Black with #293D83
Text Example
Text Example
White with #293D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D83; }
p { color: rgb(41,61,131); }
H1.HeaderClassName
{
color: #293D83;
}
.AnyTagClassName
{
color: #293D83;
}
</style>
background-color css
<style>
a { background-color: #293D83; }
a { background-color: rgb(41,61,131); }
div.DivClassName
{
background-color: #293D83;
}
.BgClassName
{
background-color: #293D83;
}
</style>
border-color css
<style>
span { border-color: #293D83; }
span { border-color: rgb(41,61,131); }
td.TdClassName
{
border-color: #293D83;
}
.TagClassName
{
border-color: #293D83;
}
</style>