Shades of Resolution Blue #2D4272
Tints of Resolution Blue #2D4272
RGB
CMYK
RGB Variations
Color information
#2D4272 (or 0x2D4272) is known color: Resolution Blue. HEX triplet: 2D, 42 and 72. RGB value is (45,66,114). Sum of RGB (Red+Green+Blue) = 45+66+114=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4272 is #D2BD8D. Grayscale: #404040. Windows color (decimal): -13811086 or 7488045. OLE color: 7488045.
HSL color Cylindrical-coordinate representation of color #2D4272: hue angle of 221.74º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D4272 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 66 | 114 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.55 |
| HSL | 221.74º | 0.43% | 0.31% | - |
| HSV(B) | 221.74º | 0.61% | 0.45% | - |
| XYZ | 6.07 | 5.67 | 16.69 | - |
| YUV | 65.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 114 | 0.61 | 0.42 | 0 | 0.55 | 221.74 | 0.43 | 0.31 |
| Hex | 2D | 42 | 72 | 3D | 2A | 0 | 37 | DE | 2B | 1F |
| Octal | 55 | 102 | 162 | 75 | 52 | 0 | 67 | 336 | 53 | 37 |
| Binary | 101101 | 1000010 | 1110010 | 111101 | 101010 | 0 | 110111 | 11011110 | 101011 | 11111 |
Color Harmonies of #2D4272
Complementary color
Monochromatic Colors of #2D4272
Black with #2D4272
Text Example
Text Example
White with #2D4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4272; }
p { color: rgb(45,66,114); }
H1.HeaderClassName
{
color: #2D4272;
}
.AnyTagClassName
{
color: #2D4272;
}
</style>
background-color css
<style>
a { background-color: #2D4272; }
a { background-color: rgb(45,66,114); }
div.DivClassName
{
background-color: #2D4272;
}
.BgClassName
{
background-color: #2D4272;
}
</style>
border-color css
<style>
span { border-color: #2D4272; }
span { border-color: rgb(45,66,114); }
td.TdClassName
{
border-color: #2D4272;
}
.TagClassName
{
border-color: #2D4272;
}
</style>