Shades of Fun Blue #2F487C
Tints of Fun Blue #2F487C
RGB
CMYK
RGB Variations
Color information
#2F487C (or 0x2F487C) is known color: Fun Blue. HEX triplet: 2F, 48 and 7C. RGB value is (47,72,124). Sum of RGB (Red+Green+Blue) = 47+72+124=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F487C is #D0B783. Grayscale: #464646. Windows color (decimal): -13678468 or 8144943. OLE color: 8144943.
HSL color Cylindrical-coordinate representation of color #2F487C: hue angle of 220.52º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F487C is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 72 | 124 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.51 |
| HSL | 220.52º | 0.45% | 0.34% | - |
| HSV(B) | 220.52º | 0.62% | 0.49% | - |
| XYZ | 7.13 | 6.69 | 19.99 | - |
| YUV | 70.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 124 | 0.62 | 0.42 | 0 | 0.51 | 220.52 | 0.45 | 0.34 |
| Hex | 2F | 48 | 7C | 3E | 2A | 0 | 33 | DD | 2D | 22 |
| Octal | 57 | 110 | 174 | 76 | 52 | 0 | 63 | 335 | 55 | 42 |
| Binary | 101111 | 1001000 | 1111100 | 111110 | 101010 | 0 | 110011 | 11011101 | 101101 | 100010 |
Color Harmonies of #2F487C
Complementary color
Monochromatic Colors of #2F487C
Black with #2F487C
Text Example
Text Example
White with #2F487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F487C; }
p { color: rgb(47,72,124); }
H1.HeaderClassName
{
color: #2F487C;
}
.AnyTagClassName
{
color: #2F487C;
}
</style>
background-color css
<style>
a { background-color: #2F487C; }
a { background-color: rgb(47,72,124); }
div.DivClassName
{
background-color: #2F487C;
}
.BgClassName
{
background-color: #2F487C;
}
</style>
border-color css
<style>
span { border-color: #2F487C; }
span { border-color: rgb(47,72,124); }
td.TdClassName
{
border-color: #2F487C;
}
.TagClassName
{
border-color: #2F487C;
}
</style>