Shades of Fun Blue #2E4A73
Tints of Fun Blue #2E4A73
RGB
CMYK
RGB Variations
Color information
#2E4A73 (or 0x2E4A73) is known color: Fun Blue. HEX triplet: 2E, 4A and 73. RGB value is (46,74,115). Sum of RGB (Red+Green+Blue) = 46+74+115=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E4A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A73 is #D1B58C. Grayscale: #464646. Windows color (decimal): -13743501 or 7555630. OLE color: 7555630.
HSL color Cylindrical-coordinate representation of color #2E4A73: hue angle of 215.65º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E4A73 is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 74 | 115 | - |
| CMYK | 0.6 | 0.36 | 0 | 0.55 |
| HSL | 215.65º | 0.43% | 0.32% | - |
| HSV(B) | 215.65º | 0.6% | 0.45% | - |
| XYZ | 6.67 | 6.72 | 17.16 | - |
| YUV | 70.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 115 | 0.6 | 0.36 | 0 | 0.55 | 215.65 | 0.43 | 0.32 |
| Hex | 2E | 4A | 73 | 3C | 24 | 0 | 37 | D8 | 2B | 20 |
| Octal | 56 | 112 | 163 | 74 | 44 | 0 | 67 | 330 | 53 | 40 |
| Binary | 101110 | 1001010 | 1110011 | 111100 | 100100 | 0 | 110111 | 11011000 | 101011 | 100000 |
Color Harmonies of #2E4A73
Complementary color
Monochromatic Colors of #2E4A73
Black with #2E4A73
Text Example
Text Example
White with #2E4A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A73; }
p { color: rgb(46,74,115); }
H1.HeaderClassName
{
color: #2E4A73;
}
.AnyTagClassName
{
color: #2E4A73;
}
</style>
background-color css
<style>
a { background-color: #2E4A73; }
a { background-color: rgb(46,74,115); }
div.DivClassName
{
background-color: #2E4A73;
}
.BgClassName
{
background-color: #2E4A73;
}
</style>
border-color css
<style>
span { border-color: #2E4A73; }
span { border-color: rgb(46,74,115); }
td.TdClassName
{
border-color: #2E4A73;
}
.TagClassName
{
border-color: #2E4A73;
}
</style>