Shades of Fun Blue #2C508D
Tints of Fun Blue #2C508D
RGB
CMYK
RGB Variations
Color information
#2C508D (or 0x2C508D) is known color: Fun Blue. HEX triplet: 2C, 50 and 8D. RGB value is (44,80,141). Sum of RGB (Red+Green+Blue) = 44+80+141=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C508D is #D3AF72. Grayscale: #4B4B4B. Windows color (decimal): -13873011 or 9261100. OLE color: 9261100.
HSL color Cylindrical-coordinate representation of color #2C508D: hue angle of 217.73º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C508D is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 80 | 141 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.45 |
| HSL | 217.73º | 0.52% | 0.36% | - |
| HSV(B) | 217.73º | 0.69% | 0.55% | - |
| XYZ | 8.72 | 8.2 | 26.32 | - |
| YUV | 76.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 141 | 0.69 | 0.43 | 0 | 0.45 | 217.73 | 0.52 | 0.36 |
| Hex | 2C | 50 | 8D | 45 | 2B | 0 | 2D | DA | 34 | 24 |
| Octal | 54 | 120 | 215 | 105 | 53 | 0 | 55 | 332 | 64 | 44 |
| Binary | 101100 | 1010000 | 10001101 | 1000101 | 101011 | 0 | 101101 | 11011010 | 110100 | 100100 |
Color Harmonies of #2C508D
Complementary color
Monochromatic Colors of #2C508D
Black with #2C508D
Text Example
Text Example
White with #2C508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C508D; }
p { color: rgb(44,80,141); }
H1.HeaderClassName
{
color: #2C508D;
}
.AnyTagClassName
{
color: #2C508D;
}
</style>
background-color css
<style>
a { background-color: #2C508D; }
a { background-color: rgb(44,80,141); }
div.DivClassName
{
background-color: #2C508D;
}
.BgClassName
{
background-color: #2C508D;
}
</style>
border-color css
<style>
span { border-color: #2C508D; }
span { border-color: rgb(44,80,141); }
td.TdClassName
{
border-color: #2C508D;
}
.TagClassName
{
border-color: #2C508D;
}
</style>