Shades of Resolution Blue #2F4172
Tints of Resolution Blue #2F4172
RGB
CMYK
RGB Variations
Color information
#2F4172 (or 0x2F4172) is known color: Resolution Blue. HEX triplet: 2F, 41 and 72. RGB value is (47,65,114). Sum of RGB (Red+Green+Blue) = 47+65+114=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4172 is #D0BE8D. Grayscale: #404040. Windows color (decimal): -13680270 or 7487791. OLE color: 7487791.
HSL color Cylindrical-coordinate representation of color #2F4172: hue angle of 223.88º 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 #2F4172 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 65 | 114 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.55 |
| HSL | 223.88º | 0.42% | 0.32% | - |
| HSV(B) | 223.88º | 0.59% | 0.45% | - |
| XYZ | 6.1 | 5.6 | 16.68 | - |
| YUV | 65.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 114 | 0.59 | 0.43 | 0 | 0.55 | 223.88 | 0.42 | 0.32 |
| Hex | 2F | 41 | 72 | 3B | 2B | 0 | 37 | E0 | 2A | 20 |
| Octal | 57 | 101 | 162 | 73 | 53 | 0 | 67 | 340 | 52 | 40 |
| Binary | 101111 | 1000001 | 1110010 | 111011 | 101011 | 0 | 110111 | 11100000 | 101010 | 100000 |
Color Harmonies of #2F4172
Complementary color
Monochromatic Colors of #2F4172
Black with #2F4172
Text Example
Text Example
White with #2F4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4172; }
p { color: rgb(47,65,114); }
H1.HeaderClassName
{
color: #2F4172;
}
.AnyTagClassName
{
color: #2F4172;
}
</style>
background-color css
<style>
a { background-color: #2F4172; }
a { background-color: rgb(47,65,114); }
div.DivClassName
{
background-color: #2F4172;
}
.BgClassName
{
background-color: #2F4172;
}
</style>
border-color css
<style>
span { border-color: #2F4172; }
span { border-color: rgb(47,65,114); }
td.TdClassName
{
border-color: #2F4172;
}
.TagClassName
{
border-color: #2F4172;
}
</style>