Shades of Fun Blue #284677
Tints of Fun Blue #284677
RGB
CMYK
RGB Variations
Color information
#284677 (or 0x284677) is known color: Fun Blue. HEX triplet: 28, 46 and 77. RGB value is (40,70,119). Sum of RGB (Red+Green+Blue) = 40+70+119=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #284677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284677 is #D7B988. Grayscale: #424242. Windows color (decimal): -14137737 or 7816744. OLE color: 7816744.
HSL color Cylindrical-coordinate representation of color #284677: hue angle of 217.22º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284677 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 70 | 119 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.53 |
| HSL | 217.22º | 0.5% | 0.31% | - |
| HSV(B) | 217.22º | 0.66% | 0.47% | - |
| XYZ | 6.4 | 6.16 | 18.31 | - |
| YUV | 66.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 119 | 0.66 | 0.41 | 0 | 0.53 | 217.22 | 0.5 | 0.31 |
| Hex | 28 | 46 | 77 | 42 | 29 | 0 | 35 | D9 | 32 | 1F |
| Octal | 50 | 106 | 167 | 102 | 51 | 0 | 65 | 331 | 62 | 37 |
| Binary | 101000 | 1000110 | 1110111 | 1000010 | 101001 | 0 | 110101 | 11011001 | 110010 | 11111 |
Color Harmonies of #284677
Complementary color
Monochromatic Colors of #284677
Black with #284677
Text Example
Text Example
White with #284677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284677; }
p { color: rgb(40,70,119); }
H1.HeaderClassName
{
color: #284677;
}
.AnyTagClassName
{
color: #284677;
}
</style>
background-color css
<style>
a { background-color: #284677; }
a { background-color: rgb(40,70,119); }
div.DivClassName
{
background-color: #284677;
}
.BgClassName
{
background-color: #284677;
}
</style>
border-color css
<style>
span { border-color: #284677; }
span { border-color: rgb(40,70,119); }
td.TdClassName
{
border-color: #284677;
}
.TagClassName
{
border-color: #284677;
}
</style>