Shades of Arapawa #2E495D
Tints of Arapawa #2E495D
RGB
CMYK
RGB Variations
Color information
#2E495D (or 0x2E495D) is known color: Arapawa. HEX triplet: 2E, 49 and 5D. RGB value is (46,73,93). Sum of RGB (Red+Green+Blue) = 46+73+93=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E495D is #D1B6A2. Grayscale: #434343. Windows color (decimal): -13743779 or 6113582. OLE color: 6113582.
HSL color Cylindrical-coordinate representation of color #2E495D: hue angle of 205.53º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E495D is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 73 | 93 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.64 |
| HSL | 205.53º | 0.34% | 0.27% | - |
| HSV(B) | 205.53º | 0.51% | 0.36% | - |
| XYZ | 5.49 | 6.14 | 11.25 | - |
| YUV | 67.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 93 | 0.51 | 0.22 | 0 | 0.64 | 205.53 | 0.34 | 0.27 |
| Hex | 2E | 49 | 5D | 33 | 16 | 0 | 40 | CE | 22 | 1B |
| Octal | 56 | 111 | 135 | 63 | 26 | 0 | 100 | 316 | 42 | 33 |
| Binary | 101110 | 1001001 | 1011101 | 110011 | 10110 | 0 | 1000000 | 11001110 | 100010 | 11011 |
Color Harmonies of #2E495D
Complementary color
Monochromatic Colors of #2E495D
Black with #2E495D
Text Example
Text Example
White with #2E495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E495D; }
p { color: rgb(46,73,93); }
H1.HeaderClassName
{
color: #2E495D;
}
.AnyTagClassName
{
color: #2E495D;
}
</style>
background-color css
<style>
a { background-color: #2E495D; }
a { background-color: rgb(46,73,93); }
div.DivClassName
{
background-color: #2E495D;
}
.BgClassName
{
background-color: #2E495D;
}
</style>
border-color css
<style>
span { border-color: #2E495D; }
span { border-color: rgb(46,73,93); }
td.TdClassName
{
border-color: #2E495D;
}
.TagClassName
{
border-color: #2E495D;
}
</style>