Shades of Arapawa #285662
Tints of Arapawa #285662
RGB
CMYK
RGB Variations
Color information
#285662 (or 0x285662) is known color: Arapawa. HEX triplet: 28, 56 and 62. RGB value is (40,86,98). Sum of RGB (Red+Green+Blue) = 40+86+98=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #285662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285662 is #D7A99D. Grayscale: #494949. Windows color (decimal): -14133662 or 6444584. OLE color: 6444584.
HSL color Cylindrical-coordinate representation of color #285662: hue angle of 192.41º 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 #285662 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 86 | 98 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.62 |
| HSL | 192.41º | 0.42% | 0.27% | - |
| HSV(B) | 192.41º | 0.59% | 0.38% | - |
| XYZ | 6.41 | 7.99 | 12.76 | - |
| YUV | 73.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 98 | 0.59 | 0.12 | 0 | 0.62 | 192.41 | 0.42 | 0.27 |
| Hex | 28 | 56 | 62 | 3B | C | 0 | 3E | C0 | 2A | 1B |
| Octal | 50 | 126 | 142 | 73 | 14 | 0 | 76 | 300 | 52 | 33 |
| Binary | 101000 | 1010110 | 1100010 | 111011 | 1100 | 0 | 111110 | 11000000 | 101010 | 11011 |
Color Harmonies of #285662
Complementary color
Monochromatic Colors of #285662
Black with #285662
Text Example
Text Example
White with #285662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285662; }
p { color: rgb(40,86,98); }
H1.HeaderClassName
{
color: #285662;
}
.AnyTagClassName
{
color: #285662;
}
</style>
background-color css
<style>
a { background-color: #285662; }
a { background-color: rgb(40,86,98); }
div.DivClassName
{
background-color: #285662;
}
.BgClassName
{
background-color: #285662;
}
</style>
border-color css
<style>
span { border-color: #285662; }
span { border-color: rgb(40,86,98); }
td.TdClassName
{
border-color: #285662;
}
.TagClassName
{
border-color: #285662;
}
</style>