Shades of Fun Blue #28487C
Tints of Fun Blue #28487C
RGB
CMYK
RGB Variations
Color information
#28487C (or 0x28487C) is known color: Fun Blue. HEX triplet: 28, 48 and 7C. RGB value is (40,72,124). Sum of RGB (Red+Green+Blue) = 40+72+124=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #28487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28487C is #D7B783. Grayscale: #444444. Windows color (decimal): -14137220 or 8144936. OLE color: 8144936.
HSL color Cylindrical-coordinate representation of color #28487C: hue angle of 217.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28487C is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 72 | 124 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.51 |
| HSL | 217.14º | 0.51% | 0.32% | - |
| HSV(B) | 217.14º | 0.68% | 0.49% | - |
| XYZ | 6.83 | 6.54 | 19.97 | - |
| YUV | 68.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 124 | 0.68 | 0.42 | 0 | 0.51 | 217.14 | 0.51 | 0.32 |
| Hex | 28 | 48 | 7C | 44 | 2A | 0 | 33 | D9 | 33 | 20 |
| Octal | 50 | 110 | 174 | 104 | 52 | 0 | 63 | 331 | 63 | 40 |
| Binary | 101000 | 1001000 | 1111100 | 1000100 | 101010 | 0 | 110011 | 11011001 | 110011 | 100000 |
Color Harmonies of #28487C
Complementary color
Monochromatic Colors of #28487C
Black with #28487C
Text Example
Text Example
White with #28487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28487C; }
p { color: rgb(40,72,124); }
H1.HeaderClassName
{
color: #28487C;
}
.AnyTagClassName
{
color: #28487C;
}
</style>
background-color css
<style>
a { background-color: #28487C; }
a { background-color: rgb(40,72,124); }
div.DivClassName
{
background-color: #28487C;
}
.BgClassName
{
background-color: #28487C;
}
</style>
border-color css
<style>
span { border-color: #28487C; }
span { border-color: rgb(40,72,124); }
td.TdClassName
{
border-color: #28487C;
}
.TagClassName
{
border-color: #28487C;
}
</style>