Shades of Arapawa #2E4F62
Tints of Arapawa #2E4F62
RGB
CMYK
RGB Variations
Color information
#2E4F62 (or 0x2E4F62) is known color: Arapawa. HEX triplet: 2E, 4F and 62. RGB value is (46,79,98). Sum of RGB (Red+Green+Blue) = 46+79+98=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E4F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F62 is #D1B09D. Grayscale: #474747. Windows color (decimal): -13742238 or 6442798. OLE color: 6442798.
HSL color Cylindrical-coordinate representation of color #2E4F62: hue angle of 201.92º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E4F62 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 79 | 98 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.62 |
| HSL | 201.92º | 0.36% | 0.28% | - |
| HSV(B) | 201.92º | 0.53% | 0.38% | - |
| XYZ | 6.13 | 7.05 | 12.59 | - |
| YUV | 71.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 98 | 0.53 | 0.19 | 0 | 0.62 | 201.92 | 0.36 | 0.28 |
| Hex | 2E | 4F | 62 | 35 | 13 | 0 | 3E | CA | 24 | 1C |
| Octal | 56 | 117 | 142 | 65 | 23 | 0 | 76 | 312 | 44 | 34 |
| Binary | 101110 | 1001111 | 1100010 | 110101 | 10011 | 0 | 111110 | 11001010 | 100100 | 11100 |
Color Harmonies of #2E4F62
Complementary color
Monochromatic Colors of #2E4F62
Black with #2E4F62
Text Example
Text Example
White with #2E4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F62; }
p { color: rgb(46,79,98); }
H1.HeaderClassName
{
color: #2E4F62;
}
.AnyTagClassName
{
color: #2E4F62;
}
</style>
background-color css
<style>
a { background-color: #2E4F62; }
a { background-color: rgb(46,79,98); }
div.DivClassName
{
background-color: #2E4F62;
}
.BgClassName
{
background-color: #2E4F62;
}
</style>
border-color css
<style>
span { border-color: #2E4F62; }
span { border-color: rgb(46,79,98); }
td.TdClassName
{
border-color: #2E4F62;
}
.TagClassName
{
border-color: #2E4F62;
}
</style>