Shades of Fun Blue #28488A
Tints of Fun Blue #28488A
RGB
CMYK
RGB Variations
Color information
#28488A (or 0x28488A) is known color: Fun Blue. HEX triplet: 28, 48 and 8A. RGB value is (40,72,138). Sum of RGB (Red+Green+Blue) = 40+72+138=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #28488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488A is #D7B775. Grayscale: #454545. Windows color (decimal): -14137206 or 9062440. OLE color: 9062440.
HSL color Cylindrical-coordinate representation of color #28488A: hue angle of 220.41º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28488A is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 72 | 138 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.46 |
| HSL | 220.41º | 0.55% | 0.35% | - |
| HSV(B) | 220.41º | 0.71% | 0.54% | - |
| XYZ | 7.78 | 6.92 | 24.97 | - |
| YUV | 69.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 138 | 0.71 | 0.48 | 0 | 0.46 | 220.41 | 0.55 | 0.35 |
| Hex | 28 | 48 | 8A | 47 | 30 | 0 | 2E | DC | 37 | 23 |
| Octal | 50 | 110 | 212 | 107 | 60 | 0 | 56 | 334 | 67 | 43 |
| Binary | 101000 | 1001000 | 10001010 | 1000111 | 110000 | 0 | 101110 | 11011100 | 110111 | 100011 |
Color Harmonies of #28488A
Complementary color
Monochromatic Colors of #28488A
Black with #28488A
Text Example
Text Example
White with #28488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28488A; }
p { color: rgb(40,72,138); }
H1.HeaderClassName
{
color: #28488A;
}
.AnyTagClassName
{
color: #28488A;
}
</style>
background-color css
<style>
a { background-color: #28488A; }
a { background-color: rgb(40,72,138); }
div.DivClassName
{
background-color: #28488A;
}
.BgClassName
{
background-color: #28488A;
}
</style>
border-color css
<style>
span { border-color: #28488A; }
span { border-color: rgb(40,72,138); }
td.TdClassName
{
border-color: #28488A;
}
.TagClassName
{
border-color: #28488A;
}
</style>