Shades of Arapawa #2E5060
Tints of Arapawa #2E5060
RGB
CMYK
RGB Variations
Color information
#2E5060 (or 0x2E5060) is known color: Arapawa. HEX triplet: 2E, 50 and 60. RGB value is (46,80,96). Sum of RGB (Red+Green+Blue) = 46+80+96=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5060 is #D1AF9F. Grayscale: #474747. Windows color (decimal): -13741984 or 6311982. OLE color: 6311982.
HSL color Cylindrical-coordinate representation of color #2E5060: hue angle of 199.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5060 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 80 | 96 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.62 |
| HSL | 199.2º | 0.35% | 0.28% | - |
| HSV(B) | 199.2º | 0.52% | 0.38% | - |
| XYZ | 6.11 | 7.16 | 12.13 | - |
| YUV | 71.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 96 | 0.52 | 0.17 | 0 | 0.62 | 199.2 | 0.35 | 0.28 |
| Hex | 2E | 50 | 60 | 34 | 11 | 0 | 3E | C7 | 23 | 1C |
| Octal | 56 | 120 | 140 | 64 | 21 | 0 | 76 | 307 | 43 | 34 |
| Binary | 101110 | 1010000 | 1100000 | 110100 | 10001 | 0 | 111110 | 11000111 | 100011 | 11100 |
Color Harmonies of #2E5060
Complementary color
Monochromatic Colors of #2E5060
Black with #2E5060
Text Example
Text Example
White with #2E5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5060; }
p { color: rgb(46,80,96); }
H1.HeaderClassName
{
color: #2E5060;
}
.AnyTagClassName
{
color: #2E5060;
}
</style>
background-color css
<style>
a { background-color: #2E5060; }
a { background-color: rgb(46,80,96); }
div.DivClassName
{
background-color: #2E5060;
}
.BgClassName
{
background-color: #2E5060;
}
</style>
border-color css
<style>
span { border-color: #2E5060; }
span { border-color: rgb(46,80,96); }
td.TdClassName
{
border-color: #2E5060;
}
.TagClassName
{
border-color: #2E5060;
}
</style>