Shades of Fun Blue #2E467D
Tints of Fun Blue #2E467D
RGB
CMYK
RGB Variations
Color information
#2E467D (or 0x2E467D) is known color: Fun Blue. HEX triplet: 2E, 46 and 7D. RGB value is (46,70,125). Sum of RGB (Red+Green+Blue) = 46+70+125=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E467D is #D1B982. Grayscale: #444444. Windows color (decimal): -13744515 or 8209966. OLE color: 8209966.
HSL color Cylindrical-coordinate representation of color #2E467D: hue angle of 221.77º 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 #2E467D is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 70 | 125 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.51 |
| HSL | 221.77º | 0.46% | 0.34% | - |
| HSV(B) | 221.77º | 0.63% | 0.49% | - |
| XYZ | 7.02 | 6.44 | 20.28 | - |
| YUV | 69.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 125 | 0.63 | 0.44 | 0 | 0.51 | 221.77 | 0.46 | 0.34 |
| Hex | 2E | 46 | 7D | 3F | 2C | 0 | 33 | DE | 2E | 22 |
| Octal | 56 | 106 | 175 | 77 | 54 | 0 | 63 | 336 | 56 | 42 |
| Binary | 101110 | 1000110 | 1111101 | 111111 | 101100 | 0 | 110011 | 11011110 | 101110 | 100010 |
Color Harmonies of #2E467D
Complementary color
Monochromatic Colors of #2E467D
Black with #2E467D
Text Example
Text Example
White with #2E467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E467D; }
p { color: rgb(46,70,125); }
H1.HeaderClassName
{
color: #2E467D;
}
.AnyTagClassName
{
color: #2E467D;
}
</style>
background-color css
<style>
a { background-color: #2E467D; }
a { background-color: rgb(46,70,125); }
div.DivClassName
{
background-color: #2E467D;
}
.BgClassName
{
background-color: #2E467D;
}
</style>
border-color css
<style>
span { border-color: #2E467D; }
span { border-color: rgb(46,70,125); }
td.TdClassName
{
border-color: #2E467D;
}
.TagClassName
{
border-color: #2E467D;
}
</style>