Shades of Fun Blue #284A83
Tints of Fun Blue #284A83
RGB
CMYK
RGB Variations
Color information
#284A83 (or 0x284A83) is known color: Fun Blue. HEX triplet: 28, 4A and 83. RGB value is (40,74,131). Sum of RGB (Red+Green+Blue) = 40+74+131=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #284A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A83 is #D7B57C. Grayscale: #464646. Windows color (decimal): -14136701 or 8604200. OLE color: 8604200.
HSL color Cylindrical-coordinate representation of color #284A83: hue angle of 217.58º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284A83 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 74 | 131 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.49 |
| HSL | 217.58º | 0.53% | 0.34% | - |
| HSV(B) | 217.58º | 0.69% | 0.51% | - |
| XYZ | 7.42 | 6.99 | 22.43 | - |
| YUV | 70.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 131 | 0.69 | 0.44 | 0 | 0.49 | 217.58 | 0.53 | 0.34 |
| Hex | 28 | 4A | 83 | 45 | 2C | 0 | 31 | DA | 35 | 22 |
| Octal | 50 | 112 | 203 | 105 | 54 | 0 | 61 | 332 | 65 | 42 |
| Binary | 101000 | 1001010 | 10000011 | 1000101 | 101100 | 0 | 110001 | 11011010 | 110101 | 100010 |
Color Harmonies of #284A83
Complementary color
Monochromatic Colors of #284A83
Black with #284A83
Text Example
Text Example
White with #284A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A83; }
p { color: rgb(40,74,131); }
H1.HeaderClassName
{
color: #284A83;
}
.AnyTagClassName
{
color: #284A83;
}
</style>
background-color css
<style>
a { background-color: #284A83; }
a { background-color: rgb(40,74,131); }
div.DivClassName
{
background-color: #284A83;
}
.BgClassName
{
background-color: #284A83;
}
</style>
border-color css
<style>
span { border-color: #284A83; }
span { border-color: rgb(40,74,131); }
td.TdClassName
{
border-color: #284A83;
}
.TagClassName
{
border-color: #284A83;
}
</style>