Shades of Resolution Blue #2F3C78
Tints of Resolution Blue #2F3C78
RGB
CMYK
RGB Variations
Color information
#2F3C78 (or 0x2F3C78) is known color: Resolution Blue. HEX triplet: 2F, 3C and 78. RGB value is (47,60,120). Sum of RGB (Red+Green+Blue) = 47+60+120=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F3C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3C78 is #D0C387. Grayscale: #3E3E3E. Windows color (decimal): -13681544 or 7879727. OLE color: 7879727.
HSL color Cylindrical-coordinate representation of color #2F3C78: hue angle of 229.32º 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 #2F3C78 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 60 | 120 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.53 |
| HSL | 229.32º | 0.44% | 0.33% | - |
| HSV(B) | 229.32º | 0.61% | 0.47% | - |
| XYZ | 6.18 | 5.19 | 18.45 | - |
| YUV | 62.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 120 | 0.61 | 0.5 | 0 | 0.53 | 229.32 | 0.44 | 0.33 |
| Hex | 2F | 3C | 78 | 3D | 32 | 0 | 35 | E5 | 2C | 21 |
| Octal | 57 | 74 | 170 | 75 | 62 | 0 | 65 | 345 | 54 | 41 |
| Binary | 101111 | 111100 | 1111000 | 111101 | 110010 | 0 | 110101 | 11100101 | 101100 | 100001 |
Color Harmonies of #2F3C78
Complementary color
Monochromatic Colors of #2F3C78
Black with #2F3C78
Text Example
Text Example
White with #2F3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C78; }
p { color: rgb(47,60,120); }
H1.HeaderClassName
{
color: #2F3C78;
}
.AnyTagClassName
{
color: #2F3C78;
}
</style>
background-color css
<style>
a { background-color: #2F3C78; }
a { background-color: rgb(47,60,120); }
div.DivClassName
{
background-color: #2F3C78;
}
.BgClassName
{
background-color: #2F3C78;
}
</style>
border-color css
<style>
span { border-color: #2F3C78; }
span { border-color: rgb(47,60,120); }
td.TdClassName
{
border-color: #2F3C78;
}
.TagClassName
{
border-color: #2F3C78;
}
</style>