Shades of Resolution Blue #2F4870
Tints of Resolution Blue #2F4870
RGB
CMYK
RGB Variations
Color information
#2F4870 (or 0x2F4870) is known color: Resolution Blue. HEX triplet: 2F, 48 and 70. RGB value is (47,72,112). Sum of RGB (Red+Green+Blue) = 47+72+112=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F4870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4870 is #D0B78F. Grayscale: #444444. Windows color (decimal): -13678480 or 7358511. OLE color: 7358511.
HSL color Cylindrical-coordinate representation of color #2F4870: hue angle of 216.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F4870 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 72 | 112 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.56 |
| HSL | 216.92º | 0.41% | 0.31% | - |
| HSV(B) | 216.92º | 0.58% | 0.44% | - |
| XYZ | 6.41 | 6.41 | 16.23 | - |
| YUV | 69.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 112 | 0.58 | 0.36 | 0 | 0.56 | 216.92 | 0.41 | 0.31 |
| Hex | 2F | 48 | 70 | 3A | 24 | 0 | 38 | D9 | 29 | 1F |
| Octal | 57 | 110 | 160 | 72 | 44 | 0 | 70 | 331 | 51 | 37 |
| Binary | 101111 | 1001000 | 1110000 | 111010 | 100100 | 0 | 111000 | 11011001 | 101001 | 11111 |
Color Harmonies of #2F4870
Complementary color
Monochromatic Colors of #2F4870
Black with #2F4870
Text Example
Text Example
White with #2F4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4870; }
p { color: rgb(47,72,112); }
H1.HeaderClassName
{
color: #2F4870;
}
.AnyTagClassName
{
color: #2F4870;
}
</style>
background-color css
<style>
a { background-color: #2F4870; }
a { background-color: rgb(47,72,112); }
div.DivClassName
{
background-color: #2F4870;
}
.BgClassName
{
background-color: #2F4870;
}
</style>
border-color css
<style>
span { border-color: #2F4870; }
span { border-color: rgb(47,72,112); }
td.TdClassName
{
border-color: #2F4870;
}
.TagClassName
{
border-color: #2F4870;
}
</style>