Shades of Resolution Blue #2D4172
Tints of Resolution Blue #2D4172
RGB
CMYK
RGB Variations
Color information
#2D4172 (or 0x2D4172) is known color: Resolution Blue. HEX triplet: 2D, 41 and 72. RGB value is (45,65,114). Sum of RGB (Red+Green+Blue) = 45+65+114=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4172 is #D2BE8D. Grayscale: #404040. Windows color (decimal): -13811342 or 7487789. OLE color: 7487789.
HSL color Cylindrical-coordinate representation of color #2D4172: hue angle of 222.61º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D4172 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 65 | 114 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.55 |
| HSL | 222.61º | 0.43% | 0.31% | - |
| HSV(B) | 222.61º | 0.61% | 0.45% | - |
| XYZ | 6.01 | 5.55 | 16.67 | - |
| YUV | 64.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 114 | 0.61 | 0.43 | 0 | 0.55 | 222.61 | 0.43 | 0.31 |
| Hex | 2D | 41 | 72 | 3D | 2B | 0 | 37 | DF | 2B | 1F |
| Octal | 55 | 101 | 162 | 75 | 53 | 0 | 67 | 337 | 53 | 37 |
| Binary | 101101 | 1000001 | 1110010 | 111101 | 101011 | 0 | 110111 | 11011111 | 101011 | 11111 |
Color Harmonies of #2D4172
Complementary color
Monochromatic Colors of #2D4172
Black with #2D4172
Text Example
Text Example
White with #2D4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4172; }
p { color: rgb(45,65,114); }
H1.HeaderClassName
{
color: #2D4172;
}
.AnyTagClassName
{
color: #2D4172;
}
</style>
background-color css
<style>
a { background-color: #2D4172; }
a { background-color: rgb(45,65,114); }
div.DivClassName
{
background-color: #2D4172;
}
.BgClassName
{
background-color: #2D4172;
}
</style>
border-color css
<style>
span { border-color: #2D4172; }
span { border-color: rgb(45,65,114); }
td.TdClassName
{
border-color: #2D4172;
}
.TagClassName
{
border-color: #2D4172;
}
</style>