Shades of Fun Blue #284B7C
Tints of Fun Blue #284B7C
RGB
CMYK
RGB Variations
Color information
#284B7C (or 0x284B7C) is known color: Fun Blue. HEX triplet: 28, 4B and 7C. RGB value is (40,75,124). Sum of RGB (Red+Green+Blue) = 40+75+124=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #284B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B7C is #D7B483. Grayscale: #454545. Windows color (decimal): -14136452 or 8145704. OLE color: 8145704.
HSL color Cylindrical-coordinate representation of color #284B7C: hue angle of 215º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #284B7C is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 75 | 124 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.51 |
| HSL | 215º | 0.51% | 0.32% | - |
| HSV(B) | 215º | 0.68% | 0.49% | - |
| XYZ | 7.03 | 6.94 | 20.04 | - |
| YUV | 70.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 124 | 0.68 | 0.40 | 0 | 0.51 | 215 | 0.51 | 0.32 |
| Hex | 28 | 4B | 7C | 44 | 28 | 0 | 33 | D7 | 33 | 20 |
| Octal | 50 | 113 | 174 | 104 | 50 | 0 | 63 | 327 | 63 | 40 |
| Binary | 101000 | 1001011 | 1111100 | 1000100 | 101000 | 0 | 110011 | 11010111 | 110011 | 100000 |
Color Harmonies of #284B7C
Complementary color
Monochromatic Colors of #284B7C
Black with #284B7C
Text Example
Text Example
White with #284B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B7C; }
p { color: rgb(40,75,124); }
H1.HeaderClassName
{
color: #284B7C;
}
.AnyTagClassName
{
color: #284B7C;
}
</style>
background-color css
<style>
a { background-color: #284B7C; }
a { background-color: rgb(40,75,124); }
div.DivClassName
{
background-color: #284B7C;
}
.BgClassName
{
background-color: #284B7C;
}
</style>
border-color css
<style>
span { border-color: #284B7C; }
span { border-color: rgb(40,75,124); }
td.TdClassName
{
border-color: #284B7C;
}
.TagClassName
{
border-color: #284B7C;
}
</style>