Shades of Fun Blue #2C4875
Tints of Fun Blue #2C4875
RGB
CMYK
RGB Variations
Color information
#2C4875 (or 0x2C4875) is known color: Fun Blue. HEX triplet: 2C, 48 and 75. RGB value is (44,72,117). Sum of RGB (Red+Green+Blue) = 44+72+117=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4875 is #D3B78A. Grayscale: #444444. Windows color (decimal): -13875083 or 7686188. OLE color: 7686188.
HSL color Cylindrical-coordinate representation of color #2C4875: hue angle of 216.99º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C4875 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 72 | 117 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.54 |
| HSL | 216.99º | 0.45% | 0.32% | - |
| HSV(B) | 216.99º | 0.62% | 0.46% | - |
| XYZ | 6.57 | 6.45 | 17.73 | - |
| YUV | 68.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 117 | 0.62 | 0.38 | 0 | 0.54 | 216.99 | 0.45 | 0.32 |
| Hex | 2C | 48 | 75 | 3E | 26 | 0 | 36 | D9 | 2D | 20 |
| Octal | 54 | 110 | 165 | 76 | 46 | 0 | 66 | 331 | 55 | 40 |
| Binary | 101100 | 1001000 | 1110101 | 111110 | 100110 | 0 | 110110 | 11011001 | 101101 | 100000 |
Color Harmonies of #2C4875
Complementary color
Monochromatic Colors of #2C4875
Black with #2C4875
Text Example
Text Example
White with #2C4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4875; }
p { color: rgb(44,72,117); }
H1.HeaderClassName
{
color: #2C4875;
}
.AnyTagClassName
{
color: #2C4875;
}
</style>
background-color css
<style>
a { background-color: #2C4875; }
a { background-color: rgb(44,72,117); }
div.DivClassName
{
background-color: #2C4875;
}
.BgClassName
{
background-color: #2C4875;
}
</style>
border-color css
<style>
span { border-color: #2C4875; }
span { border-color: rgb(44,72,117); }
td.TdClassName
{
border-color: #2C4875;
}
.TagClassName
{
border-color: #2C4875;
}
</style>