Shades of Fun Blue #28447F
Tints of Fun Blue #28447F
RGB
CMYK
RGB Variations
Color information
#28447F (or 0x28447F) is known color: Fun Blue. HEX triplet: 28, 44 and 7F. RGB value is (40,68,127). Sum of RGB (Red+Green+Blue) = 40+68+127=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #28447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28447F is #D7BB80. Grayscale: #424242. Windows color (decimal): -14138241 or 8340520. OLE color: 8340520.
HSL color Cylindrical-coordinate representation of color #28447F: hue angle of 220.69º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28447F is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 68 | 127 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.50 |
| HSL | 220.69º | 0.52% | 0.33% | - |
| HSV(B) | 220.69º | 0.69% | 0.5% | - |
| XYZ | 6.77 | 6.12 | 20.9 | - |
| YUV | 66.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 127 | 0.69 | 0.46 | 0 | 0.50 | 220.69 | 0.52 | 0.33 |
| Hex | 28 | 44 | 7F | 45 | 2E | 0 | 32 | DD | 34 | 21 |
| Octal | 50 | 104 | 177 | 105 | 56 | 0 | 62 | 335 | 64 | 41 |
| Binary | 101000 | 1000100 | 1111111 | 1000101 | 101110 | 0 | 110010 | 11011101 | 110100 | 100001 |
Color Harmonies of #28447F
Complementary color
Monochromatic Colors of #28447F
Black with #28447F
Text Example
Text Example
White with #28447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28447F; }
p { color: rgb(40,68,127); }
H1.HeaderClassName
{
color: #28447F;
}
.AnyTagClassName
{
color: #28447F;
}
</style>
background-color css
<style>
a { background-color: #28447F; }
a { background-color: rgb(40,68,127); }
div.DivClassName
{
background-color: #28447F;
}
.BgClassName
{
background-color: #28447F;
}
</style>
border-color css
<style>
span { border-color: #28447F; }
span { border-color: rgb(40,68,127); }
td.TdClassName
{
border-color: #28447F;
}
.TagClassName
{
border-color: #28447F;
}
</style>