Shades of Fun Blue #2E4876
Tints of Fun Blue #2E4876
RGB
CMYK
RGB Variations
Color information
#2E4876 (or 0x2E4876) is known color: Fun Blue. HEX triplet: 2E, 48 and 76. RGB value is (46,72,118). Sum of RGB (Red+Green+Blue) = 46+72+118=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E4876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4876 is #D1B789. Grayscale: #454545. Windows color (decimal): -13744010 or 7751726. OLE color: 7751726.
HSL color Cylindrical-coordinate representation of color #2E4876: hue angle of 218.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4876 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 72 | 118 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.54 |
| HSL | 218.33º | 0.44% | 0.32% | - |
| HSV(B) | 218.33º | 0.61% | 0.46% | - |
| XYZ | 6.71 | 6.52 | 18.04 | - |
| YUV | 69.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 118 | 0.61 | 0.39 | 0 | 0.54 | 218.33 | 0.44 | 0.32 |
| Hex | 2E | 48 | 76 | 3D | 27 | 0 | 36 | DA | 2C | 20 |
| Octal | 56 | 110 | 166 | 75 | 47 | 0 | 66 | 332 | 54 | 40 |
| Binary | 101110 | 1001000 | 1110110 | 111101 | 100111 | 0 | 110110 | 11011010 | 101100 | 100000 |
Color Harmonies of #2E4876
Complementary color
Monochromatic Colors of #2E4876
Black with #2E4876
Text Example
Text Example
White with #2E4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4876; }
p { color: rgb(46,72,118); }
H1.HeaderClassName
{
color: #2E4876;
}
.AnyTagClassName
{
color: #2E4876;
}
</style>
background-color css
<style>
a { background-color: #2E4876; }
a { background-color: rgb(46,72,118); }
div.DivClassName
{
background-color: #2E4876;
}
.BgClassName
{
background-color: #2E4876;
}
</style>
border-color css
<style>
span { border-color: #2E4876; }
span { border-color: rgb(46,72,118); }
td.TdClassName
{
border-color: #2E4876;
}
.TagClassName
{
border-color: #2E4876;
}
</style>