Shades of Fun Blue #2E497A
Tints of Fun Blue #2E497A
RGB
CMYK
RGB Variations
Color information
#2E497A (or 0x2E497A) is known color: Fun Blue. HEX triplet: 2E, 49 and 7A. RGB value is (46,73,122). Sum of RGB (Red+Green+Blue) = 46+73+122=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E497A is #D1B685. Grayscale: #464646. Windows color (decimal): -13743750 or 8014126. OLE color: 8014126.
HSL color Cylindrical-coordinate representation of color #2E497A: hue angle of 218.68º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E497A is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 73 | 122 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.52 |
| HSL | 218.68º | 0.45% | 0.33% | - |
| HSV(B) | 218.68º | 0.62% | 0.48% | - |
| XYZ | 7.02 | 6.75 | 19.35 | - |
| YUV | 70.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 122 | 0.62 | 0.40 | 0 | 0.52 | 218.68 | 0.45 | 0.33 |
| Hex | 2E | 49 | 7A | 3E | 28 | 0 | 34 | DB | 2D | 21 |
| Octal | 56 | 111 | 172 | 76 | 50 | 0 | 64 | 333 | 55 | 41 |
| Binary | 101110 | 1001001 | 1111010 | 111110 | 101000 | 0 | 110100 | 11011011 | 101101 | 100001 |
Color Harmonies of #2E497A
Complementary color
Monochromatic Colors of #2E497A
Black with #2E497A
Text Example
Text Example
White with #2E497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E497A; }
p { color: rgb(46,73,122); }
H1.HeaderClassName
{
color: #2E497A;
}
.AnyTagClassName
{
color: #2E497A;
}
</style>
background-color css
<style>
a { background-color: #2E497A; }
a { background-color: rgb(46,73,122); }
div.DivClassName
{
background-color: #2E497A;
}
.BgClassName
{
background-color: #2E497A;
}
</style>
border-color css
<style>
span { border-color: #2E497A; }
span { border-color: rgb(46,73,122); }
td.TdClassName
{
border-color: #2E497A;
}
.TagClassName
{
border-color: #2E497A;
}
</style>