Shades of Fun Blue #2E508B
Tints of Fun Blue #2E508B
RGB
CMYK
RGB Variations
Color information
#2E508B (or 0x2E508B) is known color: Fun Blue. HEX triplet: 2E, 50 and 8B. RGB value is (46,80,139). Sum of RGB (Red+Green+Blue) = 46+80+139=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E508B is #D1AF74. Grayscale: #4C4C4C. Windows color (decimal): -13741941 or 9130030. OLE color: 9130030.
HSL color Cylindrical-coordinate representation of color #2E508B: hue angle of 218.06º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E508B is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 80 | 139 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.45 |
| HSL | 218.06º | 0.5% | 0.36% | - |
| HSV(B) | 218.06º | 0.67% | 0.55% | - |
| XYZ | 8.66 | 8.18 | 25.55 | - |
| YUV | 76.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 139 | 0.67 | 0.42 | 0 | 0.45 | 218.06 | 0.5 | 0.36 |
| Hex | 2E | 50 | 8B | 43 | 2A | 0 | 2D | DA | 32 | 24 |
| Octal | 56 | 120 | 213 | 103 | 52 | 0 | 55 | 332 | 62 | 44 |
| Binary | 101110 | 1010000 | 10001011 | 1000011 | 101010 | 0 | 101101 | 11011010 | 110010 | 100100 |
Color Harmonies of #2E508B
Complementary color
Monochromatic Colors of #2E508B
Black with #2E508B
Text Example
Text Example
White with #2E508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E508B; }
p { color: rgb(46,80,139); }
H1.HeaderClassName
{
color: #2E508B;
}
.AnyTagClassName
{
color: #2E508B;
}
</style>
background-color css
<style>
a { background-color: #2E508B; }
a { background-color: rgb(46,80,139); }
div.DivClassName
{
background-color: #2E508B;
}
.BgClassName
{
background-color: #2E508B;
}
</style>
border-color css
<style>
span { border-color: #2E508B; }
span { border-color: rgb(46,80,139); }
td.TdClassName
{
border-color: #2E508B;
}
.TagClassName
{
border-color: #2E508B;
}
</style>