Shades of Resolution Blue #2C3E88
Tints of Resolution Blue #2C3E88
RGB
CMYK
RGB Variations
Color information
#2C3E88 (or 0x2C3E88) is known color: Resolution Blue. HEX triplet: 2C, 3E and 88. RGB value is (44,62,136). Sum of RGB (Red+Green+Blue) = 44+62+136=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C3E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3E88 is #D3C177. Grayscale: #404040. Windows color (decimal): -13877624 or 8928812. OLE color: 8928812.
HSL color Cylindrical-coordinate representation of color #2C3E88: hue angle of 228.26º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3E88 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 62 | 136 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.47 |
| HSL | 228.26º | 0.51% | 0.35% | - |
| HSV(B) | 228.26º | 0.68% | 0.53% | - |
| XYZ | 7.21 | 5.76 | 24.02 | - |
| YUV | 65.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 136 | 0.68 | 0.54 | 0 | 0.47 | 228.26 | 0.51 | 0.35 |
| Hex | 2C | 3E | 88 | 44 | 36 | 0 | 2F | E4 | 33 | 23 |
| Octal | 54 | 76 | 210 | 104 | 66 | 0 | 57 | 344 | 63 | 43 |
| Binary | 101100 | 111110 | 10001000 | 1000100 | 110110 | 0 | 101111 | 11100100 | 110011 | 100011 |
Color Harmonies of #2C3E88
Complementary color
Monochromatic Colors of #2C3E88
Black with #2C3E88
Text Example
Text Example
White with #2C3E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3E88; }
p { color: rgb(44,62,136); }
H1.HeaderClassName
{
color: #2C3E88;
}
.AnyTagClassName
{
color: #2C3E88;
}
</style>
background-color css
<style>
a { background-color: #2C3E88; }
a { background-color: rgb(44,62,136); }
div.DivClassName
{
background-color: #2C3E88;
}
.BgClassName
{
background-color: #2C3E88;
}
</style>
border-color css
<style>
span { border-color: #2C3E88; }
span { border-color: rgb(44,62,136); }
td.TdClassName
{
border-color: #2C3E88;
}
.TagClassName
{
border-color: #2C3E88;
}
</style>