Shades of Arapawa #2B5660
Tints of Arapawa #2B5660
RGB
CMYK
RGB Variations
Color information
#2B5660 (or 0x2B5660) is known color: Arapawa. HEX triplet: 2B, 56 and 60. RGB value is (43,86,96). Sum of RGB (Red+Green+Blue) = 43+86+96=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5660 is #D4A99F. Grayscale: #4A4A4A. Windows color (decimal): -13937056 or 6313515. OLE color: 6313515.
HSL color Cylindrical-coordinate representation of color #2B5660: hue angle of 191.32º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5660 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 86 | 96 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.62 |
| HSL | 191.32º | 0.38% | 0.27% | - |
| HSV(B) | 191.32º | 0.55% | 0.38% | - |
| XYZ | 6.44 | 8.01 | 12.27 | - |
| YUV | 74.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 96 | 0.55 | 0.10 | 0 | 0.62 | 191.32 | 0.38 | 0.27 |
| Hex | 2B | 56 | 60 | 37 | A | 0 | 3E | BF | 26 | 1B |
| Octal | 53 | 126 | 140 | 67 | 12 | 0 | 76 | 277 | 46 | 33 |
| Binary | 101011 | 1010110 | 1100000 | 110111 | 1010 | 0 | 111110 | 10111111 | 100110 | 11011 |
Color Harmonies of #2B5660
Complementary color
Monochromatic Colors of #2B5660
Black with #2B5660
Text Example
Text Example
White with #2B5660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5660; }
p { color: rgb(43,86,96); }
H1.HeaderClassName
{
color: #2B5660;
}
.AnyTagClassName
{
color: #2B5660;
}
</style>
background-color css
<style>
a { background-color: #2B5660; }
a { background-color: rgb(43,86,96); }
div.DivClassName
{
background-color: #2B5660;
}
.BgClassName
{
background-color: #2B5660;
}
</style>
border-color css
<style>
span { border-color: #2B5660; }
span { border-color: rgb(43,86,96); }
td.TdClassName
{
border-color: #2B5660;
}
.TagClassName
{
border-color: #2B5660;
}
</style>