Shades of Fun Blue #2C4B84
Tints of Fun Blue #2C4B84
RGB
CMYK
RGB Variations
Color information
#2C4B84 (or 0x2C4B84) is known color: Fun Blue. HEX triplet: 2C, 4B and 84. RGB value is (44,75,132). Sum of RGB (Red+Green+Blue) = 44+75+132=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C4B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4B84 is #D3B47B. Grayscale: #474747. Windows color (decimal): -13874300 or 8669996. OLE color: 8669996.
HSL color Cylindrical-coordinate representation of color #2C4B84: hue angle of 218.86º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C4B84 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 75 | 132 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.48 |
| HSL | 218.86º | 0.5% | 0.35% | - |
| HSV(B) | 218.86º | 0.67% | 0.52% | - |
| XYZ | 7.72 | 7.23 | 22.82 | - |
| YUV | 72.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 132 | 0.67 | 0.43 | 0 | 0.48 | 218.86 | 0.5 | 0.35 |
| Hex | 2C | 4B | 84 | 43 | 2B | 0 | 30 | DB | 32 | 23 |
| Octal | 54 | 113 | 204 | 103 | 53 | 0 | 60 | 333 | 62 | 43 |
| Binary | 101100 | 1001011 | 10000100 | 1000011 | 101011 | 0 | 110000 | 11011011 | 110010 | 100011 |
Color Harmonies of #2C4B84
Complementary color
Monochromatic Colors of #2C4B84
Black with #2C4B84
Text Example
Text Example
White with #2C4B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B84; }
p { color: rgb(44,75,132); }
H1.HeaderClassName
{
color: #2C4B84;
}
.AnyTagClassName
{
color: #2C4B84;
}
</style>
background-color css
<style>
a { background-color: #2C4B84; }
a { background-color: rgb(44,75,132); }
div.DivClassName
{
background-color: #2C4B84;
}
.BgClassName
{
background-color: #2C4B84;
}
</style>
border-color css
<style>
span { border-color: #2C4B84; }
span { border-color: rgb(44,75,132); }
td.TdClassName
{
border-color: #2C4B84;
}
.TagClassName
{
border-color: #2C4B84;
}
</style>