Shades of Fun Blue #2C4E8B
Tints of Fun Blue #2C4E8B
RGB
CMYK
RGB Variations
Color information
#2C4E8B (or 0x2C4E8B) is known color: Fun Blue. HEX triplet: 2C, 4E and 8B. RGB value is (44,78,139). Sum of RGB (Red+Green+Blue) = 44+78+139=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C4E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4E8B is #D3B174. Grayscale: #4A4A4A. Windows color (decimal): -13873525 or 9129516. OLE color: 9129516.
HSL color Cylindrical-coordinate representation of color #2C4E8B: hue angle of 218.53º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C4E8B is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 78 | 139 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.45 |
| HSL | 218.53º | 0.52% | 0.36% | - |
| HSV(B) | 218.53º | 0.68% | 0.55% | - |
| XYZ | 8.42 | 7.85 | 25.5 | - |
| YUV | 74.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 139 | 0.68 | 0.44 | 0 | 0.45 | 218.53 | 0.52 | 0.36 |
| Hex | 2C | 4E | 8B | 44 | 2C | 0 | 2D | DB | 34 | 24 |
| Octal | 54 | 116 | 213 | 104 | 54 | 0 | 55 | 333 | 64 | 44 |
| Binary | 101100 | 1001110 | 10001011 | 1000100 | 101100 | 0 | 101101 | 11011011 | 110100 | 100100 |
Color Harmonies of #2C4E8B
Complementary color
Monochromatic Colors of #2C4E8B
Black with #2C4E8B
Text Example
Text Example
White with #2C4E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E8B; }
p { color: rgb(44,78,139); }
H1.HeaderClassName
{
color: #2C4E8B;
}
.AnyTagClassName
{
color: #2C4E8B;
}
</style>
background-color css
<style>
a { background-color: #2C4E8B; }
a { background-color: rgb(44,78,139); }
div.DivClassName
{
background-color: #2C4E8B;
}
.BgClassName
{
background-color: #2C4E8B;
}
</style>
border-color css
<style>
span { border-color: #2C4E8B; }
span { border-color: rgb(44,78,139); }
td.TdClassName
{
border-color: #2C4E8B;
}
.TagClassName
{
border-color: #2C4E8B;
}
</style>