Shades of Fun Blue #2F477A
Tints of Fun Blue #2F477A
RGB
CMYK
RGB Variations
Color information
#2F477A (or 0x2F477A) is known color: Fun Blue. HEX triplet: 2F, 47 and 7A. RGB value is (47,71,122). Sum of RGB (Red+Green+Blue) = 47+71+122=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F477A is #D0B885. Grayscale: #454545. Windows color (decimal): -13678726 or 8013615. OLE color: 8013615.
HSL color Cylindrical-coordinate representation of color #2F477A: hue angle of 220.8º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F477A is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 71 | 122 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.52 |
| HSL | 220.8º | 0.44% | 0.33% | - |
| HSV(B) | 220.8º | 0.61% | 0.48% | - |
| XYZ | 6.94 | 6.52 | 19.3 | - |
| YUV | 69.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 122 | 0.61 | 0.42 | 0 | 0.52 | 220.8 | 0.44 | 0.33 |
| Hex | 2F | 47 | 7A | 3D | 2A | 0 | 34 | DD | 2C | 21 |
| Octal | 57 | 107 | 172 | 75 | 52 | 0 | 64 | 335 | 54 | 41 |
| Binary | 101111 | 1000111 | 1111010 | 111101 | 101010 | 0 | 110100 | 11011101 | 101100 | 100001 |
Color Harmonies of #2F477A
Complementary color
Monochromatic Colors of #2F477A
Black with #2F477A
Text Example
Text Example
White with #2F477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F477A; }
p { color: rgb(47,71,122); }
H1.HeaderClassName
{
color: #2F477A;
}
.AnyTagClassName
{
color: #2F477A;
}
</style>
background-color css
<style>
a { background-color: #2F477A; }
a { background-color: rgb(47,71,122); }
div.DivClassName
{
background-color: #2F477A;
}
.BgClassName
{
background-color: #2F477A;
}
</style>
border-color css
<style>
span { border-color: #2F477A; }
span { border-color: rgb(47,71,122); }
td.TdClassName
{
border-color: #2F477A;
}
.TagClassName
{
border-color: #2F477A;
}
</style>