Shades of Fun Blue #2C4F88
Tints of Fun Blue #2C4F88
RGB
CMYK
RGB Variations
Color information
#2C4F88 (or 0x2C4F88) is known color: Fun Blue. HEX triplet: 2C, 4F and 88. RGB value is (44,79,136). Sum of RGB (Red+Green+Blue) = 44+79+136=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C4F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4F88 is #D3B077. Grayscale: #4A4A4A. Windows color (decimal): -13873272 or 8933164. OLE color: 8933164.
HSL color Cylindrical-coordinate representation of color #2C4F88: hue angle of 217.17º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C4F88 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 79 | 136 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.47 |
| HSL | 217.17º | 0.51% | 0.35% | - |
| HSV(B) | 217.17º | 0.68% | 0.53% | - |
| XYZ | 8.28 | 7.91 | 24.38 | - |
| YUV | 75.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 79 | 136 | 0.68 | 0.42 | 0 | 0.47 | 217.17 | 0.51 | 0.35 |
| Hex | 2C | 4F | 88 | 44 | 2A | 0 | 2F | D9 | 33 | 23 |
| Octal | 54 | 117 | 210 | 104 | 52 | 0 | 57 | 331 | 63 | 43 |
| Binary | 101100 | 1001111 | 10001000 | 1000100 | 101010 | 0 | 101111 | 11011001 | 110011 | 100011 |
Color Harmonies of #2C4F88
Complementary color
Monochromatic Colors of #2C4F88
Black with #2C4F88
Text Example
Text Example
White with #2C4F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4F88; }
p { color: rgb(44,79,136); }
H1.HeaderClassName
{
color: #2C4F88;
}
.AnyTagClassName
{
color: #2C4F88;
}
</style>
background-color css
<style>
a { background-color: #2C4F88; }
a { background-color: rgb(44,79,136); }
div.DivClassName
{
background-color: #2C4F88;
}
.BgClassName
{
background-color: #2C4F88;
}
</style>
border-color css
<style>
span { border-color: #2C4F88; }
span { border-color: rgb(44,79,136); }
td.TdClassName
{
border-color: #2C4F88;
}
.TagClassName
{
border-color: #2C4F88;
}
</style>