Shades of Fun Blue #2E5087
Tints of Fun Blue #2E5087
RGB
CMYK
RGB Variations
Color information
#2E5087 (or 0x2E5087) is known color: Fun Blue. HEX triplet: 2E, 50 and 87. RGB value is (46,80,135). Sum of RGB (Red+Green+Blue) = 46+80+135=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5087 is #D1AF78. Grayscale: #4B4B4B. Windows color (decimal): -13741945 or 8867886. OLE color: 8867886.
HSL color Cylindrical-coordinate representation of color #2E5087: hue angle of 217.08º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5087 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 80 | 135 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.47 |
| HSL | 217.08º | 0.49% | 0.35% | - |
| HSV(B) | 217.08º | 0.66% | 0.53% | - |
| XYZ | 8.37 | 8.07 | 24.04 | - |
| YUV | 76.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 135 | 0.66 | 0.41 | 0 | 0.47 | 217.08 | 0.49 | 0.35 |
| Hex | 2E | 50 | 87 | 42 | 29 | 0 | 2F | D9 | 31 | 23 |
| Octal | 56 | 120 | 207 | 102 | 51 | 0 | 57 | 331 | 61 | 43 |
| Binary | 101110 | 1010000 | 10000111 | 1000010 | 101001 | 0 | 101111 | 11011001 | 110001 | 100011 |
Color Harmonies of #2E5087
Complementary color
Monochromatic Colors of #2E5087
Black with #2E5087
Text Example
Text Example
White with #2E5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5087; }
p { color: rgb(46,80,135); }
H1.HeaderClassName
{
color: #2E5087;
}
.AnyTagClassName
{
color: #2E5087;
}
</style>
background-color css
<style>
a { background-color: #2E5087; }
a { background-color: rgb(46,80,135); }
div.DivClassName
{
background-color: #2E5087;
}
.BgClassName
{
background-color: #2E5087;
}
</style>
border-color css
<style>
span { border-color: #2E5087; }
span { border-color: rgb(46,80,135); }
td.TdClassName
{
border-color: #2E5087;
}
.TagClassName
{
border-color: #2E5087;
}
</style>