Shades of Resolution Blue #2D4271
Tints of Resolution Blue #2D4271
RGB
CMYK
RGB Variations
Color information
#2D4271 (or 0x2D4271) is known color: Resolution Blue. HEX triplet: 2D, 42 and 71. RGB value is (45,66,113). Sum of RGB (Red+Green+Blue) = 45+66+113=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4271 is #D2BD8E. Grayscale: #404040. Windows color (decimal): -13811087 or 7422509. OLE color: 7422509.
HSL color Cylindrical-coordinate representation of color #2D4271: hue angle of 221.47º 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 #2D4271 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 66 | 113 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.56 |
| HSL | 221.47º | 0.43% | 0.31% | - |
| HSV(B) | 221.47º | 0.6% | 0.44% | - |
| XYZ | 6.01 | 5.65 | 16.4 | - |
| YUV | 65.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 113 | 0.60 | 0.42 | 0 | 0.56 | 221.47 | 0.43 | 0.31 |
| Hex | 2D | 42 | 71 | 3C | 2A | 0 | 38 | DD | 2B | 1F |
| Octal | 55 | 102 | 161 | 74 | 52 | 0 | 70 | 335 | 53 | 37 |
| Binary | 101101 | 1000010 | 1110001 | 111100 | 101010 | 0 | 111000 | 11011101 | 101011 | 11111 |
Color Harmonies of #2D4271
Complementary color
Monochromatic Colors of #2D4271
Black with #2D4271
Text Example
Text Example
White with #2D4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4271; }
p { color: rgb(45,66,113); }
H1.HeaderClassName
{
color: #2D4271;
}
.AnyTagClassName
{
color: #2D4271;
}
</style>
background-color css
<style>
a { background-color: #2D4271; }
a { background-color: rgb(45,66,113); }
div.DivClassName
{
background-color: #2D4271;
}
.BgClassName
{
background-color: #2D4271;
}
</style>
border-color css
<style>
span { border-color: #2D4271; }
span { border-color: rgb(45,66,113); }
td.TdClassName
{
border-color: #2D4271;
}
.TagClassName
{
border-color: #2D4271;
}
</style>