Shades of Arapawa #2E4958
Tints of Arapawa #2E4958
RGB
CMYK
RGB Variations
Color information
#2E4958 (or 0x2E4958) is known color: Arapawa. HEX triplet: 2E, 49 and 58. RGB value is (46,73,88). Sum of RGB (Red+Green+Blue) = 46+73+88=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E4958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4958 is #D1B6A7. Grayscale: #424242. Windows color (decimal): -13743784 or 5785902. OLE color: 5785902.
HSL color Cylindrical-coordinate representation of color #2E4958: hue angle of 201.43º degrees, saturation: 0.31, 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 #2E4958 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 73 | 88 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.65 |
| HSL | 201.43º | 0.31% | 0.26% | - |
| HSV(B) | 201.43º | 0.48% | 0.35% | - |
| XYZ | 5.27 | 6.05 | 10.12 | - |
| YUV | 66.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 88 | 0.48 | 0.17 | 0 | 0.65 | 201.43 | 0.31 | 0.26 |
| Hex | 2E | 49 | 58 | 30 | 11 | 0 | 41 | C9 | 1F | 1A |
| Octal | 56 | 111 | 130 | 60 | 21 | 0 | 101 | 311 | 37 | 32 |
| Binary | 101110 | 1001001 | 1011000 | 110000 | 10001 | 0 | 1000001 | 11001001 | 11111 | 11010 |
Color Harmonies of #2E4958
Complementary color
Monochromatic Colors of #2E4958
Black with #2E4958
Text Example
Text Example
White with #2E4958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4958; }
p { color: rgb(46,73,88); }
H1.HeaderClassName
{
color: #2E4958;
}
.AnyTagClassName
{
color: #2E4958;
}
</style>
background-color css
<style>
a { background-color: #2E4958; }
a { background-color: rgb(46,73,88); }
div.DivClassName
{
background-color: #2E4958;
}
.BgClassName
{
background-color: #2E4958;
}
</style>
border-color css
<style>
span { border-color: #2E4958; }
span { border-color: rgb(46,73,88); }
td.TdClassName
{
border-color: #2E4958;
}
.TagClassName
{
border-color: #2E4958;
}
</style>