Shades of Resolution Blue #2C396F
Tints of Resolution Blue #2C396F
RGB
CMYK
RGB Variations
Color information
#2C396F (or 0x2C396F) is known color: Resolution Blue. HEX triplet: 2C, 39 and 6F. RGB value is (44,57,111). Sum of RGB (Red+Green+Blue) = 44+57+111=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C396F is #D3C690. Grayscale: #3B3B3B. Windows color (decimal): -13878929 or 7289132. OLE color: 7289132.
HSL color Cylindrical-coordinate representation of color #2C396F: hue angle of 228.36º 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 #2C396F is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 57 | 111 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.56 |
| HSL | 228.36º | 0.43% | 0.3% | - |
| HSV(B) | 228.36º | 0.6% | 0.44% | - |
| XYZ | 5.37 | 4.61 | 15.65 | - |
| YUV | 59.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 111 | 0.60 | 0.49 | 0 | 0.56 | 228.36 | 0.43 | 0.3 |
| Hex | 2C | 39 | 6F | 3C | 31 | 0 | 38 | E4 | 2B | 1E |
| Octal | 54 | 71 | 157 | 74 | 61 | 0 | 70 | 344 | 53 | 36 |
| Binary | 101100 | 111001 | 1101111 | 111100 | 110001 | 0 | 111000 | 11100100 | 101011 | 11110 |
Color Harmonies of #2C396F
Complementary color
Monochromatic Colors of #2C396F
Black with #2C396F
Text Example
Text Example
White with #2C396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C396F; }
p { color: rgb(44,57,111); }
H1.HeaderClassName
{
color: #2C396F;
}
.AnyTagClassName
{
color: #2C396F;
}
</style>
background-color css
<style>
a { background-color: #2C396F; }
a { background-color: rgb(44,57,111); }
div.DivClassName
{
background-color: #2C396F;
}
.BgClassName
{
background-color: #2C396F;
}
</style>
border-color css
<style>
span { border-color: #2C396F; }
span { border-color: rgb(44,57,111); }
td.TdClassName
{
border-color: #2C396F;
}
.TagClassName
{
border-color: #2C396F;
}
</style>