Shades of Arapawa #2E5063
Tints of Arapawa #2E5063
RGB
CMYK
RGB Variations
Color information
#2E5063 (or 0x2E5063) is known color: Arapawa. HEX triplet: 2E, 50 and 63. RGB value is (46,80,99). Sum of RGB (Red+Green+Blue) = 46+80+99=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5063 is #D1AF9C. Grayscale: #474747. Windows color (decimal): -13741981 or 6508590. OLE color: 6508590.
HSL color Cylindrical-coordinate representation of color #2E5063: hue angle of 201.51º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5063 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 80 | 99 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.61 |
| HSL | 201.51º | 0.37% | 0.28% | - |
| HSV(B) | 201.51º | 0.54% | 0.39% | - |
| XYZ | 6.25 | 7.22 | 12.87 | - |
| YUV | 72 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 99 | 0.54 | 0.19 | 0 | 0.61 | 201.51 | 0.37 | 0.28 |
| Hex | 2E | 50 | 63 | 36 | 13 | 0 | 3D | CA | 25 | 1C |
| Octal | 56 | 120 | 143 | 66 | 23 | 0 | 75 | 312 | 45 | 34 |
| Binary | 101110 | 1010000 | 1100011 | 110110 | 10011 | 0 | 111101 | 11001010 | 100101 | 11100 |
Color Harmonies of #2E5063
Complementary color
Monochromatic Colors of #2E5063
Black with #2E5063
Text Example
Text Example
White with #2E5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5063; }
p { color: rgb(46,80,99); }
H1.HeaderClassName
{
color: #2E5063;
}
.AnyTagClassName
{
color: #2E5063;
}
</style>
background-color css
<style>
a { background-color: #2E5063; }
a { background-color: rgb(46,80,99); }
div.DivClassName
{
background-color: #2E5063;
}
.BgClassName
{
background-color: #2E5063;
}
</style>
border-color css
<style>
span { border-color: #2E5063; }
span { border-color: rgb(46,80,99); }
td.TdClassName
{
border-color: #2E5063;
}
.TagClassName
{
border-color: #2E5063;
}
</style>