Shades of Fun Blue #2E518C
Tints of Fun Blue #2E518C
RGB
CMYK
RGB Variations
Color information
#2E518C (or 0x2E518C) is known color: Fun Blue. HEX triplet: 2E, 51 and 8C. RGB value is (46,81,140). Sum of RGB (Red+Green+Blue) = 46+81+140=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E518C is #D1AE73. Grayscale: #4C4C4C. Windows color (decimal): -13741684 or 9195822. OLE color: 9195822.
HSL color Cylindrical-coordinate representation of color #2E518C: hue angle of 217.66º degrees, saturation: 0.51, 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 #2E518C is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 81 | 140 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.45 |
| HSL | 217.66º | 0.51% | 0.36% | - |
| HSV(B) | 217.66º | 0.67% | 0.55% | - |
| XYZ | 8.8 | 8.36 | 25.96 | - |
| YUV | 77.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 140 | 0.67 | 0.42 | 0 | 0.45 | 217.66 | 0.51 | 0.36 |
| Hex | 2E | 51 | 8C | 43 | 2A | 0 | 2D | DA | 33 | 24 |
| Octal | 56 | 121 | 214 | 103 | 52 | 0 | 55 | 332 | 63 | 44 |
| Binary | 101110 | 1010001 | 10001100 | 1000011 | 101010 | 0 | 101101 | 11011010 | 110011 | 100100 |
Color Harmonies of #2E518C
Complementary color
Monochromatic Colors of #2E518C
Black with #2E518C
Text Example
Text Example
White with #2E518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E518C; }
p { color: rgb(46,81,140); }
H1.HeaderClassName
{
color: #2E518C;
}
.AnyTagClassName
{
color: #2E518C;
}
</style>
background-color css
<style>
a { background-color: #2E518C; }
a { background-color: rgb(46,81,140); }
div.DivClassName
{
background-color: #2E518C;
}
.BgClassName
{
background-color: #2E518C;
}
</style>
border-color css
<style>
span { border-color: #2E518C; }
span { border-color: rgb(46,81,140); }
td.TdClassName
{
border-color: #2E518C;
}
.TagClassName
{
border-color: #2E518C;
}
</style>