Shades of Resolution Blue #2C3A89
Tints of Resolution Blue #2C3A89
RGB
CMYK
RGB Variations
Color information
#2C3A89 (or 0x2C3A89) is known color: Resolution Blue. HEX triplet: 2C, 3A and 89. RGB value is (44,58,137). Sum of RGB (Red+Green+Blue) = 44+58+137=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C3A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3A89 is #D3C576. Grayscale: #3E3E3E. Windows color (decimal): -13878647 or 8993324. OLE color: 8993324.
HSL color Cylindrical-coordinate representation of color #2C3A89: hue angle of 230.97º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3A89 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 58 | 137 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.46 |
| HSL | 230.97º | 0.51% | 0.35% | - |
| HSV(B) | 230.97º | 0.68% | 0.54% | - |
| XYZ | 7.07 | 5.37 | 24.33 | - |
| YUV | 62.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 137 | 0.68 | 0.58 | 0 | 0.46 | 230.97 | 0.51 | 0.35 |
| Hex | 2C | 3A | 89 | 44 | 3A | 0 | 2E | E7 | 33 | 23 |
| Octal | 54 | 72 | 211 | 104 | 72 | 0 | 56 | 347 | 63 | 43 |
| Binary | 101100 | 111010 | 10001001 | 1000100 | 111010 | 0 | 101110 | 11100111 | 110011 | 100011 |
Color Harmonies of #2C3A89
Complementary color
Monochromatic Colors of #2C3A89
Black with #2C3A89
Text Example
Text Example
White with #2C3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3A89; }
p { color: rgb(44,58,137); }
H1.HeaderClassName
{
color: #2C3A89;
}
.AnyTagClassName
{
color: #2C3A89;
}
</style>
background-color css
<style>
a { background-color: #2C3A89; }
a { background-color: rgb(44,58,137); }
div.DivClassName
{
background-color: #2C3A89;
}
.BgClassName
{
background-color: #2C3A89;
}
</style>
border-color css
<style>
span { border-color: #2C3A89; }
span { border-color: rgb(44,58,137); }
td.TdClassName
{
border-color: #2C3A89;
}
.TagClassName
{
border-color: #2C3A89;
}
</style>