Shades of Arapawa #2F495E
Tints of Arapawa #2F495E
RGB
CMYK
RGB Variations
Color information
#2F495E (or 0x2F495E) is known color: Arapawa. HEX triplet: 2F, 49 and 5E. RGB value is (47,73,94). Sum of RGB (Red+Green+Blue) = 47+73+94=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F495E is #D0B6A1. Grayscale: #434343. Windows color (decimal): -13678242 or 6179119. OLE color: 6179119.
HSL color Cylindrical-coordinate representation of color #2F495E: hue angle of 206.81º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F495E is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 73 | 94 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.63 |
| HSL | 206.81º | 0.33% | 0.28% | - |
| HSV(B) | 206.81º | 0.5% | 0.37% | - |
| XYZ | 5.58 | 6.18 | 11.49 | - |
| YUV | 67.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 94 | 0.5 | 0.22 | 0 | 0.63 | 206.81 | 0.33 | 0.28 |
| Hex | 2F | 49 | 5E | 32 | 16 | 0 | 3F | CF | 21 | 1C |
| Octal | 57 | 111 | 136 | 62 | 26 | 0 | 77 | 317 | 41 | 34 |
| Binary | 101111 | 1001001 | 1011110 | 110010 | 10110 | 0 | 111111 | 11001111 | 100001 | 11100 |
Color Harmonies of #2F495E
Complementary color
Monochromatic Colors of #2F495E
Black with #2F495E
Text Example
Text Example
White with #2F495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F495E; }
p { color: rgb(47,73,94); }
H1.HeaderClassName
{
color: #2F495E;
}
.AnyTagClassName
{
color: #2F495E;
}
</style>
background-color css
<style>
a { background-color: #2F495E; }
a { background-color: rgb(47,73,94); }
div.DivClassName
{
background-color: #2F495E;
}
.BgClassName
{
background-color: #2F495E;
}
</style>
border-color css
<style>
span { border-color: #2F495E; }
span { border-color: rgb(47,73,94); }
td.TdClassName
{
border-color: #2F495E;
}
.TagClassName
{
border-color: #2F495E;
}
</style>