Shades of Arapawa #2B4759
Tints of Arapawa #2B4759
RGB
CMYK
RGB Variations
Color information
#2B4759 (or 0x2B4759) is known color: Arapawa. HEX triplet: 2B, 47 and 59. RGB value is (43,71,89). Sum of RGB (Red+Green+Blue) = 43+71+89=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4759 is #D4B8A6. Grayscale: #404040. Windows color (decimal): -13940903 or 5850923. OLE color: 5850923.
HSL color Cylindrical-coordinate representation of color #2B4759: hue angle of 203.48º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B4759 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 71 | 89 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.65 |
| HSL | 203.48º | 0.35% | 0.26% | - |
| HSV(B) | 203.48º | 0.52% | 0.35% | - |
| XYZ | 5.05 | 5.74 | 10.29 | - |
| YUV | 64.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 89 | 0.52 | 0.20 | 0 | 0.65 | 203.48 | 0.35 | 0.26 |
| Hex | 2B | 47 | 59 | 34 | 14 | 0 | 41 | CB | 23 | 1A |
| Octal | 53 | 107 | 131 | 64 | 24 | 0 | 101 | 313 | 43 | 32 |
| Binary | 101011 | 1000111 | 1011001 | 110100 | 10100 | 0 | 1000001 | 11001011 | 100011 | 11010 |
Color Harmonies of #2B4759
Complementary color
Monochromatic Colors of #2B4759
Black with #2B4759
Text Example
Text Example
White with #2B4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4759; }
p { color: rgb(43,71,89); }
H1.HeaderClassName
{
color: #2B4759;
}
.AnyTagClassName
{
color: #2B4759;
}
</style>
background-color css
<style>
a { background-color: #2B4759; }
a { background-color: rgb(43,71,89); }
div.DivClassName
{
background-color: #2B4759;
}
.BgClassName
{
background-color: #2B4759;
}
</style>
border-color css
<style>
span { border-color: #2B4759; }
span { border-color: rgb(43,71,89); }
td.TdClassName
{
border-color: #2B4759;
}
.TagClassName
{
border-color: #2B4759;
}
</style>