Shades of Arapawa #2E495F
Tints of Arapawa #2E495F
RGB
CMYK
RGB Variations
Color information
#2E495F (or 0x2E495F) is known color: Arapawa. HEX triplet: 2E, 49 and 5F. RGB value is (46,73,95). Sum of RGB (Red+Green+Blue) = 46+73+95=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E495F is #D1B6A0. Grayscale: #434343. Windows color (decimal): -13743777 or 6244654. OLE color: 6244654.
HSL color Cylindrical-coordinate representation of color #2E495F: hue angle of 206.94º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E495F is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 73 | 95 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.63 |
| HSL | 206.94º | 0.35% | 0.28% | - |
| HSV(B) | 206.94º | 0.52% | 0.37% | - |
| XYZ | 5.57 | 6.17 | 11.72 | - |
| YUV | 67.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 95 | 0.52 | 0.23 | 0 | 0.63 | 206.94 | 0.35 | 0.28 |
| Hex | 2E | 49 | 5F | 34 | 17 | 0 | 3F | CF | 23 | 1C |
| Octal | 56 | 111 | 137 | 64 | 27 | 0 | 77 | 317 | 43 | 34 |
| Binary | 101110 | 1001001 | 1011111 | 110100 | 10111 | 0 | 111111 | 11001111 | 100011 | 11100 |
Color Harmonies of #2E495F
Complementary color
Monochromatic Colors of #2E495F
Black with #2E495F
Text Example
Text Example
White with #2E495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E495F; }
p { color: rgb(46,73,95); }
H1.HeaderClassName
{
color: #2E495F;
}
.AnyTagClassName
{
color: #2E495F;
}
</style>
background-color css
<style>
a { background-color: #2E495F; }
a { background-color: rgb(46,73,95); }
div.DivClassName
{
background-color: #2E495F;
}
.BgClassName
{
background-color: #2E495F;
}
</style>
border-color css
<style>
span { border-color: #2E495F; }
span { border-color: rgb(46,73,95); }
td.TdClassName
{
border-color: #2E495F;
}
.TagClassName
{
border-color: #2E495F;
}
</style>