Shades of Resolution Blue #2C4273
Tints of Resolution Blue #2C4273
RGB
CMYK
RGB Variations
Color information
#2C4273 (or 0x2C4273) is known color: Resolution Blue. HEX triplet: 2C, 42 and 73. RGB value is (44,66,115). Sum of RGB (Red+Green+Blue) = 44+66+115=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4273 is #D3BD8C. Grayscale: #404040. Windows color (decimal): -13876621 or 7553580. OLE color: 7553580.
HSL color Cylindrical-coordinate representation of color #2C4273: hue angle of 221.41º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C4273 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 66 | 115 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.55 |
| HSL | 221.41º | 0.45% | 0.31% | - |
| HSV(B) | 221.41º | 0.62% | 0.45% | - |
| XYZ | 6.08 | 5.67 | 16.99 | - |
| YUV | 65.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 115 | 0.62 | 0.43 | 0 | 0.55 | 221.41 | 0.45 | 0.31 |
| Hex | 2C | 42 | 73 | 3E | 2B | 0 | 37 | DD | 2D | 1F |
| Octal | 54 | 102 | 163 | 76 | 53 | 0 | 67 | 335 | 55 | 37 |
| Binary | 101100 | 1000010 | 1110011 | 111110 | 101011 | 0 | 110111 | 11011101 | 101101 | 11111 |
Color Harmonies of #2C4273
Complementary color
Monochromatic Colors of #2C4273
Black with #2C4273
Text Example
Text Example
White with #2C4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4273; }
p { color: rgb(44,66,115); }
H1.HeaderClassName
{
color: #2C4273;
}
.AnyTagClassName
{
color: #2C4273;
}
</style>
background-color css
<style>
a { background-color: #2C4273; }
a { background-color: rgb(44,66,115); }
div.DivClassName
{
background-color: #2C4273;
}
.BgClassName
{
background-color: #2C4273;
}
</style>
border-color css
<style>
span { border-color: #2C4273; }
span { border-color: rgb(44,66,115); }
td.TdClassName
{
border-color: #2C4273;
}
.TagClassName
{
border-color: #2C4273;
}
</style>