Shades of Arapawa #285162
Tints of Arapawa #285162
RGB
CMYK
RGB Variations
Color information
#285162 (or 0x285162) is known color: Arapawa. HEX triplet: 28, 51 and 62. RGB value is (40,81,98). Sum of RGB (Red+Green+Blue) = 40+81+98=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #285162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285162 is #D7AE9D. Grayscale: #464646. Windows color (decimal): -14134942 or 6443304. OLE color: 6443304.
HSL color Cylindrical-coordinate representation of color #285162: hue angle of 197.59º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285162 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 81 | 98 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.62 |
| HSL | 197.59º | 0.42% | 0.27% | - |
| HSV(B) | 197.59º | 0.59% | 0.38% | - |
| XYZ | 6.02 | 7.22 | 12.63 | - |
| YUV | 70.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 98 | 0.59 | 0.17 | 0 | 0.62 | 197.59 | 0.42 | 0.27 |
| Hex | 28 | 51 | 62 | 3B | 11 | 0 | 3E | C6 | 2A | 1B |
| Octal | 50 | 121 | 142 | 73 | 21 | 0 | 76 | 306 | 52 | 33 |
| Binary | 101000 | 1010001 | 1100010 | 111011 | 10001 | 0 | 111110 | 11000110 | 101010 | 11011 |
Color Harmonies of #285162
Complementary color
Monochromatic Colors of #285162
Black with #285162
Text Example
Text Example
White with #285162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285162; }
p { color: rgb(40,81,98); }
H1.HeaderClassName
{
color: #285162;
}
.AnyTagClassName
{
color: #285162;
}
</style>
background-color css
<style>
a { background-color: #285162; }
a { background-color: rgb(40,81,98); }
div.DivClassName
{
background-color: #285162;
}
.BgClassName
{
background-color: #285162;
}
</style>
border-color css
<style>
span { border-color: #285162; }
span { border-color: rgb(40,81,98); }
td.TdClassName
{
border-color: #285162;
}
.TagClassName
{
border-color: #285162;
}
</style>