Shades of Fun Blue #2E5289
Tints of Fun Blue #2E5289
RGB
CMYK
RGB Variations
Color information
#2E5289 (or 0x2E5289) is known color: Fun Blue. HEX triplet: 2E, 52 and 89. RGB value is (46,82,137). Sum of RGB (Red+Green+Blue) = 46+82+137=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E5289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5289 is #D1AD76. Grayscale: #4D4D4D. Windows color (decimal): -13741431 or 8999470. OLE color: 8999470.
HSL color Cylindrical-coordinate representation of color #2E5289: hue angle of 216.26º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5289 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 82 | 137 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.46 |
| HSL | 216.26º | 0.5% | 0.36% | - |
| HSV(B) | 216.26º | 0.66% | 0.54% | - |
| XYZ | 8.66 | 8.42 | 24.84 | - |
| YUV | 77.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 137 | 0.66 | 0.40 | 0 | 0.46 | 216.26 | 0.5 | 0.36 |
| Hex | 2E | 52 | 89 | 42 | 28 | 0 | 2E | D8 | 32 | 24 |
| Octal | 56 | 122 | 211 | 102 | 50 | 0 | 56 | 330 | 62 | 44 |
| Binary | 101110 | 1010010 | 10001001 | 1000010 | 101000 | 0 | 101110 | 11011000 | 110010 | 100100 |
Color Harmonies of #2E5289
Complementary color
Monochromatic Colors of #2E5289
Black with #2E5289
Text Example
Text Example
White with #2E5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5289; }
p { color: rgb(46,82,137); }
H1.HeaderClassName
{
color: #2E5289;
}
.AnyTagClassName
{
color: #2E5289;
}
</style>
background-color css
<style>
a { background-color: #2E5289; }
a { background-color: rgb(46,82,137); }
div.DivClassName
{
background-color: #2E5289;
}
.BgClassName
{
background-color: #2E5289;
}
</style>
border-color css
<style>
span { border-color: #2E5289; }
span { border-color: rgb(46,82,137); }
td.TdClassName
{
border-color: #2E5289;
}
.TagClassName
{
border-color: #2E5289;
}
</style>