Shades of Resolution Blue #2D4675
Tints of Resolution Blue #2D4675
RGB
CMYK
RGB Variations
Color information
#2D4675 (or 0x2D4675) is known color: Resolution Blue. HEX triplet: 2D, 46 and 75. RGB value is (45,70,117). Sum of RGB (Red+Green+Blue) = 45+70+117=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4675 is #D2B98A. Grayscale: #434343. Windows color (decimal): -13810059 or 7685677. OLE color: 7685677.
HSL color Cylindrical-coordinate representation of color #2D4675: hue angle of 219.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4675 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 70 | 117 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.54 |
| HSL | 219.17º | 0.44% | 0.32% | - |
| HSV(B) | 219.17º | 0.62% | 0.46% | - |
| XYZ | 6.48 | 6.22 | 17.69 | - |
| YUV | 67.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 117 | 0.62 | 0.40 | 0 | 0.54 | 219.17 | 0.44 | 0.32 |
| Hex | 2D | 46 | 75 | 3E | 28 | 0 | 36 | DB | 2C | 20 |
| Octal | 55 | 106 | 165 | 76 | 50 | 0 | 66 | 333 | 54 | 40 |
| Binary | 101101 | 1000110 | 1110101 | 111110 | 101000 | 0 | 110110 | 11011011 | 101100 | 100000 |
Color Harmonies of #2D4675
Complementary color
Monochromatic Colors of #2D4675
Black with #2D4675
Text Example
Text Example
White with #2D4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4675; }
p { color: rgb(45,70,117); }
H1.HeaderClassName
{
color: #2D4675;
}
.AnyTagClassName
{
color: #2D4675;
}
</style>
background-color css
<style>
a { background-color: #2D4675; }
a { background-color: rgb(45,70,117); }
div.DivClassName
{
background-color: #2D4675;
}
.BgClassName
{
background-color: #2D4675;
}
</style>
border-color css
<style>
span { border-color: #2D4675; }
span { border-color: rgb(45,70,117); }
td.TdClassName
{
border-color: #2D4675;
}
.TagClassName
{
border-color: #2D4675;
}
</style>