Shades of Resolution Blue #2F4472
Tints of Resolution Blue #2F4472
RGB
CMYK
RGB Variations
Color information
#2F4472 (or 0x2F4472) is known color: Resolution Blue. HEX triplet: 2F, 44 and 72. RGB value is (47,68,114). Sum of RGB (Red+Green+Blue) = 47+68+114=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4472 is #D0BB8D. Grayscale: #424242. Windows color (decimal): -13679502 or 7488559. OLE color: 7488559.
HSL color Cylindrical-coordinate representation of color #2F4472: hue angle of 221.19º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F4472 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 68 | 114 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.55 |
| HSL | 221.19º | 0.42% | 0.32% | - |
| HSV(B) | 221.19º | 0.59% | 0.45% | - |
| XYZ | 6.28 | 5.95 | 16.74 | - |
| YUV | 66.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 114 | 0.59 | 0.40 | 0 | 0.55 | 221.19 | 0.42 | 0.32 |
| Hex | 2F | 44 | 72 | 3B | 28 | 0 | 37 | DD | 2A | 20 |
| Octal | 57 | 104 | 162 | 73 | 50 | 0 | 67 | 335 | 52 | 40 |
| Binary | 101111 | 1000100 | 1110010 | 111011 | 101000 | 0 | 110111 | 11011101 | 101010 | 100000 |
Color Harmonies of #2F4472
Complementary color
Monochromatic Colors of #2F4472
Black with #2F4472
Text Example
Text Example
White with #2F4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4472; }
p { color: rgb(47,68,114); }
H1.HeaderClassName
{
color: #2F4472;
}
.AnyTagClassName
{
color: #2F4472;
}
</style>
background-color css
<style>
a { background-color: #2F4472; }
a { background-color: rgb(47,68,114); }
div.DivClassName
{
background-color: #2F4472;
}
.BgClassName
{
background-color: #2F4472;
}
</style>
border-color css
<style>
span { border-color: #2F4472; }
span { border-color: rgb(47,68,114); }
td.TdClassName
{
border-color: #2F4472;
}
.TagClassName
{
border-color: #2F4472;
}
</style>