Shades of Fun Blue #284A7A
Tints of Fun Blue #284A7A
RGB
CMYK
RGB Variations
Color information
#284A7A (or 0x284A7A) is known color: Fun Blue. HEX triplet: 28, 4A and 7A. RGB value is (40,74,122). Sum of RGB (Red+Green+Blue) = 40+74+122=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #284A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A7A is #D7B585. Grayscale: #454545. Windows color (decimal): -14136710 or 8014376. OLE color: 8014376.
HSL color Cylindrical-coordinate representation of color #284A7A: hue angle of 215.12º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284A7A is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 74 | 122 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.52 |
| HSL | 215.12º | 0.51% | 0.32% | - |
| HSV(B) | 215.12º | 0.67% | 0.48% | - |
| XYZ | 6.84 | 6.75 | 19.36 | - |
| YUV | 69.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 122 | 0.67 | 0.39 | 0 | 0.52 | 215.12 | 0.51 | 0.32 |
| Hex | 28 | 4A | 7A | 43 | 27 | 0 | 34 | D7 | 33 | 20 |
| Octal | 50 | 112 | 172 | 103 | 47 | 0 | 64 | 327 | 63 | 40 |
| Binary | 101000 | 1001010 | 1111010 | 1000011 | 100111 | 0 | 110100 | 11010111 | 110011 | 100000 |
Color Harmonies of #284A7A
Complementary color
Monochromatic Colors of #284A7A
Black with #284A7A
Text Example
Text Example
White with #284A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A7A; }
p { color: rgb(40,74,122); }
H1.HeaderClassName
{
color: #284A7A;
}
.AnyTagClassName
{
color: #284A7A;
}
</style>
background-color css
<style>
a { background-color: #284A7A; }
a { background-color: rgb(40,74,122); }
div.DivClassName
{
background-color: #284A7A;
}
.BgClassName
{
background-color: #284A7A;
}
</style>
border-color css
<style>
span { border-color: #284A7A; }
span { border-color: rgb(40,74,122); }
td.TdClassName
{
border-color: #284A7A;
}
.TagClassName
{
border-color: #284A7A;
}
</style>