Shades of Resolution Blue #2C417E
Tints of Resolution Blue #2C417E
RGB
CMYK
RGB Variations
Color information
#2C417E (or 0x2C417E) is known color: Resolution Blue. HEX triplet: 2C, 41 and 7E. RGB value is (44,65,126). Sum of RGB (Red+Green+Blue) = 44+65+126=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C417E is #D3BE81. Grayscale: #414141. Windows color (decimal): -13876866 or 8274220. OLE color: 8274220.
HSL color Cylindrical-coordinate representation of color #2C417E: hue angle of 224.63º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C417E is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 65 | 126 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.51 |
| HSL | 224.63º | 0.48% | 0.33% | - |
| HSV(B) | 224.63º | 0.65% | 0.49% | - |
| XYZ | 6.69 | 5.82 | 20.51 | - |
| YUV | 65.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 126 | 0.65 | 0.48 | 0 | 0.51 | 224.63 | 0.48 | 0.33 |
| Hex | 2C | 41 | 7E | 41 | 30 | 0 | 33 | E1 | 30 | 21 |
| Octal | 54 | 101 | 176 | 101 | 60 | 0 | 63 | 341 | 60 | 41 |
| Binary | 101100 | 1000001 | 1111110 | 1000001 | 110000 | 0 | 110011 | 11100001 | 110000 | 100001 |
Color Harmonies of #2C417E
Complementary color
Monochromatic Colors of #2C417E
Black with #2C417E
Text Example
Text Example
White with #2C417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C417E; }
p { color: rgb(44,65,126); }
H1.HeaderClassName
{
color: #2C417E;
}
.AnyTagClassName
{
color: #2C417E;
}
</style>
background-color css
<style>
a { background-color: #2C417E; }
a { background-color: rgb(44,65,126); }
div.DivClassName
{
background-color: #2C417E;
}
.BgClassName
{
background-color: #2C417E;
}
</style>
border-color css
<style>
span { border-color: #2C417E; }
span { border-color: rgb(44,65,126); }
td.TdClassName
{
border-color: #2C417E;
}
.TagClassName
{
border-color: #2C417E;
}
</style>