Shades of Resolution Blue #2C3772
Tints of Resolution Blue #2C3772
RGB
CMYK
RGB Variations
Color information
#2C3772 (or 0x2C3772) is known color: Resolution Blue. HEX triplet: 2C, 37 and 72. RGB value is (44,55,114). Sum of RGB (Red+Green+Blue) = 44+55+114=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C3772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3772 is #D3C88D. Grayscale: #3A3A3A. Windows color (decimal): -13879438 or 7485228. OLE color: 7485228.
HSL color Cylindrical-coordinate representation of color #2C3772: hue angle of 230.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C3772 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 55 | 114 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.55 |
| HSL | 230.57º | 0.44% | 0.31% | - |
| HSV(B) | 230.57º | 0.61% | 0.45% | - |
| XYZ | 5.44 | 4.48 | 16.5 | - |
| YUV | 58.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 114 | 0.61 | 0.52 | 0 | 0.55 | 230.57 | 0.44 | 0.31 |
| Hex | 2C | 37 | 72 | 3D | 34 | 0 | 37 | E7 | 2C | 1F |
| Octal | 54 | 67 | 162 | 75 | 64 | 0 | 67 | 347 | 54 | 37 |
| Binary | 101100 | 110111 | 1110010 | 111101 | 110100 | 0 | 110111 | 11100111 | 101100 | 11111 |
Color Harmonies of #2C3772
Complementary color
Monochromatic Colors of #2C3772
Black with #2C3772
Text Example
Text Example
White with #2C3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3772; }
p { color: rgb(44,55,114); }
H1.HeaderClassName
{
color: #2C3772;
}
.AnyTagClassName
{
color: #2C3772;
}
</style>
background-color css
<style>
a { background-color: #2C3772; }
a { background-color: rgb(44,55,114); }
div.DivClassName
{
background-color: #2C3772;
}
.BgClassName
{
background-color: #2C3772;
}
</style>
border-color css
<style>
span { border-color: #2C3772; }
span { border-color: rgb(44,55,114); }
td.TdClassName
{
border-color: #2C3772;
}
.TagClassName
{
border-color: #2C3772;
}
</style>