Shades of Arapawa #2D5162
Tints of Arapawa #2D5162
RGB
CMYK
RGB Variations
Color information
#2D5162 (or 0x2D5162) is known color: Arapawa. HEX triplet: 2D, 51 and 62. RGB value is (45,81,98). Sum of RGB (Red+Green+Blue) = 45+81+98=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D5162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5162 is #D2AE9D. Grayscale: #484848. Windows color (decimal): -13807262 or 6443309. OLE color: 6443309.
HSL color Cylindrical-coordinate representation of color #2D5162: hue angle of 199.25º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D5162 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 81 | 98 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.62 |
| HSL | 199.25º | 0.37% | 0.28% | - |
| HSV(B) | 199.25º | 0.54% | 0.38% | - |
| XYZ | 6.23 | 7.32 | 12.64 | - |
| YUV | 72.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 98 | 0.54 | 0.17 | 0 | 0.62 | 199.25 | 0.37 | 0.28 |
| Hex | 2D | 51 | 62 | 36 | 11 | 0 | 3E | C7 | 25 | 1C |
| Octal | 55 | 121 | 142 | 66 | 21 | 0 | 76 | 307 | 45 | 34 |
| Binary | 101101 | 1010001 | 1100010 | 110110 | 10001 | 0 | 111110 | 11000111 | 100101 | 11100 |
Color Harmonies of #2D5162
Complementary color
Monochromatic Colors of #2D5162
Black with #2D5162
Text Example
Text Example
White with #2D5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5162; }
p { color: rgb(45,81,98); }
H1.HeaderClassName
{
color: #2D5162;
}
.AnyTagClassName
{
color: #2D5162;
}
</style>
background-color css
<style>
a { background-color: #2D5162; }
a { background-color: rgb(45,81,98); }
div.DivClassName
{
background-color: #2D5162;
}
.BgClassName
{
background-color: #2D5162;
}
</style>
border-color css
<style>
span { border-color: #2D5162; }
span { border-color: rgb(45,81,98); }
td.TdClassName
{
border-color: #2D5162;
}
.TagClassName
{
border-color: #2D5162;
}
</style>