Shades of Arapawa #2E5165
Tints of Arapawa #2E5165
RGB
CMYK
RGB Variations
Color information
#2E5165 (or 0x2E5165) is known color: Arapawa. HEX triplet: 2E, 51 and 65. RGB value is (46,81,101). Sum of RGB (Red+Green+Blue) = 46+81+101=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E5165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5165 is #D1AE9A. Grayscale: #484848. Windows color (decimal): -13741723 or 6639918. OLE color: 6639918.
HSL color Cylindrical-coordinate representation of color #2E5165: hue angle of 201.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5165 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 81 | 101 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.60 |
| HSL | 201.82º | 0.37% | 0.29% | - |
| HSV(B) | 201.82º | 0.54% | 0.4% | - |
| XYZ | 6.42 | 7.41 | 13.4 | - |
| YUV | 72.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 101 | 0.54 | 0.20 | 0 | 0.60 | 201.82 | 0.37 | 0.29 |
| Hex | 2E | 51 | 65 | 36 | 14 | 0 | 3C | CA | 25 | 1D |
| Octal | 56 | 121 | 145 | 66 | 24 | 0 | 74 | 312 | 45 | 35 |
| Binary | 101110 | 1010001 | 1100101 | 110110 | 10100 | 0 | 111100 | 11001010 | 100101 | 11101 |
Color Harmonies of #2E5165
Complementary color
Monochromatic Colors of #2E5165
Black with #2E5165
Text Example
Text Example
White with #2E5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5165; }
p { color: rgb(46,81,101); }
H1.HeaderClassName
{
color: #2E5165;
}
.AnyTagClassName
{
color: #2E5165;
}
</style>
background-color css
<style>
a { background-color: #2E5165; }
a { background-color: rgb(46,81,101); }
div.DivClassName
{
background-color: #2E5165;
}
.BgClassName
{
background-color: #2E5165;
}
</style>
border-color css
<style>
span { border-color: #2E5165; }
span { border-color: rgb(46,81,101); }
td.TdClassName
{
border-color: #2E5165;
}
.TagClassName
{
border-color: #2E5165;
}
</style>