Shades of Fun Blue #2F467E
Tints of Fun Blue #2F467E
RGB
CMYK
RGB Variations
Color information
#2F467E (or 0x2F467E) is known color: Fun Blue. HEX triplet: 2F, 46 and 7E. RGB value is (47,70,126). Sum of RGB (Red+Green+Blue) = 47+70+126=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #2F467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F467E is #D0B981. Grayscale: #454545. Windows color (decimal): -13678978 or 8275503. OLE color: 8275503.
HSL color Cylindrical-coordinate representation of color #2F467E: hue angle of 222.53º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F467E is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 70 | 126 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.51 |
| HSL | 222.53º | 0.46% | 0.34% | - |
| HSV(B) | 222.53º | 0.63% | 0.49% | - |
| XYZ | 7.13 | 6.49 | 20.62 | - |
| YUV | 69.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 126 | 0.63 | 0.44 | 0 | 0.51 | 222.53 | 0.46 | 0.34 |
| Hex | 2F | 46 | 7E | 3F | 2C | 0 | 33 | DF | 2E | 22 |
| Octal | 57 | 106 | 176 | 77 | 54 | 0 | 63 | 337 | 56 | 42 |
| Binary | 101111 | 1000110 | 1111110 | 111111 | 101100 | 0 | 110011 | 11011111 | 101110 | 100010 |
Color Harmonies of #2F467E
Complementary color
Monochromatic Colors of #2F467E
Black with #2F467E
Text Example
Text Example
White with #2F467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F467E; }
p { color: rgb(47,70,126); }
H1.HeaderClassName
{
color: #2F467E;
}
.AnyTagClassName
{
color: #2F467E;
}
</style>
background-color css
<style>
a { background-color: #2F467E; }
a { background-color: rgb(47,70,126); }
div.DivClassName
{
background-color: #2F467E;
}
.BgClassName
{
background-color: #2F467E;
}
</style>
border-color css
<style>
span { border-color: #2F467E; }
span { border-color: rgb(47,70,126); }
td.TdClassName
{
border-color: #2F467E;
}
.TagClassName
{
border-color: #2F467E;
}
</style>