Shades of Arapawa #284A65
Tints of Arapawa #284A65
RGB
CMYK
RGB Variations
Color information
#284A65 (or 0x284A65) is known color: Arapawa. HEX triplet: 28, 4A and 65. RGB value is (40,74,101). Sum of RGB (Red+Green+Blue) = 40+74+101=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #284A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A65 is #D7B59A. Grayscale: #424242. Windows color (decimal): -14136731 or 6638120. OLE color: 6638120.
HSL color Cylindrical-coordinate representation of color #284A65: hue angle of 206.56º 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 #284A65 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 74 | 101 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.60 |
| HSL | 206.56º | 0.43% | 0.28% | - |
| HSV(B) | 206.56º | 0.6% | 0.4% | - |
| XYZ | 5.67 | 6.29 | 13.23 | - |
| YUV | 66.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 101 | 0.60 | 0.27 | 0 | 0.60 | 206.56 | 0.43 | 0.28 |
| Hex | 28 | 4A | 65 | 3C | 1B | 0 | 3C | CF | 2B | 1C |
| Octal | 50 | 112 | 145 | 74 | 33 | 0 | 74 | 317 | 53 | 34 |
| Binary | 101000 | 1001010 | 1100101 | 111100 | 11011 | 0 | 111100 | 11001111 | 101011 | 11100 |
Color Harmonies of #284A65
Complementary color
Monochromatic Colors of #284A65
Black with #284A65
Text Example
Text Example
White with #284A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A65; }
p { color: rgb(40,74,101); }
H1.HeaderClassName
{
color: #284A65;
}
.AnyTagClassName
{
color: #284A65;
}
</style>
background-color css
<style>
a { background-color: #284A65; }
a { background-color: rgb(40,74,101); }
div.DivClassName
{
background-color: #284A65;
}
.BgClassName
{
background-color: #284A65;
}
</style>
border-color css
<style>
span { border-color: #284A65; }
span { border-color: rgb(40,74,101); }
td.TdClassName
{
border-color: #284A65;
}
.TagClassName
{
border-color: #284A65;
}
</style>