Shades of Fun Blue #2F528B
Tints of Fun Blue #2F528B
RGB
CMYK
RGB Variations
Color information
#2F528B (or 0x2F528B) is known color: Fun Blue. HEX triplet: 2F, 52 and 8B. RGB value is (47,82,139). Sum of RGB (Red+Green+Blue) = 47+82+139=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F528B is #D0AD74. Grayscale: #4D4D4D. Windows color (decimal): -13675893 or 9130543. OLE color: 9130543.
HSL color Cylindrical-coordinate representation of color #2F528B: hue angle of 217.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F528B is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 82 | 139 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.45 |
| HSL | 217.17º | 0.49% | 0.36% | - |
| HSV(B) | 217.17º | 0.66% | 0.55% | - |
| XYZ | 8.85 | 8.5 | 25.6 | - |
| YUV | 78.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 139 | 0.66 | 0.41 | 0 | 0.45 | 217.17 | 0.49 | 0.36 |
| Hex | 2F | 52 | 8B | 42 | 29 | 0 | 2D | D9 | 31 | 24 |
| Octal | 57 | 122 | 213 | 102 | 51 | 0 | 55 | 331 | 61 | 44 |
| Binary | 101111 | 1010010 | 10001011 | 1000010 | 101001 | 0 | 101101 | 11011001 | 110001 | 100100 |
Color Harmonies of #2F528B
Complementary color
Monochromatic Colors of #2F528B
Black with #2F528B
Text Example
Text Example
White with #2F528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F528B; }
p { color: rgb(47,82,139); }
H1.HeaderClassName
{
color: #2F528B;
}
.AnyTagClassName
{
color: #2F528B;
}
</style>
background-color css
<style>
a { background-color: #2F528B; }
a { background-color: rgb(47,82,139); }
div.DivClassName
{
background-color: #2F528B;
}
.BgClassName
{
background-color: #2F528B;
}
</style>
border-color css
<style>
span { border-color: #2F528B; }
span { border-color: rgb(47,82,139); }
td.TdClassName
{
border-color: #2F528B;
}
.TagClassName
{
border-color: #2F528B;
}
</style>