Shades of Resolution Blue #2F3C79
Tints of Resolution Blue #2F3C79
RGB
CMYK
RGB Variations
Color information
#2F3C79 (or 0x2F3C79) is known color: Resolution Blue. HEX triplet: 2F, 3C and 79. RGB value is (47,60,121). Sum of RGB (Red+Green+Blue) = 47+60+121=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F3C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3C79 is #D0C386. Grayscale: #3E3E3E. Windows color (decimal): -13681543 or 7945263. OLE color: 7945263.
HSL color Cylindrical-coordinate representation of color #2F3C79: hue angle of 229.46º 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 #2F3C79 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 60 | 121 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.53 |
| HSL | 229.46º | 0.44% | 0.33% | - |
| HSV(B) | 229.46º | 0.61% | 0.47% | - |
| XYZ | 6.24 | 5.22 | 18.77 | - |
| YUV | 63.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 121 | 0.61 | 0.50 | 0 | 0.53 | 229.46 | 0.44 | 0.33 |
| Hex | 2F | 3C | 79 | 3D | 32 | 0 | 35 | E5 | 2C | 21 |
| Octal | 57 | 74 | 171 | 75 | 62 | 0 | 65 | 345 | 54 | 41 |
| Binary | 101111 | 111100 | 1111001 | 111101 | 110010 | 0 | 110101 | 11100101 | 101100 | 100001 |
Color Harmonies of #2F3C79
Complementary color
Monochromatic Colors of #2F3C79
Black with #2F3C79
Text Example
Text Example
White with #2F3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C79; }
p { color: rgb(47,60,121); }
H1.HeaderClassName
{
color: #2F3C79;
}
.AnyTagClassName
{
color: #2F3C79;
}
</style>
background-color css
<style>
a { background-color: #2F3C79; }
a { background-color: rgb(47,60,121); }
div.DivClassName
{
background-color: #2F3C79;
}
.BgClassName
{
background-color: #2F3C79;
}
</style>
border-color css
<style>
span { border-color: #2F3C79; }
span { border-color: rgb(47,60,121); }
td.TdClassName
{
border-color: #2F3C79;
}
.TagClassName
{
border-color: #2F3C79;
}
</style>