Shades of Fun Blue #28497A
Tints of Fun Blue #28497A
RGB
CMYK
RGB Variations
Color information
#28497A (or 0x28497A) is known color: Fun Blue. HEX triplet: 28, 49 and 7A. RGB value is (40,73,122). Sum of RGB (Red+Green+Blue) = 40+73+122=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #28497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28497A is #D7B685. Grayscale: #444444. Windows color (decimal): -14136966 or 8014120. OLE color: 8014120.
HSL color Cylindrical-coordinate representation of color #28497A: hue angle of 215.85º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28497A is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 73 | 122 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.52 |
| HSL | 215.85º | 0.51% | 0.32% | - |
| HSV(B) | 215.85º | 0.67% | 0.48% | - |
| XYZ | 6.77 | 6.62 | 19.33 | - |
| YUV | 68.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 122 | 0.67 | 0.40 | 0 | 0.52 | 215.85 | 0.51 | 0.32 |
| Hex | 28 | 49 | 7A | 43 | 28 | 0 | 34 | D8 | 33 | 20 |
| Octal | 50 | 111 | 172 | 103 | 50 | 0 | 64 | 330 | 63 | 40 |
| Binary | 101000 | 1001001 | 1111010 | 1000011 | 101000 | 0 | 110100 | 11011000 | 110011 | 100000 |
Color Harmonies of #28497A
Complementary color
Monochromatic Colors of #28497A
Black with #28497A
Text Example
Text Example
White with #28497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28497A; }
p { color: rgb(40,73,122); }
H1.HeaderClassName
{
color: #28497A;
}
.AnyTagClassName
{
color: #28497A;
}
</style>
background-color css
<style>
a { background-color: #28497A; }
a { background-color: rgb(40,73,122); }
div.DivClassName
{
background-color: #28497A;
}
.BgClassName
{
background-color: #28497A;
}
</style>
border-color css
<style>
span { border-color: #28497A; }
span { border-color: rgb(40,73,122); }
td.TdClassName
{
border-color: #28497A;
}
.TagClassName
{
border-color: #28497A;
}
</style>