Shades of Arapawa #284D62
Tints of Arapawa #284D62
RGB
CMYK
RGB Variations
Color information
#284D62 (or 0x284D62) is known color: Arapawa. HEX triplet: 28, 4D and 62. RGB value is (40,77,98). Sum of RGB (Red+Green+Blue) = 40+77+98=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #284D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D62 is #D7B29D. Grayscale: #444444. Windows color (decimal): -14135966 or 6442280. OLE color: 6442280.
HSL color Cylindrical-coordinate representation of color #284D62: hue angle of 201.72º 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 #284D62 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 77 | 98 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.62 |
| HSL | 201.72º | 0.42% | 0.27% | - |
| HSV(B) | 201.72º | 0.59% | 0.38% | - |
| XYZ | 5.73 | 6.64 | 12.53 | - |
| YUV | 68.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 98 | 0.59 | 0.21 | 0 | 0.62 | 201.72 | 0.42 | 0.27 |
| Hex | 28 | 4D | 62 | 3B | 15 | 0 | 3E | CA | 2A | 1B |
| Octal | 50 | 115 | 142 | 73 | 25 | 0 | 76 | 312 | 52 | 33 |
| Binary | 101000 | 1001101 | 1100010 | 111011 | 10101 | 0 | 111110 | 11001010 | 101010 | 11011 |
Color Harmonies of #284D62
Complementary color
Monochromatic Colors of #284D62
Black with #284D62
Text Example
Text Example
White with #284D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D62; }
p { color: rgb(40,77,98); }
H1.HeaderClassName
{
color: #284D62;
}
.AnyTagClassName
{
color: #284D62;
}
</style>
background-color css
<style>
a { background-color: #284D62; }
a { background-color: rgb(40,77,98); }
div.DivClassName
{
background-color: #284D62;
}
.BgClassName
{
background-color: #284D62;
}
</style>
border-color css
<style>
span { border-color: #284D62; }
span { border-color: rgb(40,77,98); }
td.TdClassName
{
border-color: #284D62;
}
.TagClassName
{
border-color: #284D62;
}
</style>