Shades of Arapawa #2D5661
Tints of Arapawa #2D5661
RGB
CMYK
RGB Variations
Color information
#2D5661 (or 0x2D5661) is known color: Arapawa. HEX triplet: 2D, 56 and 61. RGB value is (45,86,97). Sum of RGB (Red+Green+Blue) = 45+86+97=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D5661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5661 is #D2A99E. Grayscale: #4A4A4A. Windows color (decimal): -13805983 or 6379053. OLE color: 6379053.
HSL color Cylindrical-coordinate representation of color #2D5661: hue angle of 192.69º 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 #2D5661 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 86 | 97 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.62 |
| HSL | 192.69º | 0.37% | 0.28% | - |
| HSV(B) | 192.69º | 0.54% | 0.38% | - |
| XYZ | 6.57 | 8.08 | 12.52 | - |
| YUV | 75 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 97 | 0.54 | 0.11 | 0 | 0.62 | 192.69 | 0.37 | 0.28 |
| Hex | 2D | 56 | 61 | 36 | B | 0 | 3E | C1 | 25 | 1C |
| Octal | 55 | 126 | 141 | 66 | 13 | 0 | 76 | 301 | 45 | 34 |
| Binary | 101101 | 1010110 | 1100001 | 110110 | 1011 | 0 | 111110 | 11000001 | 100101 | 11100 |
Color Harmonies of #2D5661
Complementary color
Monochromatic Colors of #2D5661
Black with #2D5661
Text Example
Text Example
White with #2D5661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5661; }
p { color: rgb(45,86,97); }
H1.HeaderClassName
{
color: #2D5661;
}
.AnyTagClassName
{
color: #2D5661;
}
</style>
background-color css
<style>
a { background-color: #2D5661; }
a { background-color: rgb(45,86,97); }
div.DivClassName
{
background-color: #2D5661;
}
.BgClassName
{
background-color: #2D5661;
}
</style>
border-color css
<style>
span { border-color: #2D5661; }
span { border-color: rgb(45,86,97); }
td.TdClassName
{
border-color: #2D5661;
}
.TagClassName
{
border-color: #2D5661;
}
</style>