Shades of Arapawa #284C65
Tints of Arapawa #284C65
RGB
CMYK
RGB Variations
Color information
#284C65 (or 0x284C65) is known color: Arapawa. HEX triplet: 28, 4C and 65. RGB value is (40,76,101). Sum of RGB (Red+Green+Blue) = 40+76+101=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #284C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C65 is #D7B39A. Grayscale: #434343. Windows color (decimal): -14136219 or 6638632. OLE color: 6638632.
HSL color Cylindrical-coordinate representation of color #284C65: hue angle of 204.59º 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 #284C65 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 76 | 101 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.60 |
| HSL | 204.59º | 0.43% | 0.28% | - |
| HSV(B) | 204.59º | 0.6% | 0.4% | - |
| XYZ | 5.81 | 6.56 | 13.27 | - |
| YUV | 68.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 101 | 0.60 | 0.25 | 0 | 0.60 | 204.59 | 0.43 | 0.28 |
| Hex | 28 | 4C | 65 | 3C | 19 | 0 | 3C | CD | 2B | 1C |
| Octal | 50 | 114 | 145 | 74 | 31 | 0 | 74 | 315 | 53 | 34 |
| Binary | 101000 | 1001100 | 1100101 | 111100 | 11001 | 0 | 111100 | 11001101 | 101011 | 11100 |
Color Harmonies of #284C65
Complementary color
Monochromatic Colors of #284C65
Black with #284C65
Text Example
Text Example
White with #284C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C65; }
p { color: rgb(40,76,101); }
H1.HeaderClassName
{
color: #284C65;
}
.AnyTagClassName
{
color: #284C65;
}
</style>
background-color css
<style>
a { background-color: #284C65; }
a { background-color: rgb(40,76,101); }
div.DivClassName
{
background-color: #284C65;
}
.BgClassName
{
background-color: #284C65;
}
</style>
border-color css
<style>
span { border-color: #284C65; }
span { border-color: rgb(40,76,101); }
td.TdClassName
{
border-color: #284C65;
}
.TagClassName
{
border-color: #284C65;
}
</style>