Shades of Fun Blue #2E4875
Tints of Fun Blue #2E4875
RGB
CMYK
RGB Variations
Color information
#2E4875 (or 0x2E4875) is known color: Fun Blue. HEX triplet: 2E, 48 and 75. RGB value is (46,72,117). Sum of RGB (Red+Green+Blue) = 46+72+117=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4875 is #D1B78A. Grayscale: #454545. Windows color (decimal): -13744011 or 7686190. OLE color: 7686190.
HSL color Cylindrical-coordinate representation of color #2E4875: hue angle of 218.03º 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 #2E4875 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 72 | 117 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.54 |
| HSL | 218.03º | 0.44% | 0.32% | - |
| HSV(B) | 218.03º | 0.61% | 0.46% | - |
| XYZ | 6.65 | 6.5 | 17.73 | - |
| YUV | 69.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 117 | 0.61 | 0.38 | 0 | 0.54 | 218.03 | 0.44 | 0.32 |
| Hex | 2E | 48 | 75 | 3D | 26 | 0 | 36 | DA | 2C | 20 |
| Octal | 56 | 110 | 165 | 75 | 46 | 0 | 66 | 332 | 54 | 40 |
| Binary | 101110 | 1001000 | 1110101 | 111101 | 100110 | 0 | 110110 | 11011010 | 101100 | 100000 |
Color Harmonies of #2E4875
Complementary color
Monochromatic Colors of #2E4875
Black with #2E4875
Text Example
Text Example
White with #2E4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4875; }
p { color: rgb(46,72,117); }
H1.HeaderClassName
{
color: #2E4875;
}
.AnyTagClassName
{
color: #2E4875;
}
</style>
background-color css
<style>
a { background-color: #2E4875; }
a { background-color: rgb(46,72,117); }
div.DivClassName
{
background-color: #2E4875;
}
.BgClassName
{
background-color: #2E4875;
}
</style>
border-color css
<style>
span { border-color: #2E4875; }
span { border-color: rgb(46,72,117); }
td.TdClassName
{
border-color: #2E4875;
}
.TagClassName
{
border-color: #2E4875;
}
</style>