Shades of Fun Blue #2F518C
Tints of Fun Blue #2F518C
RGB
CMYK
RGB Variations
Color information
#2F518C (or 0x2F518C) is known color: Fun Blue. HEX triplet: 2F, 51 and 8C. RGB value is (47,81,140). Sum of RGB (Red+Green+Blue) = 47+81+140=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F518C is #D0AE73. Grayscale: #4D4D4D. Windows color (decimal): -13676148 or 9195823. OLE color: 9195823.
HSL color Cylindrical-coordinate representation of color #2F518C: hue angle of 218.06º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F518C is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 81 | 140 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.45 |
| HSL | 218.06º | 0.5% | 0.37% | - |
| HSV(B) | 218.06º | 0.66% | 0.55% | - |
| XYZ | 8.85 | 8.38 | 25.96 | - |
| YUV | 77.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 140 | 0.66 | 0.42 | 0 | 0.45 | 218.06 | 0.5 | 0.37 |
| Hex | 2F | 51 | 8C | 42 | 2A | 0 | 2D | DA | 32 | 25 |
| Octal | 57 | 121 | 214 | 102 | 52 | 0 | 55 | 332 | 62 | 45 |
| Binary | 101111 | 1010001 | 10001100 | 1000010 | 101010 | 0 | 101101 | 11011010 | 110010 | 100101 |
Color Harmonies of #2F518C
Complementary color
Monochromatic Colors of #2F518C
Black with #2F518C
Text Example
Text Example
White with #2F518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F518C; }
p { color: rgb(47,81,140); }
H1.HeaderClassName
{
color: #2F518C;
}
.AnyTagClassName
{
color: #2F518C;
}
</style>
background-color css
<style>
a { background-color: #2F518C; }
a { background-color: rgb(47,81,140); }
div.DivClassName
{
background-color: #2F518C;
}
.BgClassName
{
background-color: #2F518C;
}
</style>
border-color css
<style>
span { border-color: #2F518C; }
span { border-color: rgb(47,81,140); }
td.TdClassName
{
border-color: #2F518C;
}
.TagClassName
{
border-color: #2F518C;
}
</style>