Shades of Arapawa #284E65
Tints of Arapawa #284E65
RGB
CMYK
RGB Variations
Color information
#284E65 (or 0x284E65) is known color: Arapawa. HEX triplet: 28, 4E and 65. RGB value is (40,78,101). Sum of RGB (Red+Green+Blue) = 40+78+101=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #284E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E65 is #D7B19A. Grayscale: #454545. Windows color (decimal): -14135707 or 6639144. OLE color: 6639144.
HSL color Cylindrical-coordinate representation of color #284E65: hue angle of 202.62º 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 #284E65 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 78 | 101 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.60 |
| HSL | 202.62º | 0.43% | 0.28% | - |
| HSV(B) | 202.62º | 0.6% | 0.4% | - |
| XYZ | 5.95 | 6.84 | 13.32 | - |
| YUV | 69.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 101 | 0.60 | 0.23 | 0 | 0.60 | 202.62 | 0.43 | 0.28 |
| Hex | 28 | 4E | 65 | 3C | 17 | 0 | 3C | CB | 2B | 1C |
| Octal | 50 | 116 | 145 | 74 | 27 | 0 | 74 | 313 | 53 | 34 |
| Binary | 101000 | 1001110 | 1100101 | 111100 | 10111 | 0 | 111100 | 11001011 | 101011 | 11100 |
Color Harmonies of #284E65
Complementary color
Monochromatic Colors of #284E65
Black with #284E65
Text Example
Text Example
White with #284E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E65; }
p { color: rgb(40,78,101); }
H1.HeaderClassName
{
color: #284E65;
}
.AnyTagClassName
{
color: #284E65;
}
</style>
background-color css
<style>
a { background-color: #284E65; }
a { background-color: rgb(40,78,101); }
div.DivClassName
{
background-color: #284E65;
}
.BgClassName
{
background-color: #284E65;
}
</style>
border-color css
<style>
span { border-color: #284E65; }
span { border-color: rgb(40,78,101); }
td.TdClassName
{
border-color: #284E65;
}
.TagClassName
{
border-color: #284E65;
}
</style>