Shades of Arapawa #285065
Tints of Arapawa #285065
RGB
CMYK
RGB Variations
Color information
#285065 (or 0x285065) is known color: Arapawa. HEX triplet: 28, 50 and 65. RGB value is (40,80,101). Sum of RGB (Red+Green+Blue) = 40+80+101=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #285065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285065 is #D7AF9A. Grayscale: #464646. Windows color (decimal): -14135195 or 6639656. OLE color: 6639656.
HSL color Cylindrical-coordinate representation of color #285065: hue angle of 200.66º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285065 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 80 | 101 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.60 |
| HSL | 200.66º | 0.43% | 0.28% | - |
| HSV(B) | 200.66º | 0.6% | 0.4% | - |
| XYZ | 6.09 | 7.13 | 13.37 | - |
| YUV | 70.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 101 | 0.60 | 0.21 | 0 | 0.60 | 200.66 | 0.43 | 0.28 |
| Hex | 28 | 50 | 65 | 3C | 15 | 0 | 3C | C9 | 2B | 1C |
| Octal | 50 | 120 | 145 | 74 | 25 | 0 | 74 | 311 | 53 | 34 |
| Binary | 101000 | 1010000 | 1100101 | 111100 | 10101 | 0 | 111100 | 11001001 | 101011 | 11100 |
Color Harmonies of #285065
Complementary color
Monochromatic Colors of #285065
Black with #285065
Text Example
Text Example
White with #285065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285065; }
p { color: rgb(40,80,101); }
H1.HeaderClassName
{
color: #285065;
}
.AnyTagClassName
{
color: #285065;
}
</style>
background-color css
<style>
a { background-color: #285065; }
a { background-color: rgb(40,80,101); }
div.DivClassName
{
background-color: #285065;
}
.BgClassName
{
background-color: #285065;
}
</style>
border-color css
<style>
span { border-color: #285065; }
span { border-color: rgb(40,80,101); }
td.TdClassName
{
border-color: #285065;
}
.TagClassName
{
border-color: #285065;
}
</style>