Shades of Fun Blue #2E467F
Tints of Fun Blue #2E467F
RGB
CMYK
RGB Variations
Color information
#2E467F (or 0x2E467F) is known color: Fun Blue. HEX triplet: 2E, 46 and 7F. RGB value is (46,70,127). Sum of RGB (Red+Green+Blue) = 46+70+127=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E467F is #D1B980. Grayscale: #454545. Windows color (decimal): -13744513 or 8341038. OLE color: 8341038.
HSL color Cylindrical-coordinate representation of color #2E467F: hue angle of 222.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E467F is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 70 | 127 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.50 |
| HSL | 222.22º | 0.47% | 0.34% | - |
| HSV(B) | 222.22º | 0.64% | 0.5% | - |
| XYZ | 7.15 | 6.49 | 20.96 | - |
| YUV | 69.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 127 | 0.64 | 0.45 | 0 | 0.50 | 222.22 | 0.47 | 0.34 |
| Hex | 2E | 46 | 7F | 40 | 2D | 0 | 32 | DE | 2F | 22 |
| Octal | 56 | 106 | 177 | 100 | 55 | 0 | 62 | 336 | 57 | 42 |
| Binary | 101110 | 1000110 | 1111111 | 1000000 | 101101 | 0 | 110010 | 11011110 | 101111 | 100010 |
Color Harmonies of #2E467F
Complementary color
Monochromatic Colors of #2E467F
Black with #2E467F
Text Example
Text Example
White with #2E467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E467F; }
p { color: rgb(46,70,127); }
H1.HeaderClassName
{
color: #2E467F;
}
.AnyTagClassName
{
color: #2E467F;
}
</style>
background-color css
<style>
a { background-color: #2E467F; }
a { background-color: rgb(46,70,127); }
div.DivClassName
{
background-color: #2E467F;
}
.BgClassName
{
background-color: #2E467F;
}
</style>
border-color css
<style>
span { border-color: #2E467F; }
span { border-color: rgb(46,70,127); }
td.TdClassName
{
border-color: #2E467F;
}
.TagClassName
{
border-color: #2E467F;
}
</style>