Shades of Fun Blue #28468A
Tints of Fun Blue #28468A
RGB
CMYK
RGB Variations
Color information
#28468A (or 0x28468A) is known color: Fun Blue. HEX triplet: 28, 46 and 8A. RGB value is (40,70,138). Sum of RGB (Red+Green+Blue) = 40+70+138=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #28468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468A is #D7B975. Grayscale: #444444. Windows color (decimal): -14137718 or 9061928. OLE color: 9061928.
HSL color Cylindrical-coordinate representation of color #28468A: hue angle of 221.63º 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 #28468A is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 70 | 138 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.46 |
| HSL | 221.63º | 0.55% | 0.35% | - |
| HSV(B) | 221.63º | 0.71% | 0.54% | - |
| XYZ | 7.65 | 6.67 | 24.93 | - |
| YUV | 68.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 138 | 0.71 | 0.49 | 0 | 0.46 | 221.63 | 0.55 | 0.35 |
| Hex | 28 | 46 | 8A | 47 | 31 | 0 | 2E | DE | 37 | 23 |
| Octal | 50 | 106 | 212 | 107 | 61 | 0 | 56 | 336 | 67 | 43 |
| Binary | 101000 | 1000110 | 10001010 | 1000111 | 110001 | 0 | 101110 | 11011110 | 110111 | 100011 |
Color Harmonies of #28468A
Complementary color
Monochromatic Colors of #28468A
Black with #28468A
Text Example
Text Example
White with #28468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28468A; }
p { color: rgb(40,70,138); }
H1.HeaderClassName
{
color: #28468A;
}
.AnyTagClassName
{
color: #28468A;
}
</style>
background-color css
<style>
a { background-color: #28468A; }
a { background-color: rgb(40,70,138); }
div.DivClassName
{
background-color: #28468A;
}
.BgClassName
{
background-color: #28468A;
}
</style>
border-color css
<style>
span { border-color: #28468A; }
span { border-color: rgb(40,70,138); }
td.TdClassName
{
border-color: #28468A;
}
.TagClassName
{
border-color: #28468A;
}
</style>