Shades of Resolution Blue #2D4678
Tints of Resolution Blue #2D4678
RGB
CMYK
RGB Variations
Color information
#2D4678 (or 0x2D4678) is known color: Resolution Blue. HEX triplet: 2D, 46 and 78. RGB value is (45,70,120). Sum of RGB (Red+Green+Blue) = 45+70+120=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D4678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4678 is #D2B987. Grayscale: #444444. Windows color (decimal): -13810056 or 7882285. OLE color: 7882285.
HSL color Cylindrical-coordinate representation of color #2D4678: hue angle of 220º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4678 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 70 | 120 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.53 |
| HSL | 220º | 0.45% | 0.32% | - |
| HSV(B) | 220º | 0.63% | 0.47% | - |
| XYZ | 6.66 | 6.29 | 18.63 | - |
| YUV | 68.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 120 | 0.63 | 0.42 | 0 | 0.53 | 220 | 0.45 | 0.32 |
| Hex | 2D | 46 | 78 | 3F | 2A | 0 | 35 | DC | 2D | 20 |
| Octal | 55 | 106 | 170 | 77 | 52 | 0 | 65 | 334 | 55 | 40 |
| Binary | 101101 | 1000110 | 1111000 | 111111 | 101010 | 0 | 110101 | 11011100 | 101101 | 100000 |
Color Harmonies of #2D4678
Complementary color
Monochromatic Colors of #2D4678
Black with #2D4678
Text Example
Text Example
White with #2D4678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4678; }
p { color: rgb(45,70,120); }
H1.HeaderClassName
{
color: #2D4678;
}
.AnyTagClassName
{
color: #2D4678;
}
</style>
background-color css
<style>
a { background-color: #2D4678; }
a { background-color: rgb(45,70,120); }
div.DivClassName
{
background-color: #2D4678;
}
.BgClassName
{
background-color: #2D4678;
}
</style>
border-color css
<style>
span { border-color: #2D4678; }
span { border-color: rgb(45,70,120); }
td.TdClassName
{
border-color: #2D4678;
}
.TagClassName
{
border-color: #2D4678;
}
</style>