Shades of Fun Blue #284482
Tints of Fun Blue #284482
RGB
CMYK
RGB Variations
Color information
#284482 (or 0x284482) is known color: Fun Blue. HEX triplet: 28, 44 and 82. RGB value is (40,68,130). Sum of RGB (Red+Green+Blue) = 40+68+130=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #284482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284482 is #D7BB7D. Grayscale: #424242. Windows color (decimal): -14138238 or 8537128. OLE color: 8537128.
HSL color Cylindrical-coordinate representation of color #284482: hue angle of 221.33º 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 #284482 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 68 | 130 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.49 |
| HSL | 221.33º | 0.53% | 0.33% | - |
| HSV(B) | 221.33º | 0.69% | 0.51% | - |
| XYZ | 6.97 | 6.2 | 21.95 | - |
| YUV | 66.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 130 | 0.69 | 0.48 | 0 | 0.49 | 221.33 | 0.53 | 0.33 |
| Hex | 28 | 44 | 82 | 45 | 30 | 0 | 31 | DD | 35 | 21 |
| Octal | 50 | 104 | 202 | 105 | 60 | 0 | 61 | 335 | 65 | 41 |
| Binary | 101000 | 1000100 | 10000010 | 1000101 | 110000 | 0 | 110001 | 11011101 | 110101 | 100001 |
Color Harmonies of #284482
Complementary color
Monochromatic Colors of #284482
Black with #284482
Text Example
Text Example
White with #284482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284482; }
p { color: rgb(40,68,130); }
H1.HeaderClassName
{
color: #284482;
}
.AnyTagClassName
{
color: #284482;
}
</style>
background-color css
<style>
a { background-color: #284482; }
a { background-color: rgb(40,68,130); }
div.DivClassName
{
background-color: #284482;
}
.BgClassName
{
background-color: #284482;
}
</style>
border-color css
<style>
span { border-color: #284482; }
span { border-color: rgb(40,68,130); }
td.TdClassName
{
border-color: #284482;
}
.TagClassName
{
border-color: #284482;
}
</style>