Shades of Arapawa #285663
Tints of Arapawa #285663
RGB
CMYK
RGB Variations
Color information
#285663 (or 0x285663) is known color: Arapawa. HEX triplet: 28, 56 and 63. RGB value is (40,86,99). Sum of RGB (Red+Green+Blue) = 40+86+99=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #285663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285663 is #D7A99C. Grayscale: #494949. Windows color (decimal): -14133661 or 6510120. OLE color: 6510120.
HSL color Cylindrical-coordinate representation of color #285663: hue angle of 193.22º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285663 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 86 | 99 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.61 |
| HSL | 193.22º | 0.42% | 0.27% | - |
| HSV(B) | 193.22º | 0.6% | 0.39% | - |
| XYZ | 6.45 | 8.01 | 13.01 | - |
| YUV | 73.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 99 | 0.60 | 0.13 | 0 | 0.61 | 193.22 | 0.42 | 0.27 |
| Hex | 28 | 56 | 63 | 3C | D | 0 | 3D | C1 | 2A | 1B |
| Octal | 50 | 126 | 143 | 74 | 15 | 0 | 75 | 301 | 52 | 33 |
| Binary | 101000 | 1010110 | 1100011 | 111100 | 1101 | 0 | 111101 | 11000001 | 101010 | 11011 |
Color Harmonies of #285663
Complementary color
Monochromatic Colors of #285663
Black with #285663
Text Example
Text Example
White with #285663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285663; }
p { color: rgb(40,86,99); }
H1.HeaderClassName
{
color: #285663;
}
.AnyTagClassName
{
color: #285663;
}
</style>
background-color css
<style>
a { background-color: #285663; }
a { background-color: rgb(40,86,99); }
div.DivClassName
{
background-color: #285663;
}
.BgClassName
{
background-color: #285663;
}
</style>
border-color css
<style>
span { border-color: #285663; }
span { border-color: rgb(40,86,99); }
td.TdClassName
{
border-color: #285663;
}
.TagClassName
{
border-color: #285663;
}
</style>