Shades of Arapawa #2B4764
Tints of Arapawa #2B4764
RGB
CMYK
RGB Variations
Color information
#2B4764 (or 0x2B4764) is known color: Arapawa. HEX triplet: 2B, 47 and 64. RGB value is (43,71,100). Sum of RGB (Red+Green+Blue) = 43+71+100=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B4764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4764 is #D4B89B. Grayscale: #414141. Windows color (decimal): -13940892 or 6571819. OLE color: 6571819.
HSL color Cylindrical-coordinate representation of color #2B4764: hue angle of 210.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B4764 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 71 | 100 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.61 |
| HSL | 210.53º | 0.4% | 0.28% | - |
| HSV(B) | 210.53º | 0.57% | 0.39% | - |
| XYZ | 5.55 | 5.94 | 12.91 | - |
| YUV | 65.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 100 | 0.57 | 0.29 | 0 | 0.61 | 210.53 | 0.4 | 0.28 |
| Hex | 2B | 47 | 64 | 39 | 1D | 0 | 3D | D3 | 28 | 1C |
| Octal | 53 | 107 | 144 | 71 | 35 | 0 | 75 | 323 | 50 | 34 |
| Binary | 101011 | 1000111 | 1100100 | 111001 | 11101 | 0 | 111101 | 11010011 | 101000 | 11100 |
Color Harmonies of #2B4764
Complementary color
Monochromatic Colors of #2B4764
Black with #2B4764
Text Example
Text Example
White with #2B4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4764; }
p { color: rgb(43,71,100); }
H1.HeaderClassName
{
color: #2B4764;
}
.AnyTagClassName
{
color: #2B4764;
}
</style>
background-color css
<style>
a { background-color: #2B4764; }
a { background-color: rgb(43,71,100); }
div.DivClassName
{
background-color: #2B4764;
}
.BgClassName
{
background-color: #2B4764;
}
</style>
border-color css
<style>
span { border-color: #2B4764; }
span { border-color: rgb(43,71,100); }
td.TdClassName
{
border-color: #2B4764;
}
.TagClassName
{
border-color: #2B4764;
}
</style>