Shades of Resolution Blue #2C4377
Tints of Resolution Blue #2C4377
RGB
CMYK
RGB Variations
Color information
#2C4377 (or 0x2C4377) is known color: Resolution Blue. HEX triplet: 2C, 43 and 77. RGB value is (44,67,119). Sum of RGB (Red+Green+Blue) = 44+67+119=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4377 is #D3BC88. Grayscale: #414141. Windows color (decimal): -13876361 or 7815980. OLE color: 7815980.
HSL color Cylindrical-coordinate representation of color #2C4377: hue angle of 221.6º 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 #2C4377 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 67 | 119 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.53 |
| HSL | 221.6º | 0.46% | 0.32% | - |
| HSV(B) | 221.6º | 0.63% | 0.47% | - |
| XYZ | 6.38 | 5.88 | 18.25 | - |
| YUV | 66.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 119 | 0.63 | 0.44 | 0 | 0.53 | 221.6 | 0.46 | 0.32 |
| Hex | 2C | 43 | 77 | 3F | 2C | 0 | 35 | DE | 2E | 20 |
| Octal | 54 | 103 | 167 | 77 | 54 | 0 | 65 | 336 | 56 | 40 |
| Binary | 101100 | 1000011 | 1110111 | 111111 | 101100 | 0 | 110101 | 11011110 | 101110 | 100000 |
Color Harmonies of #2C4377
Complementary color
Monochromatic Colors of #2C4377
Black with #2C4377
Text Example
Text Example
White with #2C4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4377; }
p { color: rgb(44,67,119); }
H1.HeaderClassName
{
color: #2C4377;
}
.AnyTagClassName
{
color: #2C4377;
}
</style>
background-color css
<style>
a { background-color: #2C4377; }
a { background-color: rgb(44,67,119); }
div.DivClassName
{
background-color: #2C4377;
}
.BgClassName
{
background-color: #2C4377;
}
</style>
border-color css
<style>
span { border-color: #2C4377; }
span { border-color: rgb(44,67,119); }
td.TdClassName
{
border-color: #2C4377;
}
.TagClassName
{
border-color: #2C4377;
}
</style>