Shades of Arapawa #2E5362
Tints of Arapawa #2E5362
RGB
CMYK
RGB Variations
Color information
#2E5362 (or 0x2E5362) is known color: Arapawa. HEX triplet: 2E, 53 and 62. RGB value is (46,83,98). Sum of RGB (Red+Green+Blue) = 46+83+98=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5362 is #D1AC9D. Grayscale: #494949. Windows color (decimal): -13741214 or 6443822. OLE color: 6443822.
HSL color Cylindrical-coordinate representation of color #2E5362: hue angle of 197.31º 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 #2E5362 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 83 | 98 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.62 |
| HSL | 197.31º | 0.36% | 0.28% | - |
| HSV(B) | 197.31º | 0.53% | 0.38% | - |
| XYZ | 6.42 | 7.65 | 12.69 | - |
| YUV | 73.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 98 | 0.53 | 0.15 | 0 | 0.62 | 197.31 | 0.36 | 0.28 |
| Hex | 2E | 53 | 62 | 35 | F | 0 | 3E | C5 | 24 | 1C |
| Octal | 56 | 123 | 142 | 65 | 17 | 0 | 76 | 305 | 44 | 34 |
| Binary | 101110 | 1010011 | 1100010 | 110101 | 1111 | 0 | 111110 | 11000101 | 100100 | 11100 |
Color Harmonies of #2E5362
Complementary color
Monochromatic Colors of #2E5362
Black with #2E5362
Text Example
Text Example
White with #2E5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5362; }
p { color: rgb(46,83,98); }
H1.HeaderClassName
{
color: #2E5362;
}
.AnyTagClassName
{
color: #2E5362;
}
</style>
background-color css
<style>
a { background-color: #2E5362; }
a { background-color: rgb(46,83,98); }
div.DivClassName
{
background-color: #2E5362;
}
.BgClassName
{
background-color: #2E5362;
}
</style>
border-color css
<style>
span { border-color: #2E5362; }
span { border-color: rgb(46,83,98); }
td.TdClassName
{
border-color: #2E5362;
}
.TagClassName
{
border-color: #2E5362;
}
</style>