Shades of Fun Blue #2F538B
Tints of Fun Blue #2F538B
RGB
CMYK
RGB Variations
Color information
#2F538B (or 0x2F538B) is known color: Fun Blue. HEX triplet: 2F, 53 and 8B. RGB value is (47,83,139). Sum of RGB (Red+Green+Blue) = 47+83+139=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F538B is #D0AC74. Grayscale: #4E4E4E. Windows color (decimal): -13675637 or 9130799. OLE color: 9130799.
HSL color Cylindrical-coordinate representation of color #2F538B: hue angle of 216.52º 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 #2F538B is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 83 | 139 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.45 |
| HSL | 216.52º | 0.49% | 0.36% | - |
| HSV(B) | 216.52º | 0.66% | 0.55% | - |
| XYZ | 8.93 | 8.65 | 25.63 | - |
| YUV | 78.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 139 | 0.66 | 0.40 | 0 | 0.45 | 216.52 | 0.49 | 0.36 |
| Hex | 2F | 53 | 8B | 42 | 28 | 0 | 2D | D9 | 31 | 24 |
| Octal | 57 | 123 | 213 | 102 | 50 | 0 | 55 | 331 | 61 | 44 |
| Binary | 101111 | 1010011 | 10001011 | 1000010 | 101000 | 0 | 101101 | 11011001 | 110001 | 100100 |
Color Harmonies of #2F538B
Complementary color
Monochromatic Colors of #2F538B
Black with #2F538B
Text Example
Text Example
White with #2F538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F538B; }
p { color: rgb(47,83,139); }
H1.HeaderClassName
{
color: #2F538B;
}
.AnyTagClassName
{
color: #2F538B;
}
</style>
background-color css
<style>
a { background-color: #2F538B; }
a { background-color: rgb(47,83,139); }
div.DivClassName
{
background-color: #2F538B;
}
.BgClassName
{
background-color: #2F538B;
}
</style>
border-color css
<style>
span { border-color: #2F538B; }
span { border-color: rgb(47,83,139); }
td.TdClassName
{
border-color: #2F538B;
}
.TagClassName
{
border-color: #2F538B;
}
</style>