Shades of Fun Blue #28467B
Tints of Fun Blue #28467B
RGB
CMYK
RGB Variations
Color information
#28467B (or 0x28467B) is known color: Fun Blue. HEX triplet: 28, 46 and 7B. RGB value is (40,70,123). Sum of RGB (Red+Green+Blue) = 40+70+123=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #28467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28467B is #D7B984. Grayscale: #424242. Windows color (decimal): -14137733 or 8078888. OLE color: 8078888.
HSL color Cylindrical-coordinate representation of color #28467B: hue angle of 218.31º 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 #28467B is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 70 | 123 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.52 |
| HSL | 218.31º | 0.51% | 0.32% | - |
| HSV(B) | 218.31º | 0.67% | 0.48% | - |
| XYZ | 6.64 | 6.26 | 19.6 | - |
| YUV | 67.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 123 | 0.67 | 0.43 | 0 | 0.52 | 218.31 | 0.51 | 0.32 |
| Hex | 28 | 46 | 7B | 43 | 2B | 0 | 34 | DA | 33 | 20 |
| Octal | 50 | 106 | 173 | 103 | 53 | 0 | 64 | 332 | 63 | 40 |
| Binary | 101000 | 1000110 | 1111011 | 1000011 | 101011 | 0 | 110100 | 11011010 | 110011 | 100000 |
Color Harmonies of #28467B
Complementary color
Monochromatic Colors of #28467B
Black with #28467B
Text Example
Text Example
White with #28467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28467B; }
p { color: rgb(40,70,123); }
H1.HeaderClassName
{
color: #28467B;
}
.AnyTagClassName
{
color: #28467B;
}
</style>
background-color css
<style>
a { background-color: #28467B; }
a { background-color: rgb(40,70,123); }
div.DivClassName
{
background-color: #28467B;
}
.BgClassName
{
background-color: #28467B;
}
</style>
border-color css
<style>
span { border-color: #28467B; }
span { border-color: rgb(40,70,123); }
td.TdClassName
{
border-color: #28467B;
}
.TagClassName
{
border-color: #28467B;
}
</style>