Shades of Resolution Blue #2C416C
Tints of Resolution Blue #2C416C
RGB
CMYK
RGB Variations
Color information
#2C416C (or 0x2C416C) is known color: Resolution Blue. HEX triplet: 2C, 41 and 6C. RGB value is (44,65,108). Sum of RGB (Red+Green+Blue) = 44+65+108=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C416C is #D3BE93. Grayscale: #3F3F3F. Windows color (decimal): -13876884 or 7094572. OLE color: 7094572.
HSL color Cylindrical-coordinate representation of color #2C416C: hue angle of 220.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C416C is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 65 | 108 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.58 |
| HSL | 220.31º | 0.42% | 0.3% | - |
| HSV(B) | 220.31º | 0.59% | 0.42% | - |
| XYZ | 5.64 | 5.4 | 14.93 | - |
| YUV | 63.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 108 | 0.59 | 0.40 | 0 | 0.58 | 220.31 | 0.42 | 0.3 |
| Hex | 2C | 41 | 6C | 3B | 28 | 0 | 3A | DC | 2A | 1E |
| Octal | 54 | 101 | 154 | 73 | 50 | 0 | 72 | 334 | 52 | 36 |
| Binary | 101100 | 1000001 | 1101100 | 111011 | 101000 | 0 | 111010 | 11011100 | 101010 | 11110 |
Color Harmonies of #2C416C
Complementary color
Monochromatic Colors of #2C416C
Black with #2C416C
Text Example
Text Example
White with #2C416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C416C; }
p { color: rgb(44,65,108); }
H1.HeaderClassName
{
color: #2C416C;
}
.AnyTagClassName
{
color: #2C416C;
}
</style>
background-color css
<style>
a { background-color: #2C416C; }
a { background-color: rgb(44,65,108); }
div.DivClassName
{
background-color: #2C416C;
}
.BgClassName
{
background-color: #2C416C;
}
</style>
border-color css
<style>
span { border-color: #2C416C; }
span { border-color: rgb(44,65,108); }
td.TdClassName
{
border-color: #2C416C;
}
.TagClassName
{
border-color: #2C416C;
}
</style>