Shades of Fun Blue #2F4C76
Tints of Fun Blue #2F4C76
RGB
CMYK
RGB Variations
Color information
#2F4C76 (or 0x2F4C76) is known color: Fun Blue. HEX triplet: 2F, 4C and 76. RGB value is (47,76,118). Sum of RGB (Red+Green+Blue) = 47+76+118=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F4C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4C76 is #D0B389. Grayscale: #474747. Windows color (decimal): -13677450 or 7752751. OLE color: 7752751.
HSL color Cylindrical-coordinate representation of color #2F4C76: hue angle of 215.49º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F4C76 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 76 | 118 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.54 |
| HSL | 215.49º | 0.43% | 0.32% | - |
| HSV(B) | 215.49º | 0.6% | 0.46% | - |
| XYZ | 7.03 | 7.08 | 18.14 | - |
| YUV | 72.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 118 | 0.60 | 0.36 | 0 | 0.54 | 215.49 | 0.43 | 0.32 |
| Hex | 2F | 4C | 76 | 3C | 24 | 0 | 36 | D7 | 2B | 20 |
| Octal | 57 | 114 | 166 | 74 | 44 | 0 | 66 | 327 | 53 | 40 |
| Binary | 101111 | 1001100 | 1110110 | 111100 | 100100 | 0 | 110110 | 11010111 | 101011 | 100000 |
Color Harmonies of #2F4C76
Complementary color
Monochromatic Colors of #2F4C76
Black with #2F4C76
Text Example
Text Example
White with #2F4C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4C76; }
p { color: rgb(47,76,118); }
H1.HeaderClassName
{
color: #2F4C76;
}
.AnyTagClassName
{
color: #2F4C76;
}
</style>
background-color css
<style>
a { background-color: #2F4C76; }
a { background-color: rgb(47,76,118); }
div.DivClassName
{
background-color: #2F4C76;
}
.BgClassName
{
background-color: #2F4C76;
}
</style>
border-color css
<style>
span { border-color: #2F4C76; }
span { border-color: rgb(47,76,118); }
td.TdClassName
{
border-color: #2F4C76;
}
.TagClassName
{
border-color: #2F4C76;
}
</style>