Shades of Fun Blue #2F4B79
Tints of Fun Blue #2F4B79
RGB
CMYK
RGB Variations
Color information
#2F4B79 (or 0x2F4B79) is known color: Fun Blue. HEX triplet: 2F, 4B and 79. RGB value is (47,75,121). Sum of RGB (Red+Green+Blue) = 47+75+121=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F4B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4B79 is #D0B486. Grayscale: #474747. Windows color (decimal): -13677703 or 7949103. OLE color: 7949103.
HSL color Cylindrical-coordinate representation of color #2F4B79: hue angle of 217.3º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4B79 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 75 | 121 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.53 |
| HSL | 217.3º | 0.44% | 0.33% | - |
| HSV(B) | 217.3º | 0.61% | 0.47% | - |
| XYZ | 7.14 | 7.02 | 19.07 | - |
| YUV | 71.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 121 | 0.61 | 0.38 | 0 | 0.53 | 217.3 | 0.44 | 0.33 |
| Hex | 2F | 4B | 79 | 3D | 26 | 0 | 35 | D9 | 2C | 21 |
| Octal | 57 | 113 | 171 | 75 | 46 | 0 | 65 | 331 | 54 | 41 |
| Binary | 101111 | 1001011 | 1111001 | 111101 | 100110 | 0 | 110101 | 11011001 | 101100 | 100001 |
Color Harmonies of #2F4B79
Complementary color
Monochromatic Colors of #2F4B79
Black with #2F4B79
Text Example
Text Example
White with #2F4B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B79; }
p { color: rgb(47,75,121); }
H1.HeaderClassName
{
color: #2F4B79;
}
.AnyTagClassName
{
color: #2F4B79;
}
</style>
background-color css
<style>
a { background-color: #2F4B79; }
a { background-color: rgb(47,75,121); }
div.DivClassName
{
background-color: #2F4B79;
}
.BgClassName
{
background-color: #2F4B79;
}
</style>
border-color css
<style>
span { border-color: #2F4B79; }
span { border-color: rgb(47,75,121); }
td.TdClassName
{
border-color: #2F4B79;
}
.TagClassName
{
border-color: #2F4B79;
}
</style>