Shades of Fun Blue #2E4A7D
Tints of Fun Blue #2E4A7D
RGB
CMYK
RGB Variations
Color information
#2E4A7D (or 0x2E4A7D) is known color: Fun Blue. HEX triplet: 2E, 4A and 7D. RGB value is (46,74,125). Sum of RGB (Red+Green+Blue) = 46+74+125=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E4A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A7D is #D1B582. Grayscale: #474747. Windows color (decimal): -13743491 or 8210990. OLE color: 8210990.
HSL color Cylindrical-coordinate representation of color #2E4A7D: hue angle of 218.73º 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 #2E4A7D is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 74 | 125 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.51 |
| HSL | 218.73º | 0.46% | 0.34% | - |
| HSV(B) | 218.73º | 0.63% | 0.49% | - |
| XYZ | 7.28 | 6.96 | 20.36 | - |
| YUV | 71.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 125 | 0.63 | 0.41 | 0 | 0.51 | 218.73 | 0.46 | 0.34 |
| Hex | 2E | 4A | 7D | 3F | 29 | 0 | 33 | DB | 2E | 22 |
| Octal | 56 | 112 | 175 | 77 | 51 | 0 | 63 | 333 | 56 | 42 |
| Binary | 101110 | 1001010 | 1111101 | 111111 | 101001 | 0 | 110011 | 11011011 | 101110 | 100010 |
Color Harmonies of #2E4A7D
Complementary color
Monochromatic Colors of #2E4A7D
Black with #2E4A7D
Text Example
Text Example
White with #2E4A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A7D; }
p { color: rgb(46,74,125); }
H1.HeaderClassName
{
color: #2E4A7D;
}
.AnyTagClassName
{
color: #2E4A7D;
}
</style>
background-color css
<style>
a { background-color: #2E4A7D; }
a { background-color: rgb(46,74,125); }
div.DivClassName
{
background-color: #2E4A7D;
}
.BgClassName
{
background-color: #2E4A7D;
}
</style>
border-color css
<style>
span { border-color: #2E4A7D; }
span { border-color: rgb(46,74,125); }
td.TdClassName
{
border-color: #2E4A7D;
}
.TagClassName
{
border-color: #2E4A7D;
}
</style>