Shades of Fun Blue #2E4E7D
Tints of Fun Blue #2E4E7D
RGB
CMYK
RGB Variations
Color information
#2E4E7D (or 0x2E4E7D) is known color: Fun Blue. HEX triplet: 2E, 4E and 7D. RGB value is (46,78,125). Sum of RGB (Red+Green+Blue) = 46+78+125=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E4E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4E7D is #D1B182. Grayscale: #494949. Windows color (decimal): -13742467 or 8212014. OLE color: 8212014.
HSL color Cylindrical-coordinate representation of color #2E4E7D: hue angle of 215.7º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E4E7D is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 78 | 125 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.51 |
| HSL | 215.7º | 0.46% | 0.34% | - |
| HSV(B) | 215.7º | 0.63% | 0.49% | - |
| XYZ | 7.55 | 7.51 | 20.45 | - |
| YUV | 73.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 125 | 0.63 | 0.38 | 0 | 0.51 | 215.7 | 0.46 | 0.34 |
| Hex | 2E | 4E | 7D | 3F | 26 | 0 | 33 | D8 | 2E | 22 |
| Octal | 56 | 116 | 175 | 77 | 46 | 0 | 63 | 330 | 56 | 42 |
| Binary | 101110 | 1001110 | 1111101 | 111111 | 100110 | 0 | 110011 | 11011000 | 101110 | 100010 |
Color Harmonies of #2E4E7D
Complementary color
Monochromatic Colors of #2E4E7D
Black with #2E4E7D
Text Example
Text Example
White with #2E4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E7D; }
p { color: rgb(46,78,125); }
H1.HeaderClassName
{
color: #2E4E7D;
}
.AnyTagClassName
{
color: #2E4E7D;
}
</style>
background-color css
<style>
a { background-color: #2E4E7D; }
a { background-color: rgb(46,78,125); }
div.DivClassName
{
background-color: #2E4E7D;
}
.BgClassName
{
background-color: #2E4E7D;
}
</style>
border-color css
<style>
span { border-color: #2E4E7D; }
span { border-color: rgb(46,78,125); }
td.TdClassName
{
border-color: #2E4E7D;
}
.TagClassName
{
border-color: #2E4E7D;
}
</style>