Shades of Arapawa #2E4F64
Tints of Arapawa #2E4F64
RGB
CMYK
RGB Variations
Color information
#2E4F64 (or 0x2E4F64) is known color: Arapawa. HEX triplet: 2E, 4F and 64. RGB value is (46,79,100). Sum of RGB (Red+Green+Blue) = 46+79+100=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E4F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F64 is #D1B09B. Grayscale: #474747. Windows color (decimal): -13742236 or 6573870. OLE color: 6573870.
HSL color Cylindrical-coordinate representation of color #2E4F64: hue angle of 203.33º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E4F64 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 79 | 100 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.61 |
| HSL | 203.33º | 0.37% | 0.29% | - |
| HSV(B) | 203.33º | 0.54% | 0.39% | - |
| XYZ | 6.22 | 7.09 | 13.1 | - |
| YUV | 71.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 100 | 0.54 | 0.21 | 0 | 0.61 | 203.33 | 0.37 | 0.29 |
| Hex | 2E | 4F | 64 | 36 | 15 | 0 | 3D | CB | 25 | 1D |
| Octal | 56 | 117 | 144 | 66 | 25 | 0 | 75 | 313 | 45 | 35 |
| Binary | 101110 | 1001111 | 1100100 | 110110 | 10101 | 0 | 111101 | 11001011 | 100101 | 11101 |
Color Harmonies of #2E4F64
Complementary color
Monochromatic Colors of #2E4F64
Black with #2E4F64
Text Example
Text Example
White with #2E4F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F64; }
p { color: rgb(46,79,100); }
H1.HeaderClassName
{
color: #2E4F64;
}
.AnyTagClassName
{
color: #2E4F64;
}
</style>
background-color css
<style>
a { background-color: #2E4F64; }
a { background-color: rgb(46,79,100); }
div.DivClassName
{
background-color: #2E4F64;
}
.BgClassName
{
background-color: #2E4F64;
}
</style>
border-color css
<style>
span { border-color: #2E4F64; }
span { border-color: rgb(46,79,100); }
td.TdClassName
{
border-color: #2E4F64;
}
.TagClassName
{
border-color: #2E4F64;
}
</style>