Shades of Resolution Blue #2F3C87
Tints of Resolution Blue #2F3C87
RGB
CMYK
RGB Variations
Color information
#2F3C87 (or 0x2F3C87) is known color: Resolution Blue. HEX triplet: 2F, 3C and 87. RGB value is (47,60,135). Sum of RGB (Red+Green+Blue) = 47+60+135=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F3C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3C87 is #D0C378. Grayscale: #404040. Windows color (decimal): -13681529 or 8862767. OLE color: 8862767.
HSL color Cylindrical-coordinate representation of color #2F3C87: hue angle of 231.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3C87 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 60 | 135 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.47 |
| HSL | 231.14º | 0.48% | 0.36% | - |
| HSV(B) | 231.14º | 0.65% | 0.53% | - |
| XYZ | 7.16 | 5.59 | 23.62 | - |
| YUV | 64.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 135 | 0.65 | 0.56 | 0 | 0.47 | 231.14 | 0.48 | 0.36 |
| Hex | 2F | 3C | 87 | 41 | 38 | 0 | 2F | E7 | 30 | 24 |
| Octal | 57 | 74 | 207 | 101 | 70 | 0 | 57 | 347 | 60 | 44 |
| Binary | 101111 | 111100 | 10000111 | 1000001 | 111000 | 0 | 101111 | 11100111 | 110000 | 100100 |
Color Harmonies of #2F3C87
Complementary color
Monochromatic Colors of #2F3C87
Black with #2F3C87
Text Example
Text Example
White with #2F3C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C87; }
p { color: rgb(47,60,135); }
H1.HeaderClassName
{
color: #2F3C87;
}
.AnyTagClassName
{
color: #2F3C87;
}
</style>
background-color css
<style>
a { background-color: #2F3C87; }
a { background-color: rgb(47,60,135); }
div.DivClassName
{
background-color: #2F3C87;
}
.BgClassName
{
background-color: #2F3C87;
}
</style>
border-color css
<style>
span { border-color: #2F3C87; }
span { border-color: rgb(47,60,135); }
td.TdClassName
{
border-color: #2F3C87;
}
.TagClassName
{
border-color: #2F3C87;
}
</style>