Shades of Fun Blue #284680
Tints of Fun Blue #284680
RGB
CMYK
RGB Variations
Color information
#284680 (or 0x284680) is known color: Fun Blue. HEX triplet: 28, 46 and 80. RGB value is (40,70,128). Sum of RGB (Red+Green+Blue) = 40+70+128=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #284680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284680 is #D7B97F. Grayscale: #434343. Windows color (decimal): -14137728 or 8406568. OLE color: 8406568.
HSL color Cylindrical-coordinate representation of color #284680: hue angle of 219.55º 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 #284680 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 70 | 128 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.50 |
| HSL | 219.55º | 0.52% | 0.33% | - |
| HSV(B) | 219.55º | 0.69% | 0.5% | - |
| XYZ | 6.96 | 6.39 | 21.29 | - |
| YUV | 67.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 128 | 0.69 | 0.45 | 0 | 0.50 | 219.55 | 0.52 | 0.33 |
| Hex | 28 | 46 | 80 | 45 | 2D | 0 | 32 | DC | 34 | 21 |
| Octal | 50 | 106 | 200 | 105 | 55 | 0 | 62 | 334 | 64 | 41 |
| Binary | 101000 | 1000110 | 10000000 | 1000101 | 101101 | 0 | 110010 | 11011100 | 110100 | 100001 |
Color Harmonies of #284680
Complementary color
Monochromatic Colors of #284680
Black with #284680
Text Example
Text Example
White with #284680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284680; }
p { color: rgb(40,70,128); }
H1.HeaderClassName
{
color: #284680;
}
.AnyTagClassName
{
color: #284680;
}
</style>
background-color css
<style>
a { background-color: #284680; }
a { background-color: rgb(40,70,128); }
div.DivClassName
{
background-color: #284680;
}
.BgClassName
{
background-color: #284680;
}
</style>
border-color css
<style>
span { border-color: #284680; }
span { border-color: rgb(40,70,128); }
td.TdClassName
{
border-color: #284680;
}
.TagClassName
{
border-color: #284680;
}
</style>