Shades of Arapawa #284D5B
Tints of Arapawa #284D5B
RGB
CMYK
RGB Variations
Color information
#284D5B (or 0x284D5B) is known color: Arapawa. HEX triplet: 28, 4D and 5B. RGB value is (40,77,91). Sum of RGB (Red+Green+Blue) = 40+77+91=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #284D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D5B is #D7B2A4. Grayscale: #434343. Windows color (decimal): -14135973 or 5983528. OLE color: 5983528.
HSL color Cylindrical-coordinate representation of color #284D5B: hue angle of 196.47º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #284D5B is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 77 | 91 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.64 |
| HSL | 196.47º | 0.39% | 0.26% | - |
| HSV(B) | 196.47º | 0.56% | 0.36% | - |
| XYZ | 5.42 | 6.51 | 10.87 | - |
| YUV | 67.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 91 | 0.56 | 0.15 | 0 | 0.64 | 196.47 | 0.39 | 0.26 |
| Hex | 28 | 4D | 5B | 38 | F | 0 | 40 | C4 | 27 | 1A |
| Octal | 50 | 115 | 133 | 70 | 17 | 0 | 100 | 304 | 47 | 32 |
| Binary | 101000 | 1001101 | 1011011 | 111000 | 1111 | 0 | 1000000 | 11000100 | 100111 | 11010 |
Color Harmonies of #284D5B
Complementary color
Monochromatic Colors of #284D5B
Black with #284D5B
Text Example
Text Example
White with #284D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D5B; }
p { color: rgb(40,77,91); }
H1.HeaderClassName
{
color: #284D5B;
}
.AnyTagClassName
{
color: #284D5B;
}
</style>
background-color css
<style>
a { background-color: #284D5B; }
a { background-color: rgb(40,77,91); }
div.DivClassName
{
background-color: #284D5B;
}
.BgClassName
{
background-color: #284D5B;
}
</style>
border-color css
<style>
span { border-color: #284D5B; }
span { border-color: rgb(40,77,91); }
td.TdClassName
{
border-color: #284D5B;
}
.TagClassName
{
border-color: #284D5B;
}
</style>