Shades of Resolution Blue #2F3F87
Tints of Resolution Blue #2F3F87
RGB
CMYK
RGB Variations
Color information
#2F3F87 (or 0x2F3F87) is known color: Resolution Blue. HEX triplet: 2F, 3F and 87. RGB value is (47,63,135). Sum of RGB (Red+Green+Blue) = 47+63+135=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F3F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3F87 is #D0C078. Grayscale: #424242. Windows color (decimal): -13680761 or 8863535. OLE color: 8863535.
HSL color Cylindrical-coordinate representation of color #2F3F87: hue angle of 229.09º 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 #2F3F87 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 63 | 135 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.47 |
| HSL | 229.09º | 0.48% | 0.36% | - |
| HSV(B) | 229.09º | 0.65% | 0.53% | - |
| XYZ | 7.32 | 5.91 | 23.68 | - |
| YUV | 66.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 135 | 0.65 | 0.53 | 0 | 0.47 | 229.09 | 0.48 | 0.36 |
| Hex | 2F | 3F | 87 | 41 | 35 | 0 | 2F | E5 | 30 | 24 |
| Octal | 57 | 77 | 207 | 101 | 65 | 0 | 57 | 345 | 60 | 44 |
| Binary | 101111 | 111111 | 10000111 | 1000001 | 110101 | 0 | 101111 | 11100101 | 110000 | 100100 |
Color Harmonies of #2F3F87
Complementary color
Monochromatic Colors of #2F3F87
Black with #2F3F87
Text Example
Text Example
White with #2F3F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3F87; }
p { color: rgb(47,63,135); }
H1.HeaderClassName
{
color: #2F3F87;
}
.AnyTagClassName
{
color: #2F3F87;
}
</style>
background-color css
<style>
a { background-color: #2F3F87; }
a { background-color: rgb(47,63,135); }
div.DivClassName
{
background-color: #2F3F87;
}
.BgClassName
{
background-color: #2F3F87;
}
</style>
border-color css
<style>
span { border-color: #2F3F87; }
span { border-color: rgb(47,63,135); }
td.TdClassName
{
border-color: #2F3F87;
}
.TagClassName
{
border-color: #2F3F87;
}
</style>