Shades of Resolution Blue #2D4775
Tints of Resolution Blue #2D4775
RGB
CMYK
RGB Variations
Color information
#2D4775 (or 0x2D4775) is known color: Resolution Blue. HEX triplet: 2D, 47 and 75. RGB value is (45,71,117). Sum of RGB (Red+Green+Blue) = 45+71+117=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4775 is #D2B88A. Grayscale: #444444. Windows color (decimal): -13809803 or 7685933. OLE color: 7685933.
HSL color Cylindrical-coordinate representation of color #2D4775: hue angle of 218.33º 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 #2D4775 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 71 | 117 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.54 |
| HSL | 218.33º | 0.44% | 0.32% | - |
| HSV(B) | 218.33º | 0.62% | 0.46% | - |
| XYZ | 6.55 | 6.35 | 17.71 | - |
| YUV | 68.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 117 | 0.62 | 0.39 | 0 | 0.54 | 218.33 | 0.44 | 0.32 |
| Hex | 2D | 47 | 75 | 3E | 27 | 0 | 36 | DA | 2C | 20 |
| Octal | 55 | 107 | 165 | 76 | 47 | 0 | 66 | 332 | 54 | 40 |
| Binary | 101101 | 1000111 | 1110101 | 111110 | 100111 | 0 | 110110 | 11011010 | 101100 | 100000 |
Color Harmonies of #2D4775
Complementary color
Monochromatic Colors of #2D4775
Black with #2D4775
Text Example
Text Example
White with #2D4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4775; }
p { color: rgb(45,71,117); }
H1.HeaderClassName
{
color: #2D4775;
}
.AnyTagClassName
{
color: #2D4775;
}
</style>
background-color css
<style>
a { background-color: #2D4775; }
a { background-color: rgb(45,71,117); }
div.DivClassName
{
background-color: #2D4775;
}
.BgClassName
{
background-color: #2D4775;
}
</style>
border-color css
<style>
span { border-color: #2D4775; }
span { border-color: rgb(45,71,117); }
td.TdClassName
{
border-color: #2D4775;
}
.TagClassName
{
border-color: #2D4775;
}
</style>