Shades of Fun Blue #2E477B
Tints of Fun Blue #2E477B
RGB
CMYK
RGB Variations
Color information
#2E477B (or 0x2E477B) is known color: Fun Blue. HEX triplet: 2E, 47 and 7B. RGB value is (46,71,123). Sum of RGB (Red+Green+Blue) = 46+71+123=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E477B is #D1B884. Grayscale: #454545. Windows color (decimal): -13744261 or 8079150. OLE color: 8079150.
HSL color Cylindrical-coordinate representation of color #2E477B: hue angle of 220.52º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E477B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 71 | 123 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.52 |
| HSL | 220.52º | 0.46% | 0.33% | - |
| HSV(B) | 220.52º | 0.63% | 0.48% | - |
| XYZ | 6.96 | 6.52 | 19.63 | - |
| YUV | 69.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 123 | 0.63 | 0.42 | 0 | 0.52 | 220.52 | 0.46 | 0.33 |
| Hex | 2E | 47 | 7B | 3F | 2A | 0 | 34 | DD | 2E | 21 |
| Octal | 56 | 107 | 173 | 77 | 52 | 0 | 64 | 335 | 56 | 41 |
| Binary | 101110 | 1000111 | 1111011 | 111111 | 101010 | 0 | 110100 | 11011101 | 101110 | 100001 |
Color Harmonies of #2E477B
Complementary color
Monochromatic Colors of #2E477B
Black with #2E477B
Text Example
Text Example
White with #2E477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E477B; }
p { color: rgb(46,71,123); }
H1.HeaderClassName
{
color: #2E477B;
}
.AnyTagClassName
{
color: #2E477B;
}
</style>
background-color css
<style>
a { background-color: #2E477B; }
a { background-color: rgb(46,71,123); }
div.DivClassName
{
background-color: #2E477B;
}
.BgClassName
{
background-color: #2E477B;
}
</style>
border-color css
<style>
span { border-color: #2E477B; }
span { border-color: rgb(46,71,123); }
td.TdClassName
{
border-color: #2E477B;
}
.TagClassName
{
border-color: #2E477B;
}
</style>