Shades of Fun Blue #284C82
Tints of Fun Blue #284C82
RGB
CMYK
RGB Variations
Color information
#284C82 (or 0x284C82) is known color: Fun Blue. HEX triplet: 28, 4C and 82. RGB value is (40,76,130). Sum of RGB (Red+Green+Blue) = 40+76+130=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #284C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C82 is #D7B37D. Grayscale: #474747. Windows color (decimal): -14136190 or 8539176. OLE color: 8539176.
HSL color Cylindrical-coordinate representation of color #284C82: hue angle of 216º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284C82 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 76 | 130 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.49 |
| HSL | 216º | 0.53% | 0.33% | - |
| HSV(B) | 216º | 0.69% | 0.51% | - |
| XYZ | 7.49 | 7.23 | 22.12 | - |
| YUV | 71.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 130 | 0.69 | 0.42 | 0 | 0.49 | 216 | 0.53 | 0.33 |
| Hex | 28 | 4C | 82 | 45 | 2A | 0 | 31 | D8 | 35 | 21 |
| Octal | 50 | 114 | 202 | 105 | 52 | 0 | 61 | 330 | 65 | 41 |
| Binary | 101000 | 1001100 | 10000010 | 1000101 | 101010 | 0 | 110001 | 11011000 | 110101 | 100001 |
Color Harmonies of #284C82
Complementary color
Monochromatic Colors of #284C82
Black with #284C82
Text Example
Text Example
White with #284C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C82; }
p { color: rgb(40,76,130); }
H1.HeaderClassName
{
color: #284C82;
}
.AnyTagClassName
{
color: #284C82;
}
</style>
background-color css
<style>
a { background-color: #284C82; }
a { background-color: rgb(40,76,130); }
div.DivClassName
{
background-color: #284C82;
}
.BgClassName
{
background-color: #284C82;
}
</style>
border-color css
<style>
span { border-color: #284C82; }
span { border-color: rgb(40,76,130); }
td.TdClassName
{
border-color: #284C82;
}
.TagClassName
{
border-color: #284C82;
}
</style>