Shades of Arapawa #2B4757
Tints of Arapawa #2B4757
RGB
CMYK
RGB Variations
Color information
#2B4757 (or 0x2B4757) is known color: Arapawa. HEX triplet: 2B, 47 and 57. RGB value is (43,71,87). Sum of RGB (Red+Green+Blue) = 43+71+87=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B4757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4757 is #D4B8A8. Grayscale: #404040. Windows color (decimal): -13940905 or 5719851. OLE color: 5719851.
HSL color Cylindrical-coordinate representation of color #2B4757: hue angle of 201.82º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B4757 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 71 | 87 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.66 |
| HSL | 201.82º | 0.34% | 0.25% | - |
| HSV(B) | 201.82º | 0.51% | 0.34% | - |
| XYZ | 4.97 | 5.71 | 9.86 | - |
| YUV | 64.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 87 | 0.51 | 0.18 | 0 | 0.66 | 201.82 | 0.34 | 0.25 |
| Hex | 2B | 47 | 57 | 33 | 12 | 0 | 42 | CA | 22 | 19 |
| Octal | 53 | 107 | 127 | 63 | 22 | 0 | 102 | 312 | 42 | 31 |
| Binary | 101011 | 1000111 | 1010111 | 110011 | 10010 | 0 | 1000010 | 11001010 | 100010 | 11001 |
Color Harmonies of #2B4757
Complementary color
Monochromatic Colors of #2B4757
Black with #2B4757
Text Example
Text Example
White with #2B4757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4757; }
p { color: rgb(43,71,87); }
H1.HeaderClassName
{
color: #2B4757;
}
.AnyTagClassName
{
color: #2B4757;
}
</style>
background-color css
<style>
a { background-color: #2B4757; }
a { background-color: rgb(43,71,87); }
div.DivClassName
{
background-color: #2B4757;
}
.BgClassName
{
background-color: #2B4757;
}
</style>
border-color css
<style>
span { border-color: #2B4757; }
span { border-color: rgb(43,71,87); }
td.TdClassName
{
border-color: #2B4757;
}
.TagClassName
{
border-color: #2B4757;
}
</style>