Shades of Resolution Blue #2D4471
Tints of Resolution Blue #2D4471
RGB
CMYK
RGB Variations
Color information
#2D4471 (or 0x2D4471) is known color: Resolution Blue. HEX triplet: 2D, 44 and 71. RGB value is (45,68,113). Sum of RGB (Red+Green+Blue) = 45+68+113=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4471 is #D2BB8E. Grayscale: #424242. Windows color (decimal): -13810575 or 7423021. OLE color: 7423021.
HSL color Cylindrical-coordinate representation of color #2D4471: hue angle of 219.71º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D4471 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 68 | 113 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.56 |
| HSL | 219.71º | 0.43% | 0.31% | - |
| HSV(B) | 219.71º | 0.6% | 0.44% | - |
| XYZ | 6.13 | 5.88 | 16.44 | - |
| YUV | 66.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 113 | 0.60 | 0.40 | 0 | 0.56 | 219.71 | 0.43 | 0.31 |
| Hex | 2D | 44 | 71 | 3C | 28 | 0 | 38 | DC | 2B | 1F |
| Octal | 55 | 104 | 161 | 74 | 50 | 0 | 70 | 334 | 53 | 37 |
| Binary | 101101 | 1000100 | 1110001 | 111100 | 101000 | 0 | 111000 | 11011100 | 101011 | 11111 |
Color Harmonies of #2D4471
Complementary color
Monochromatic Colors of #2D4471
Black with #2D4471
Text Example
Text Example
White with #2D4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4471; }
p { color: rgb(45,68,113); }
H1.HeaderClassName
{
color: #2D4471;
}
.AnyTagClassName
{
color: #2D4471;
}
</style>
background-color css
<style>
a { background-color: #2D4471; }
a { background-color: rgb(45,68,113); }
div.DivClassName
{
background-color: #2D4471;
}
.BgClassName
{
background-color: #2D4471;
}
</style>
border-color css
<style>
span { border-color: #2D4471; }
span { border-color: rgb(45,68,113); }
td.TdClassName
{
border-color: #2D4471;
}
.TagClassName
{
border-color: #2D4471;
}
</style>