Shades of Fun Blue #28477C
Tints of Fun Blue #28477C
RGB
CMYK
RGB Variations
Color information
#28477C (or 0x28477C) is known color: Fun Blue. HEX triplet: 28, 47 and 7C. RGB value is (40,71,124). Sum of RGB (Red+Green+Blue) = 40+71+124=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #28477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28477C is #D7B883. Grayscale: #434343. Windows color (decimal): -14137476 or 8144680. OLE color: 8144680.
HSL color Cylindrical-coordinate representation of color #28477C: hue angle of 217.86º 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 #28477C is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 71 | 124 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.51 |
| HSL | 217.86º | 0.51% | 0.32% | - |
| HSV(B) | 217.86º | 0.68% | 0.49% | - |
| XYZ | 6.77 | 6.41 | 19.95 | - |
| YUV | 67.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 124 | 0.68 | 0.43 | 0 | 0.51 | 217.86 | 0.51 | 0.32 |
| Hex | 28 | 47 | 7C | 44 | 2B | 0 | 33 | DA | 33 | 20 |
| Octal | 50 | 107 | 174 | 104 | 53 | 0 | 63 | 332 | 63 | 40 |
| Binary | 101000 | 1000111 | 1111100 | 1000100 | 101011 | 0 | 110011 | 11011010 | 110011 | 100000 |
Color Harmonies of #28477C
Complementary color
Monochromatic Colors of #28477C
Black with #28477C
Text Example
Text Example
White with #28477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28477C; }
p { color: rgb(40,71,124); }
H1.HeaderClassName
{
color: #28477C;
}
.AnyTagClassName
{
color: #28477C;
}
</style>
background-color css
<style>
a { background-color: #28477C; }
a { background-color: rgb(40,71,124); }
div.DivClassName
{
background-color: #28477C;
}
.BgClassName
{
background-color: #28477C;
}
</style>
border-color css
<style>
span { border-color: #28477C; }
span { border-color: rgb(40,71,124); }
td.TdClassName
{
border-color: #28477C;
}
.TagClassName
{
border-color: #28477C;
}
</style>