Shades of Resolution Blue #2F4173
Tints of Resolution Blue #2F4173
RGB
CMYK
RGB Variations
Color information
#2F4173 (or 0x2F4173) is known color: Resolution Blue. HEX triplet: 2F, 41 and 73. RGB value is (47,65,115). Sum of RGB (Red+Green+Blue) = 47+65+115=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4173 is #D0BE8C. Grayscale: #414141. Windows color (decimal): -13680269 or 7553327. OLE color: 7553327.
HSL color Cylindrical-coordinate representation of color #2F4173: hue angle of 224.12º 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 #2F4173 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 65 | 115 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.55 |
| HSL | 224.12º | 0.42% | 0.32% | - |
| HSV(B) | 224.12º | 0.59% | 0.45% | - |
| XYZ | 6.16 | 5.62 | 16.98 | - |
| YUV | 65.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 115 | 0.59 | 0.43 | 0 | 0.55 | 224.12 | 0.42 | 0.32 |
| Hex | 2F | 41 | 73 | 3B | 2B | 0 | 37 | E0 | 2A | 20 |
| Octal | 57 | 101 | 163 | 73 | 53 | 0 | 67 | 340 | 52 | 40 |
| Binary | 101111 | 1000001 | 1110011 | 111011 | 101011 | 0 | 110111 | 11100000 | 101010 | 100000 |
Color Harmonies of #2F4173
Complementary color
Monochromatic Colors of #2F4173
Black with #2F4173
Text Example
Text Example
White with #2F4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4173; }
p { color: rgb(47,65,115); }
H1.HeaderClassName
{
color: #2F4173;
}
.AnyTagClassName
{
color: #2F4173;
}
</style>
background-color css
<style>
a { background-color: #2F4173; }
a { background-color: rgb(47,65,115); }
div.DivClassName
{
background-color: #2F4173;
}
.BgClassName
{
background-color: #2F4173;
}
</style>
border-color css
<style>
span { border-color: #2F4173; }
span { border-color: rgb(47,65,115); }
td.TdClassName
{
border-color: #2F4173;
}
.TagClassName
{
border-color: #2F4173;
}
</style>