Shades of Resolution Blue #2C4578
Tints of Resolution Blue #2C4578
RGB
CMYK
RGB Variations
Color information
#2C4578 (or 0x2C4578) is known color: Resolution Blue. HEX triplet: 2C, 45 and 78. RGB value is (44,69,120). Sum of RGB (Red+Green+Blue) = 44+69+120=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C4578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4578 is #D3BA87. Grayscale: #434343. Windows color (decimal): -13875848 or 7882028. OLE color: 7882028.
HSL color Cylindrical-coordinate representation of color #2C4578: hue angle of 220.26º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C4578 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 69 | 120 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.53 |
| HSL | 220.26º | 0.46% | 0.32% | - |
| HSV(B) | 220.26º | 0.63% | 0.47% | - |
| XYZ | 6.56 | 6.15 | 18.61 | - |
| YUV | 67.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 120 | 0.63 | 0.42 | 0 | 0.53 | 220.26 | 0.46 | 0.32 |
| Hex | 2C | 45 | 78 | 3F | 2A | 0 | 35 | DC | 2E | 20 |
| Octal | 54 | 105 | 170 | 77 | 52 | 0 | 65 | 334 | 56 | 40 |
| Binary | 101100 | 1000101 | 1111000 | 111111 | 101010 | 0 | 110101 | 11011100 | 101110 | 100000 |
Color Harmonies of #2C4578
Complementary color
Monochromatic Colors of #2C4578
Black with #2C4578
Text Example
Text Example
White with #2C4578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4578; }
p { color: rgb(44,69,120); }
H1.HeaderClassName
{
color: #2C4578;
}
.AnyTagClassName
{
color: #2C4578;
}
</style>
background-color css
<style>
a { background-color: #2C4578; }
a { background-color: rgb(44,69,120); }
div.DivClassName
{
background-color: #2C4578;
}
.BgClassName
{
background-color: #2C4578;
}
</style>
border-color css
<style>
span { border-color: #2C4578; }
span { border-color: rgb(44,69,120); }
td.TdClassName
{
border-color: #2C4578;
}
.TagClassName
{
border-color: #2C4578;
}
</style>