Shades of Fun Blue #2E4D7C
Tints of Fun Blue #2E4D7C
RGB
CMYK
RGB Variations
Color information
#2E4D7C (or 0x2E4D7C) is known color: Fun Blue. HEX triplet: 2E, 4D and 7C. RGB value is (46,77,124). Sum of RGB (Red+Green+Blue) = 46+77+124=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E4D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D7C is #D1B283. Grayscale: #484848. Windows color (decimal): -13742724 or 8146222. OLE color: 8146222.
HSL color Cylindrical-coordinate representation of color #2E4D7C: hue angle of 216.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E4D7C is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 77 | 124 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.51 |
| HSL | 216.15º | 0.46% | 0.33% | - |
| HSV(B) | 216.15º | 0.63% | 0.49% | - |
| XYZ | 7.42 | 7.34 | 20.1 | - |
| YUV | 73.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 124 | 0.63 | 0.38 | 0 | 0.51 | 216.15 | 0.46 | 0.33 |
| Hex | 2E | 4D | 7C | 3F | 26 | 0 | 33 | D8 | 2E | 21 |
| Octal | 56 | 115 | 174 | 77 | 46 | 0 | 63 | 330 | 56 | 41 |
| Binary | 101110 | 1001101 | 1111100 | 111111 | 100110 | 0 | 110011 | 11011000 | 101110 | 100001 |
Color Harmonies of #2E4D7C
Complementary color
Monochromatic Colors of #2E4D7C
Black with #2E4D7C
Text Example
Text Example
White with #2E4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D7C; }
p { color: rgb(46,77,124); }
H1.HeaderClassName
{
color: #2E4D7C;
}
.AnyTagClassName
{
color: #2E4D7C;
}
</style>
background-color css
<style>
a { background-color: #2E4D7C; }
a { background-color: rgb(46,77,124); }
div.DivClassName
{
background-color: #2E4D7C;
}
.BgClassName
{
background-color: #2E4D7C;
}
</style>
border-color css
<style>
span { border-color: #2E4D7C; }
span { border-color: rgb(46,77,124); }
td.TdClassName
{
border-color: #2E4D7C;
}
.TagClassName
{
border-color: #2E4D7C;
}
</style>