Shades of Resolution Blue #2C476F
Tints of Resolution Blue #2C476F
RGB
CMYK
RGB Variations
Color information
#2C476F (or 0x2C476F) is known color: Resolution Blue. HEX triplet: 2C, 47 and 6F. RGB value is (44,71,111). Sum of RGB (Red+Green+Blue) = 44+71+111=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C476F is #D3B890. Grayscale: #434343. Windows color (decimal): -13875345 or 7292716. OLE color: 7292716.
HSL color Cylindrical-coordinate representation of color #2C476F: hue angle of 215.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C476F is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 71 | 111 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.56 |
| HSL | 215.82º | 0.43% | 0.3% | - |
| HSV(B) | 215.82º | 0.6% | 0.44% | - |
| XYZ | 6.16 | 6.19 | 15.91 | - |
| YUV | 67.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 111 | 0.60 | 0.36 | 0 | 0.56 | 215.82 | 0.43 | 0.3 |
| Hex | 2C | 47 | 6F | 3C | 24 | 0 | 38 | D8 | 2B | 1E |
| Octal | 54 | 107 | 157 | 74 | 44 | 0 | 70 | 330 | 53 | 36 |
| Binary | 101100 | 1000111 | 1101111 | 111100 | 100100 | 0 | 111000 | 11011000 | 101011 | 11110 |
Color Harmonies of #2C476F
Complementary color
Monochromatic Colors of #2C476F
Black with #2C476F
Text Example
Text Example
White with #2C476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C476F; }
p { color: rgb(44,71,111); }
H1.HeaderClassName
{
color: #2C476F;
}
.AnyTagClassName
{
color: #2C476F;
}
</style>
background-color css
<style>
a { background-color: #2C476F; }
a { background-color: rgb(44,71,111); }
div.DivClassName
{
background-color: #2C476F;
}
.BgClassName
{
background-color: #2C476F;
}
</style>
border-color css
<style>
span { border-color: #2C476F; }
span { border-color: rgb(44,71,111); }
td.TdClassName
{
border-color: #2C476F;
}
.TagClassName
{
border-color: #2C476F;
}
</style>