Shades of Fun Blue #2E467C
Tints of Fun Blue #2E467C
RGB
CMYK
RGB Variations
Color information
#2E467C (or 0x2E467C) is known color: Fun Blue. HEX triplet: 2E, 46 and 7C. RGB value is (46,70,124). Sum of RGB (Red+Green+Blue) = 46+70+124=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E467C is #D1B983. Grayscale: #444444. Windows color (decimal): -13744516 or 8144430. OLE color: 8144430.
HSL color Cylindrical-coordinate representation of color #2E467C: hue angle of 221.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E467C is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 70 | 124 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.51 |
| HSL | 221.54º | 0.46% | 0.33% | - |
| HSV(B) | 221.54º | 0.63% | 0.49% | - |
| XYZ | 6.95 | 6.42 | 19.94 | - |
| YUV | 68.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 124 | 0.63 | 0.44 | 0 | 0.51 | 221.54 | 0.46 | 0.33 |
| Hex | 2E | 46 | 7C | 3F | 2C | 0 | 33 | DE | 2E | 21 |
| Octal | 56 | 106 | 174 | 77 | 54 | 0 | 63 | 336 | 56 | 41 |
| Binary | 101110 | 1000110 | 1111100 | 111111 | 101100 | 0 | 110011 | 11011110 | 101110 | 100001 |
Color Harmonies of #2E467C
Complementary color
Monochromatic Colors of #2E467C
Black with #2E467C
Text Example
Text Example
White with #2E467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E467C; }
p { color: rgb(46,70,124); }
H1.HeaderClassName
{
color: #2E467C;
}
.AnyTagClassName
{
color: #2E467C;
}
</style>
background-color css
<style>
a { background-color: #2E467C; }
a { background-color: rgb(46,70,124); }
div.DivClassName
{
background-color: #2E467C;
}
.BgClassName
{
background-color: #2E467C;
}
</style>
border-color css
<style>
span { border-color: #2E467C; }
span { border-color: rgb(46,70,124); }
td.TdClassName
{
border-color: #2E467C;
}
.TagClassName
{
border-color: #2E467C;
}
</style>