Shades of Fun Blue #2C4874
Tints of Fun Blue #2C4874
RGB
CMYK
RGB Variations
Color information
#2C4874 (or 0x2C4874) is known color: Fun Blue. HEX triplet: 2C, 48 and 74. RGB value is (44,72,116). Sum of RGB (Red+Green+Blue) = 44+72+116=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4874 is #D3B78B. Grayscale: #444444. Windows color (decimal): -13875084 or 7620652. OLE color: 7620652.
HSL color Cylindrical-coordinate representation of color #2C4874: hue angle of 216.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C4874 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 72 | 116 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.55 |
| HSL | 216.67º | 0.45% | 0.31% | - |
| HSV(B) | 216.67º | 0.62% | 0.45% | - |
| XYZ | 6.51 | 6.43 | 17.42 | - |
| YUV | 68.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 116 | 0.62 | 0.38 | 0 | 0.55 | 216.67 | 0.45 | 0.31 |
| Hex | 2C | 48 | 74 | 3E | 26 | 0 | 37 | D9 | 2D | 1F |
| Octal | 54 | 110 | 164 | 76 | 46 | 0 | 67 | 331 | 55 | 37 |
| Binary | 101100 | 1001000 | 1110100 | 111110 | 100110 | 0 | 110111 | 11011001 | 101101 | 11111 |
Color Harmonies of #2C4874
Complementary color
Monochromatic Colors of #2C4874
Black with #2C4874
Text Example
Text Example
White with #2C4874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4874; }
p { color: rgb(44,72,116); }
H1.HeaderClassName
{
color: #2C4874;
}
.AnyTagClassName
{
color: #2C4874;
}
</style>
background-color css
<style>
a { background-color: #2C4874; }
a { background-color: rgb(44,72,116); }
div.DivClassName
{
background-color: #2C4874;
}
.BgClassName
{
background-color: #2C4874;
}
</style>
border-color css
<style>
span { border-color: #2C4874; }
span { border-color: rgb(44,72,116); }
td.TdClassName
{
border-color: #2C4874;
}
.TagClassName
{
border-color: #2C4874;
}
</style>