Shades of Fun Blue #28497C
Tints of Fun Blue #28497C
RGB
CMYK
RGB Variations
Color information
#28497C (or 0x28497C) is known color: Fun Blue. HEX triplet: 28, 49 and 7C. RGB value is (40,73,124). Sum of RGB (Red+Green+Blue) = 40+73+124=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #28497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28497C is #D7B683. Grayscale: #444444. Windows color (decimal): -14136964 or 8145192. OLE color: 8145192.
HSL color Cylindrical-coordinate representation of color #28497C: hue angle of 216.43º 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 #28497C is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 73 | 124 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.51 |
| HSL | 216.43º | 0.51% | 0.32% | - |
| HSV(B) | 216.43º | 0.68% | 0.49% | - |
| XYZ | 6.9 | 6.67 | 19.99 | - |
| YUV | 68.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 124 | 0.68 | 0.41 | 0 | 0.51 | 216.43 | 0.51 | 0.32 |
| Hex | 28 | 49 | 7C | 44 | 29 | 0 | 33 | D8 | 33 | 20 |
| Octal | 50 | 111 | 174 | 104 | 51 | 0 | 63 | 330 | 63 | 40 |
| Binary | 101000 | 1001001 | 1111100 | 1000100 | 101001 | 0 | 110011 | 11011000 | 110011 | 100000 |
Color Harmonies of #28497C
Complementary color
Monochromatic Colors of #28497C
Black with #28497C
Text Example
Text Example
White with #28497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28497C; }
p { color: rgb(40,73,124); }
H1.HeaderClassName
{
color: #28497C;
}
.AnyTagClassName
{
color: #28497C;
}
</style>
background-color css
<style>
a { background-color: #28497C; }
a { background-color: rgb(40,73,124); }
div.DivClassName
{
background-color: #28497C;
}
.BgClassName
{
background-color: #28497C;
}
</style>
border-color css
<style>
span { border-color: #28497C; }
span { border-color: rgb(40,73,124); }
td.TdClassName
{
border-color: #28497C;
}
.TagClassName
{
border-color: #28497C;
}
</style>