Shades of Arapawa #2E4758
Tints of Arapawa #2E4758
RGB
CMYK
RGB Variations
Color information
#2E4758 (or 0x2E4758) is known color: Arapawa. HEX triplet: 2E, 47 and 58. RGB value is (46,71,88). Sum of RGB (Red+Green+Blue) = 46+71+88=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E4758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4758 is #D1B8A7. Grayscale: #414141. Windows color (decimal): -13744296 or 5785390. OLE color: 5785390.
HSL color Cylindrical-coordinate representation of color #2E4758: hue angle of 204.29º 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 #2E4758 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 71 | 88 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.65 |
| HSL | 204.29º | 0.31% | 0.26% | - |
| HSV(B) | 204.29º | 0.48% | 0.35% | - |
| XYZ | 5.14 | 5.79 | 10.08 | - |
| YUV | 65.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 88 | 0.48 | 0.19 | 0 | 0.65 | 204.29 | 0.31 | 0.26 |
| Hex | 2E | 47 | 58 | 30 | 13 | 0 | 41 | CC | 1F | 1A |
| Octal | 56 | 107 | 130 | 60 | 23 | 0 | 101 | 314 | 37 | 32 |
| Binary | 101110 | 1000111 | 1011000 | 110000 | 10011 | 0 | 1000001 | 11001100 | 11111 | 11010 |
Color Harmonies of #2E4758
Complementary color
Monochromatic Colors of #2E4758
Black with #2E4758
Text Example
Text Example
White with #2E4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4758; }
p { color: rgb(46,71,88); }
H1.HeaderClassName
{
color: #2E4758;
}
.AnyTagClassName
{
color: #2E4758;
}
</style>
background-color css
<style>
a { background-color: #2E4758; }
a { background-color: rgb(46,71,88); }
div.DivClassName
{
background-color: #2E4758;
}
.BgClassName
{
background-color: #2E4758;
}
</style>
border-color css
<style>
span { border-color: #2E4758; }
span { border-color: rgb(46,71,88); }
td.TdClassName
{
border-color: #2E4758;
}
.TagClassName
{
border-color: #2E4758;
}
</style>