Shades of Arapawa #2F4659
Tints of Arapawa #2F4659
RGB
CMYK
RGB Variations
Color information
#2F4659 (or 0x2F4659) is known color: Arapawa. HEX triplet: 2F, 46 and 59. RGB value is (47,70,89). Sum of RGB (Red+Green+Blue) = 47+70+89=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4659 is #D0B9A6. Grayscale: #414141. Windows color (decimal): -13679015 or 5850671. OLE color: 5850671.
HSL color Cylindrical-coordinate representation of color #2F4659: hue angle of 207.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4659 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 70 | 89 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.65 |
| HSL | 207.14º | 0.31% | 0.27% | - |
| HSV(B) | 207.14º | 0.47% | 0.35% | - |
| XYZ | 5.17 | 5.71 | 10.28 | - |
| YUV | 65.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 89 | 0.47 | 0.21 | 0 | 0.65 | 207.14 | 0.31 | 0.27 |
| Hex | 2F | 46 | 59 | 2F | 15 | 0 | 41 | CF | 1F | 1B |
| Octal | 57 | 106 | 131 | 57 | 25 | 0 | 101 | 317 | 37 | 33 |
| Binary | 101111 | 1000110 | 1011001 | 101111 | 10101 | 0 | 1000001 | 11001111 | 11111 | 11011 |
Color Harmonies of #2F4659
Complementary color
Monochromatic Colors of #2F4659
Black with #2F4659
Text Example
Text Example
White with #2F4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4659; }
p { color: rgb(47,70,89); }
H1.HeaderClassName
{
color: #2F4659;
}
.AnyTagClassName
{
color: #2F4659;
}
</style>
background-color css
<style>
a { background-color: #2F4659; }
a { background-color: rgb(47,70,89); }
div.DivClassName
{
background-color: #2F4659;
}
.BgClassName
{
background-color: #2F4659;
}
</style>
border-color css
<style>
span { border-color: #2F4659; }
span { border-color: rgb(47,70,89); }
td.TdClassName
{
border-color: #2F4659;
}
.TagClassName
{
border-color: #2F4659;
}
</style>