Shades of Arapawa #2E4759
Tints of Arapawa #2E4759
RGB
CMYK
RGB Variations
Color information
#2E4759 (or 0x2E4759) is known color: Arapawa. HEX triplet: 2E, 47 and 59. RGB value is (46,71,89). Sum of RGB (Red+Green+Blue) = 46+71+89=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 71 (28.12% from 255 or 34.47% 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 #2E4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4759 is #D1B8A6. Grayscale: #414141. Windows color (decimal): -13744295 or 5850926. OLE color: 5850926.
HSL color Cylindrical-coordinate representation of color #2E4759: hue angle of 205.12º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4759 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 71 | 89 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.65 |
| HSL | 205.12º | 0.32% | 0.26% | - |
| HSV(B) | 205.12º | 0.48% | 0.35% | - |
| XYZ | 5.18 | 5.81 | 10.3 | - |
| YUV | 65.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 89 | 0.48 | 0.20 | 0 | 0.65 | 205.12 | 0.32 | 0.26 |
| Hex | 2E | 47 | 59 | 30 | 14 | 0 | 41 | CD | 20 | 1A |
| Octal | 56 | 107 | 131 | 60 | 24 | 0 | 101 | 315 | 40 | 32 |
| Binary | 101110 | 1000111 | 1011001 | 110000 | 10100 | 0 | 1000001 | 11001101 | 100000 | 11010 |
Color Harmonies of #2E4759
Complementary color
Monochromatic Colors of #2E4759
Black with #2E4759
Text Example
Text Example
White with #2E4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4759; }
p { color: rgb(46,71,89); }
H1.HeaderClassName
{
color: #2E4759;
}
.AnyTagClassName
{
color: #2E4759;
}
</style>
background-color css
<style>
a { background-color: #2E4759; }
a { background-color: rgb(46,71,89); }
div.DivClassName
{
background-color: #2E4759;
}
.BgClassName
{
background-color: #2E4759;
}
</style>
border-color css
<style>
span { border-color: #2E4759; }
span { border-color: rgb(46,71,89); }
td.TdClassName
{
border-color: #2E4759;
}
.TagClassName
{
border-color: #2E4759;
}
</style>