Shades of Arapawa #2D4759
Tints of Arapawa #2D4759
RGB
CMYK
RGB Variations
Color information
#2D4759 (or 0x2D4759) is known color: Arapawa. HEX triplet: 2D, 47 and 59. RGB value is (45,71,89). Sum of RGB (Red+Green+Blue) = 45+71+89=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4759 is #D2B8A6. Grayscale: #414141. Windows color (decimal): -13809831 or 5850925. OLE color: 5850925.
HSL color Cylindrical-coordinate representation of color #2D4759: hue angle of 204.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4759 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 71 | 89 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.65 |
| HSL | 204.55º | 0.33% | 0.26% | - |
| HSV(B) | 204.55º | 0.49% | 0.35% | - |
| XYZ | 5.14 | 5.79 | 10.3 | - |
| YUV | 65.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 89 | 0.49 | 0.20 | 0 | 0.65 | 204.55 | 0.33 | 0.26 |
| Hex | 2D | 47 | 59 | 31 | 14 | 0 | 41 | CD | 21 | 1A |
| Octal | 55 | 107 | 131 | 61 | 24 | 0 | 101 | 315 | 41 | 32 |
| Binary | 101101 | 1000111 | 1011001 | 110001 | 10100 | 0 | 1000001 | 11001101 | 100001 | 11010 |
Color Harmonies of #2D4759
Complementary color
Monochromatic Colors of #2D4759
Black with #2D4759
Text Example
Text Example
White with #2D4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4759; }
p { color: rgb(45,71,89); }
H1.HeaderClassName
{
color: #2D4759;
}
.AnyTagClassName
{
color: #2D4759;
}
</style>
background-color css
<style>
a { background-color: #2D4759; }
a { background-color: rgb(45,71,89); }
div.DivClassName
{
background-color: #2D4759;
}
.BgClassName
{
background-color: #2D4759;
}
</style>
border-color css
<style>
span { border-color: #2D4759; }
span { border-color: rgb(45,71,89); }
td.TdClassName
{
border-color: #2D4759;
}
.TagClassName
{
border-color: #2D4759;
}
</style>