Shades of Resolution Blue #2C4374
Tints of Resolution Blue #2C4374
RGB
CMYK
RGB Variations
Color information
#2C4374 (or 0x2C4374) is known color: Resolution Blue. HEX triplet: 2C, 43 and 74. RGB value is (44,67,116). Sum of RGB (Red+Green+Blue) = 44+67+116=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C4374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4374 is #D3BC8B. Grayscale: #414141. Windows color (decimal): -13876364 or 7619372. OLE color: 7619372.
HSL color Cylindrical-coordinate representation of color #2C4374: hue angle of 220.83º 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 #2C4374 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 67 | 116 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.55 |
| HSL | 220.83º | 0.45% | 0.31% | - |
| HSV(B) | 220.83º | 0.62% | 0.45% | - |
| XYZ | 6.2 | 5.81 | 17.32 | - |
| YUV | 65.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 116 | 0.62 | 0.42 | 0 | 0.55 | 220.83 | 0.45 | 0.31 |
| Hex | 2C | 43 | 74 | 3E | 2A | 0 | 37 | DD | 2D | 1F |
| Octal | 54 | 103 | 164 | 76 | 52 | 0 | 67 | 335 | 55 | 37 |
| Binary | 101100 | 1000011 | 1110100 | 111110 | 101010 | 0 | 110111 | 11011101 | 101101 | 11111 |
Color Harmonies of #2C4374
Complementary color
Monochromatic Colors of #2C4374
Black with #2C4374
Text Example
Text Example
White with #2C4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4374; }
p { color: rgb(44,67,116); }
H1.HeaderClassName
{
color: #2C4374;
}
.AnyTagClassName
{
color: #2C4374;
}
</style>
background-color css
<style>
a { background-color: #2C4374; }
a { background-color: rgb(44,67,116); }
div.DivClassName
{
background-color: #2C4374;
}
.BgClassName
{
background-color: #2C4374;
}
</style>
border-color css
<style>
span { border-color: #2C4374; }
span { border-color: rgb(44,67,116); }
td.TdClassName
{
border-color: #2C4374;
}
.TagClassName
{
border-color: #2C4374;
}
</style>