Shades of Arapawa #2F4D59
Tints of Arapawa #2F4D59
RGB
CMYK
RGB Variations
Color information
#2F4D59 (or 0x2F4D59) is known color: Arapawa. HEX triplet: 2F, 4D and 59. RGB value is (47,77,89). Sum of RGB (Red+Green+Blue) = 47+77+89=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F4D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4D59 is #D0B2A6. Grayscale: #454545. Windows color (decimal): -13677223 or 5852463. OLE color: 5852463.
HSL color Cylindrical-coordinate representation of color #2F4D59: hue angle of 197.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 #2F4D59 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 77 | 89 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.65 |
| HSL | 197.14º | 0.31% | 0.27% | - |
| HSV(B) | 197.14º | 0.47% | 0.35% | - |
| XYZ | 5.63 | 6.63 | 10.43 | - |
| YUV | 69.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 89 | 0.47 | 0.13 | 0 | 0.65 | 197.14 | 0.31 | 0.27 |
| Hex | 2F | 4D | 59 | 2F | D | 0 | 41 | C5 | 1F | 1B |
| Octal | 57 | 115 | 131 | 57 | 15 | 0 | 101 | 305 | 37 | 33 |
| Binary | 101111 | 1001101 | 1011001 | 101111 | 1101 | 0 | 1000001 | 11000101 | 11111 | 11011 |
Color Harmonies of #2F4D59
Complementary color
Monochromatic Colors of #2F4D59
Black with #2F4D59
Text Example
Text Example
White with #2F4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4D59; }
p { color: rgb(47,77,89); }
H1.HeaderClassName
{
color: #2F4D59;
}
.AnyTagClassName
{
color: #2F4D59;
}
</style>
background-color css
<style>
a { background-color: #2F4D59; }
a { background-color: rgb(47,77,89); }
div.DivClassName
{
background-color: #2F4D59;
}
.BgClassName
{
background-color: #2F4D59;
}
</style>
border-color css
<style>
span { border-color: #2F4D59; }
span { border-color: rgb(47,77,89); }
td.TdClassName
{
border-color: #2F4D59;
}
.TagClassName
{
border-color: #2F4D59;
}
</style>