Shades of Fun Blue #2E4984
Tints of Fun Blue #2E4984
RGB
CMYK
RGB Variations
Color information
#2E4984 (or 0x2E4984) is known color: Fun Blue. HEX triplet: 2E, 49 and 84. RGB value is (46,73,132). Sum of RGB (Red+Green+Blue) = 46+73+132=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E4984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4984 is #D1B67B. Grayscale: #474747. Windows color (decimal): -13743740 or 8669486. OLE color: 8669486.
HSL color Cylindrical-coordinate representation of color #2E4984: hue angle of 221.16º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E4984 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 73 | 132 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.48 |
| HSL | 221.16º | 0.48% | 0.35% | - |
| HSV(B) | 221.16º | 0.65% | 0.52% | - |
| XYZ | 7.67 | 7.01 | 22.78 | - |
| YUV | 71.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 132 | 0.65 | 0.45 | 0 | 0.48 | 221.16 | 0.48 | 0.35 |
| Hex | 2E | 49 | 84 | 41 | 2D | 0 | 30 | DD | 30 | 23 |
| Octal | 56 | 111 | 204 | 101 | 55 | 0 | 60 | 335 | 60 | 43 |
| Binary | 101110 | 1001001 | 10000100 | 1000001 | 101101 | 0 | 110000 | 11011101 | 110000 | 100011 |
Color Harmonies of #2E4984
Complementary color
Monochromatic Colors of #2E4984
Black with #2E4984
Text Example
Text Example
White with #2E4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4984; }
p { color: rgb(46,73,132); }
H1.HeaderClassName
{
color: #2E4984;
}
.AnyTagClassName
{
color: #2E4984;
}
</style>
background-color css
<style>
a { background-color: #2E4984; }
a { background-color: rgb(46,73,132); }
div.DivClassName
{
background-color: #2E4984;
}
.BgClassName
{
background-color: #2E4984;
}
</style>
border-color css
<style>
span { border-color: #2E4984; }
span { border-color: rgb(46,73,132); }
td.TdClassName
{
border-color: #2E4984;
}
.TagClassName
{
border-color: #2E4984;
}
</style>