Shades of Resolution Blue #2F4478
Tints of Resolution Blue #2F4478
RGB
CMYK
RGB Variations
Color information
#2F4478 (or 0x2F4478) is known color: Resolution Blue. HEX triplet: 2F, 44 and 78. RGB value is (47,68,120). Sum of RGB (Red+Green+Blue) = 47+68+120=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F4478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4478 is #D0BB87. Grayscale: #434343. Windows color (decimal): -13679496 or 7881775. OLE color: 7881775.
HSL color Cylindrical-coordinate representation of color #2F4478: hue angle of 222.74º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4478 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 68 | 120 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.53 |
| HSL | 222.74º | 0.44% | 0.33% | - |
| HSV(B) | 222.74º | 0.61% | 0.47% | - |
| XYZ | 6.63 | 6.09 | 18.6 | - |
| YUV | 67.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 120 | 0.61 | 0.43 | 0 | 0.53 | 222.74 | 0.44 | 0.33 |
| Hex | 2F | 44 | 78 | 3D | 2B | 0 | 35 | DF | 2C | 21 |
| Octal | 57 | 104 | 170 | 75 | 53 | 0 | 65 | 337 | 54 | 41 |
| Binary | 101111 | 1000100 | 1111000 | 111101 | 101011 | 0 | 110101 | 11011111 | 101100 | 100001 |
Color Harmonies of #2F4478
Complementary color
Monochromatic Colors of #2F4478
Black with #2F4478
Text Example
Text Example
White with #2F4478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4478; }
p { color: rgb(47,68,120); }
H1.HeaderClassName
{
color: #2F4478;
}
.AnyTagClassName
{
color: #2F4478;
}
</style>
background-color css
<style>
a { background-color: #2F4478; }
a { background-color: rgb(47,68,120); }
div.DivClassName
{
background-color: #2F4478;
}
.BgClassName
{
background-color: #2F4478;
}
</style>
border-color css
<style>
span { border-color: #2F4478; }
span { border-color: rgb(47,68,120); }
td.TdClassName
{
border-color: #2F4478;
}
.TagClassName
{
border-color: #2F4478;
}
</style>