Shades of Resolution Blue #2D4475
Tints of Resolution Blue #2D4475
RGB
CMYK
RGB Variations
Color information
#2D4475 (or 0x2D4475) is known color: Resolution Blue. HEX triplet: 2D, 44 and 75. RGB value is (45,68,117). Sum of RGB (Red+Green+Blue) = 45+68+117=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D4475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4475 is #D2BB8A. Grayscale: #424242. Windows color (decimal): -13810571 or 7685165. OLE color: 7685165.
HSL color Cylindrical-coordinate representation of color #2D4475: hue angle of 220.83º 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 #2D4475 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 68 | 117 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.54 |
| HSL | 220.83º | 0.44% | 0.32% | - |
| HSV(B) | 220.83º | 0.62% | 0.46% | - |
| XYZ | 6.36 | 5.98 | 17.65 | - |
| YUV | 66.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 117 | 0.62 | 0.42 | 0 | 0.54 | 220.83 | 0.44 | 0.32 |
| Hex | 2D | 44 | 75 | 3E | 2A | 0 | 36 | DD | 2C | 20 |
| Octal | 55 | 104 | 165 | 76 | 52 | 0 | 66 | 335 | 54 | 40 |
| Binary | 101101 | 1000100 | 1110101 | 111110 | 101010 | 0 | 110110 | 11011101 | 101100 | 100000 |
Color Harmonies of #2D4475
Complementary color
Monochromatic Colors of #2D4475
Black with #2D4475
Text Example
Text Example
White with #2D4475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4475; }
p { color: rgb(45,68,117); }
H1.HeaderClassName
{
color: #2D4475;
}
.AnyTagClassName
{
color: #2D4475;
}
</style>
background-color css
<style>
a { background-color: #2D4475; }
a { background-color: rgb(45,68,117); }
div.DivClassName
{
background-color: #2D4475;
}
.BgClassName
{
background-color: #2D4475;
}
</style>
border-color css
<style>
span { border-color: #2D4475; }
span { border-color: rgb(45,68,117); }
td.TdClassName
{
border-color: #2D4475;
}
.TagClassName
{
border-color: #2D4475;
}
</style>