Shades of Fun Blue #28478B
Tints of Fun Blue #28478B
RGB
CMYK
RGB Variations
Color information
#28478B (or 0x28478B) is known color: Fun Blue. HEX triplet: 28, 47 and 8B. RGB value is (40,71,139). Sum of RGB (Red+Green+Blue) = 40+71+139=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #28478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28478B is #D7B874. Grayscale: #454545. Windows color (decimal): -14137461 or 9127720. OLE color: 9127720.
HSL color Cylindrical-coordinate representation of color #28478B: hue angle of 221.21º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28478B is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 71 | 139 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.45 |
| HSL | 221.21º | 0.55% | 0.35% | - |
| HSV(B) | 221.21º | 0.71% | 0.55% | - |
| XYZ | 7.79 | 6.82 | 25.33 | - |
| YUV | 69.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 139 | 0.71 | 0.49 | 0 | 0.45 | 221.21 | 0.55 | 0.35 |
| Hex | 28 | 47 | 8B | 47 | 31 | 0 | 2D | DD | 37 | 23 |
| Octal | 50 | 107 | 213 | 107 | 61 | 0 | 55 | 335 | 67 | 43 |
| Binary | 101000 | 1000111 | 10001011 | 1000111 | 110001 | 0 | 101101 | 11011101 | 110111 | 100011 |
Color Harmonies of #28478B
Complementary color
Monochromatic Colors of #28478B
Black with #28478B
Text Example
Text Example
White with #28478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28478B; }
p { color: rgb(40,71,139); }
H1.HeaderClassName
{
color: #28478B;
}
.AnyTagClassName
{
color: #28478B;
}
</style>
background-color css
<style>
a { background-color: #28478B; }
a { background-color: rgb(40,71,139); }
div.DivClassName
{
background-color: #28478B;
}
.BgClassName
{
background-color: #28478B;
}
</style>
border-color css
<style>
span { border-color: #28478B; }
span { border-color: rgb(40,71,139); }
td.TdClassName
{
border-color: #28478B;
}
.TagClassName
{
border-color: #28478B;
}
</style>