Shades of Fun Blue #2F518B
Tints of Fun Blue #2F518B
RGB
CMYK
RGB Variations
Color information
#2F518B (or 0x2F518B) is known color: Fun Blue. HEX triplet: 2F, 51 and 8B. RGB value is (47,81,139). Sum of RGB (Red+Green+Blue) = 47+81+139=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F518B is #D0AE74. Grayscale: #4D4D4D. Windows color (decimal): -13676149 or 9130287. OLE color: 9130287.
HSL color Cylindrical-coordinate representation of color #2F518B: hue angle of 217.83º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F518B is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 81 | 139 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.45 |
| HSL | 217.83º | 0.49% | 0.36% | - |
| HSV(B) | 217.83º | 0.66% | 0.55% | - |
| XYZ | 8.77 | 8.35 | 25.58 | - |
| YUV | 77.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 139 | 0.66 | 0.42 | 0 | 0.45 | 217.83 | 0.49 | 0.36 |
| Hex | 2F | 51 | 8B | 42 | 2A | 0 | 2D | DA | 31 | 24 |
| Octal | 57 | 121 | 213 | 102 | 52 | 0 | 55 | 332 | 61 | 44 |
| Binary | 101111 | 1010001 | 10001011 | 1000010 | 101010 | 0 | 101101 | 11011010 | 110001 | 100100 |
Color Harmonies of #2F518B
Complementary color
Monochromatic Colors of #2F518B
Black with #2F518B
Text Example
Text Example
White with #2F518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F518B; }
p { color: rgb(47,81,139); }
H1.HeaderClassName
{
color: #2F518B;
}
.AnyTagClassName
{
color: #2F518B;
}
</style>
background-color css
<style>
a { background-color: #2F518B; }
a { background-color: rgb(47,81,139); }
div.DivClassName
{
background-color: #2F518B;
}
.BgClassName
{
background-color: #2F518B;
}
</style>
border-color css
<style>
span { border-color: #2F518B; }
span { border-color: rgb(47,81,139); }
td.TdClassName
{
border-color: #2F518B;
}
.TagClassName
{
border-color: #2F518B;
}
</style>