Shades of Fun Blue #284675
Tints of Fun Blue #284675
RGB
CMYK
RGB Variations
Color information
#284675 (or 0x284675) is known color: Fun Blue. HEX triplet: 28, 46 and 75. RGB value is (40,70,117). Sum of RGB (Red+Green+Blue) = 40+70+117=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #284675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284675 is #D7B98A. Grayscale: #424242. Windows color (decimal): -14137739 or 7685672. OLE color: 7685672.
HSL color Cylindrical-coordinate representation of color #284675: hue angle of 216.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284675 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 70 | 117 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.54 |
| HSL | 216.62º | 0.49% | 0.31% | - |
| HSV(B) | 216.62º | 0.66% | 0.46% | - |
| XYZ | 6.28 | 6.12 | 17.68 | - |
| YUV | 66.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 117 | 0.66 | 0.40 | 0 | 0.54 | 216.62 | 0.49 | 0.31 |
| Hex | 28 | 46 | 75 | 42 | 28 | 0 | 36 | D9 | 31 | 1F |
| Octal | 50 | 106 | 165 | 102 | 50 | 0 | 66 | 331 | 61 | 37 |
| Binary | 101000 | 1000110 | 1110101 | 1000010 | 101000 | 0 | 110110 | 11011001 | 110001 | 11111 |
Color Harmonies of #284675
Complementary color
Monochromatic Colors of #284675
Black with #284675
Text Example
Text Example
White with #284675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284675; }
p { color: rgb(40,70,117); }
H1.HeaderClassName
{
color: #284675;
}
.AnyTagClassName
{
color: #284675;
}
</style>
background-color css
<style>
a { background-color: #284675; }
a { background-color: rgb(40,70,117); }
div.DivClassName
{
background-color: #284675;
}
.BgClassName
{
background-color: #284675;
}
</style>
border-color css
<style>
span { border-color: #284675; }
span { border-color: rgb(40,70,117); }
td.TdClassName
{
border-color: #284675;
}
.TagClassName
{
border-color: #284675;
}
</style>