Shades of Arapawa #2E465D
Tints of Arapawa #2E465D
RGB
CMYK
RGB Variations
Color information
#2E465D (or 0x2E465D) is known color: Arapawa. HEX triplet: 2E, 46 and 5D. RGB value is (46,70,93). Sum of RGB (Red+Green+Blue) = 46+70+93=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E465D is #D1B9A2. Grayscale: #414141. Windows color (decimal): -13744547 or 6112814. OLE color: 6112814.
HSL color Cylindrical-coordinate representation of color #2E465D: hue angle of 209.36º 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 #2E465D is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 70 | 93 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.64 |
| HSL | 209.36º | 0.34% | 0.27% | - |
| HSV(B) | 209.36º | 0.51% | 0.36% | - |
| XYZ | 5.29 | 5.75 | 11.19 | - |
| YUV | 65.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 93 | 0.51 | 0.25 | 0 | 0.64 | 209.36 | 0.34 | 0.27 |
| Hex | 2E | 46 | 5D | 33 | 19 | 0 | 40 | D1 | 22 | 1B |
| Octal | 56 | 106 | 135 | 63 | 31 | 0 | 100 | 321 | 42 | 33 |
| Binary | 101110 | 1000110 | 1011101 | 110011 | 11001 | 0 | 1000000 | 11010001 | 100010 | 11011 |
Color Harmonies of #2E465D
Complementary color
Monochromatic Colors of #2E465D
Black with #2E465D
Text Example
Text Example
White with #2E465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E465D; }
p { color: rgb(46,70,93); }
H1.HeaderClassName
{
color: #2E465D;
}
.AnyTagClassName
{
color: #2E465D;
}
</style>
background-color css
<style>
a { background-color: #2E465D; }
a { background-color: rgb(46,70,93); }
div.DivClassName
{
background-color: #2E465D;
}
.BgClassName
{
background-color: #2E465D;
}
</style>
border-color css
<style>
span { border-color: #2E465D; }
span { border-color: rgb(46,70,93); }
td.TdClassName
{
border-color: #2E465D;
}
.TagClassName
{
border-color: #2E465D;
}
</style>