Shades of Arapawa #284560
Tints of Arapawa #284560
RGB
CMYK
RGB Variations
Color information
#284560 (or 0x284560) is known color: Arapawa. HEX triplet: 28, 45 and 60. RGB value is (40,69,96). Sum of RGB (Red+Green+Blue) = 40+69+96=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #284560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284560 is #D7BA9F. Grayscale: #3F3F3F. Windows color (decimal): -14138016 or 6309160. OLE color: 6309160.
HSL color Cylindrical-coordinate representation of color #284560: hue angle of 208.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284560 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 69 | 96 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.62 |
| HSL | 208.93º | 0.41% | 0.27% | - |
| HSV(B) | 208.93º | 0.58% | 0.38% | - |
| XYZ | 5.11 | 5.55 | 11.87 | - |
| YUV | 63.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 96 | 0.58 | 0.28 | 0 | 0.62 | 208.93 | 0.41 | 0.27 |
| Hex | 28 | 45 | 60 | 3A | 1C | 0 | 3E | D1 | 29 | 1B |
| Octal | 50 | 105 | 140 | 72 | 34 | 0 | 76 | 321 | 51 | 33 |
| Binary | 101000 | 1000101 | 1100000 | 111010 | 11100 | 0 | 111110 | 11010001 | 101001 | 11011 |
Color Harmonies of #284560
Complementary color
Monochromatic Colors of #284560
Black with #284560
Text Example
Text Example
White with #284560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284560; }
p { color: rgb(40,69,96); }
H1.HeaderClassName
{
color: #284560;
}
.AnyTagClassName
{
color: #284560;
}
</style>
background-color css
<style>
a { background-color: #284560; }
a { background-color: rgb(40,69,96); }
div.DivClassName
{
background-color: #284560;
}
.BgClassName
{
background-color: #284560;
}
</style>
border-color css
<style>
span { border-color: #284560; }
span { border-color: rgb(40,69,96); }
td.TdClassName
{
border-color: #284560;
}
.TagClassName
{
border-color: #284560;
}
</style>