Shades of Fun Blue #28497E
Tints of Fun Blue #28497E
RGB
CMYK
RGB Variations
Color information
#28497E (or 0x28497E) is known color: Fun Blue. HEX triplet: 28, 49 and 7E. RGB value is (40,73,126). Sum of RGB (Red+Green+Blue) = 40+73+126=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #28497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28497E is #D7B681. Grayscale: #444444. Windows color (decimal): -14136962 or 8276264. OLE color: 8276264.
HSL color Cylindrical-coordinate representation of color #28497E: hue angle of 216.98º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28497E is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 73 | 126 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.51 |
| HSL | 216.98º | 0.52% | 0.33% | - |
| HSV(B) | 216.98º | 0.68% | 0.49% | - |
| XYZ | 7.02 | 6.72 | 20.67 | - |
| YUV | 69.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 126 | 0.68 | 0.42 | 0 | 0.51 | 216.98 | 0.52 | 0.33 |
| Hex | 28 | 49 | 7E | 44 | 2A | 0 | 33 | D9 | 34 | 21 |
| Octal | 50 | 111 | 176 | 104 | 52 | 0 | 63 | 331 | 64 | 41 |
| Binary | 101000 | 1001001 | 1111110 | 1000100 | 101010 | 0 | 110011 | 11011001 | 110100 | 100001 |
Color Harmonies of #28497E
Complementary color
Monochromatic Colors of #28497E
Black with #28497E
Text Example
Text Example
White with #28497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28497E; }
p { color: rgb(40,73,126); }
H1.HeaderClassName
{
color: #28497E;
}
.AnyTagClassName
{
color: #28497E;
}
</style>
background-color css
<style>
a { background-color: #28497E; }
a { background-color: rgb(40,73,126); }
div.DivClassName
{
background-color: #28497E;
}
.BgClassName
{
background-color: #28497E;
}
</style>
border-color css
<style>
span { border-color: #28497E; }
span { border-color: rgb(40,73,126); }
td.TdClassName
{
border-color: #28497E;
}
.TagClassName
{
border-color: #28497E;
}
</style>