Shades of Arapawa #2E505F
Tints of Arapawa #2E505F
RGB
CMYK
RGB Variations
Color information
#2E505F (or 0x2E505F) is known color: Arapawa. HEX triplet: 2E, 50 and 5F. RGB value is (46,80,95). Sum of RGB (Red+Green+Blue) = 46+80+95=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E505F is #D1AFA0. Grayscale: #474747. Windows color (decimal): -13741985 or 6246446. OLE color: 6246446.
HSL color Cylindrical-coordinate representation of color #2E505F: hue angle of 198.37º 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 #2E505F is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 80 | 95 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.63 |
| HSL | 198.37º | 0.35% | 0.28% | - |
| HSV(B) | 198.37º | 0.52% | 0.37% | - |
| XYZ | 6.06 | 7.14 | 11.89 | - |
| YUV | 71.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 95 | 0.52 | 0.16 | 0 | 0.63 | 198.37 | 0.35 | 0.28 |
| Hex | 2E | 50 | 5F | 34 | 10 | 0 | 3F | C6 | 23 | 1C |
| Octal | 56 | 120 | 137 | 64 | 20 | 0 | 77 | 306 | 43 | 34 |
| Binary | 101110 | 1010000 | 1011111 | 110100 | 10000 | 0 | 111111 | 11000110 | 100011 | 11100 |
Color Harmonies of #2E505F
Complementary color
Monochromatic Colors of #2E505F
Black with #2E505F
Text Example
Text Example
White with #2E505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E505F; }
p { color: rgb(46,80,95); }
H1.HeaderClassName
{
color: #2E505F;
}
.AnyTagClassName
{
color: #2E505F;
}
</style>
background-color css
<style>
a { background-color: #2E505F; }
a { background-color: rgb(46,80,95); }
div.DivClassName
{
background-color: #2E505F;
}
.BgClassName
{
background-color: #2E505F;
}
</style>
border-color css
<style>
span { border-color: #2E505F; }
span { border-color: rgb(46,80,95); }
td.TdClassName
{
border-color: #2E505F;
}
.TagClassName
{
border-color: #2E505F;
}
</style>