Shades of Resolution Blue #2F3C76
Tints of Resolution Blue #2F3C76
RGB
CMYK
RGB Variations
Color information
#2F3C76 (or 0x2F3C76) is known color: Resolution Blue. HEX triplet: 2F, 3C and 76. RGB value is (47,60,118). Sum of RGB (Red+Green+Blue) = 47+60+118=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F3C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3C76 is #D0C389. Grayscale: #3E3E3E. Windows color (decimal): -13681546 or 7748655. OLE color: 7748655.
HSL color Cylindrical-coordinate representation of color #2F3C76: hue angle of 229.01º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F3C76 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 60 | 118 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.54 |
| HSL | 229.01º | 0.43% | 0.32% | - |
| HSV(B) | 229.01º | 0.6% | 0.46% | - |
| XYZ | 6.06 | 5.14 | 17.81 | - |
| YUV | 62.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 118 | 0.60 | 0.49 | 0 | 0.54 | 229.01 | 0.43 | 0.32 |
| Hex | 2F | 3C | 76 | 3C | 31 | 0 | 36 | E5 | 2B | 20 |
| Octal | 57 | 74 | 166 | 74 | 61 | 0 | 66 | 345 | 53 | 40 |
| Binary | 101111 | 111100 | 1110110 | 111100 | 110001 | 0 | 110110 | 11100101 | 101011 | 100000 |
Color Harmonies of #2F3C76
Complementary color
Monochromatic Colors of #2F3C76
Black with #2F3C76
Text Example
Text Example
White with #2F3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C76; }
p { color: rgb(47,60,118); }
H1.HeaderClassName
{
color: #2F3C76;
}
.AnyTagClassName
{
color: #2F3C76;
}
</style>
background-color css
<style>
a { background-color: #2F3C76; }
a { background-color: rgb(47,60,118); }
div.DivClassName
{
background-color: #2F3C76;
}
.BgClassName
{
background-color: #2F3C76;
}
</style>
border-color css
<style>
span { border-color: #2F3C76; }
span { border-color: rgb(47,60,118); }
td.TdClassName
{
border-color: #2F3C76;
}
.TagClassName
{
border-color: #2F3C76;
}
</style>