Shades of Arapawa #2E4A57
Tints of Arapawa #2E4A57
RGB
CMYK
RGB Variations
Color information
#2E4A57 (or 0x2E4A57) is known color: Arapawa. HEX triplet: 2E, 4A and 57. RGB value is (46,74,87). Sum of RGB (Red+Green+Blue) = 46+74+87=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E4A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A57 is #D1B5A8. Grayscale: #434343. Windows color (decimal): -13743529 or 5720622. OLE color: 5720622.
HSL color Cylindrical-coordinate representation of color #2E4A57: hue angle of 199.02º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E4A57 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 74 | 87 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.66 |
| HSL | 199.02º | 0.31% | 0.26% | - |
| HSV(B) | 199.02º | 0.47% | 0.34% | - |
| XYZ | 5.3 | 6.17 | 9.93 | - |
| YUV | 67.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 87 | 0.47 | 0.15 | 0 | 0.66 | 199.02 | 0.31 | 0.26 |
| Hex | 2E | 4A | 57 | 2F | F | 0 | 42 | C7 | 1F | 1A |
| Octal | 56 | 112 | 127 | 57 | 17 | 0 | 102 | 307 | 37 | 32 |
| Binary | 101110 | 1001010 | 1010111 | 101111 | 1111 | 0 | 1000010 | 11000111 | 11111 | 11010 |
Color Harmonies of #2E4A57
Complementary color
Monochromatic Colors of #2E4A57
Black with #2E4A57
Text Example
Text Example
White with #2E4A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A57; }
p { color: rgb(46,74,87); }
H1.HeaderClassName
{
color: #2E4A57;
}
.AnyTagClassName
{
color: #2E4A57;
}
</style>
background-color css
<style>
a { background-color: #2E4A57; }
a { background-color: rgb(46,74,87); }
div.DivClassName
{
background-color: #2E4A57;
}
.BgClassName
{
background-color: #2E4A57;
}
</style>
border-color css
<style>
span { border-color: #2E4A57; }
span { border-color: rgb(46,74,87); }
td.TdClassName
{
border-color: #2E4A57;
}
.TagClassName
{
border-color: #2E4A57;
}
</style>