Shades of Fun Blue #28447E
Tints of Fun Blue #28447E
RGB
CMYK
RGB Variations
Color information
#28447E (or 0x28447E) is known color: Fun Blue. HEX triplet: 28, 44 and 7E. RGB value is (40,68,126). Sum of RGB (Red+Green+Blue) = 40+68+126=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #28447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28447E is #D7BB81. Grayscale: #414141. Windows color (decimal): -14138242 or 8274984. OLE color: 8274984.
HSL color Cylindrical-coordinate representation of color #28447E: hue angle of 220.47º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28447E is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 68 | 126 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.51 |
| HSL | 220.47º | 0.52% | 0.33% | - |
| HSV(B) | 220.47º | 0.68% | 0.49% | - |
| XYZ | 6.71 | 6.09 | 20.56 | - |
| YUV | 66.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 126 | 0.68 | 0.46 | 0 | 0.51 | 220.47 | 0.52 | 0.33 |
| Hex | 28 | 44 | 7E | 44 | 2E | 0 | 33 | DC | 34 | 21 |
| Octal | 50 | 104 | 176 | 104 | 56 | 0 | 63 | 334 | 64 | 41 |
| Binary | 101000 | 1000100 | 1111110 | 1000100 | 101110 | 0 | 110011 | 11011100 | 110100 | 100001 |
Color Harmonies of #28447E
Complementary color
Monochromatic Colors of #28447E
Black with #28447E
Text Example
Text Example
White with #28447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28447E; }
p { color: rgb(40,68,126); }
H1.HeaderClassName
{
color: #28447E;
}
.AnyTagClassName
{
color: #28447E;
}
</style>
background-color css
<style>
a { background-color: #28447E; }
a { background-color: rgb(40,68,126); }
div.DivClassName
{
background-color: #28447E;
}
.BgClassName
{
background-color: #28447E;
}
</style>
border-color css
<style>
span { border-color: #28447E; }
span { border-color: rgb(40,68,126); }
td.TdClassName
{
border-color: #28447E;
}
.TagClassName
{
border-color: #28447E;
}
</style>