Shades of Arapawa #2B4459
Tints of Arapawa #2B4459
RGB
CMYK
RGB Variations
Color information
#2B4459 (or 0x2B4459) is known color: Arapawa. HEX triplet: 2B, 44 and 59. RGB value is (43,68,89). Sum of RGB (Red+Green+Blue) = 43+68+89=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B4459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4459 is #D4BBA6. Grayscale: #3E3E3E. Windows color (decimal): -13941671 or 5850155. OLE color: 5850155.
HSL color Cylindrical-coordinate representation of color #2B4459: hue angle of 207.39º 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 #2B4459 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 68 | 89 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.65 |
| HSL | 207.39º | 0.35% | 0.26% | - |
| HSV(B) | 207.39º | 0.52% | 0.35% | - |
| XYZ | 4.87 | 5.37 | 10.23 | - |
| YUV | 62.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 89 | 0.52 | 0.24 | 0 | 0.65 | 207.39 | 0.35 | 0.26 |
| Hex | 2B | 44 | 59 | 34 | 18 | 0 | 41 | CF | 23 | 1A |
| Octal | 53 | 104 | 131 | 64 | 30 | 0 | 101 | 317 | 43 | 32 |
| Binary | 101011 | 1000100 | 1011001 | 110100 | 11000 | 0 | 1000001 | 11001111 | 100011 | 11010 |
Color Harmonies of #2B4459
Complementary color
Monochromatic Colors of #2B4459
Black with #2B4459
Text Example
Text Example
White with #2B4459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4459; }
p { color: rgb(43,68,89); }
H1.HeaderClassName
{
color: #2B4459;
}
.AnyTagClassName
{
color: #2B4459;
}
</style>
background-color css
<style>
a { background-color: #2B4459; }
a { background-color: rgb(43,68,89); }
div.DivClassName
{
background-color: #2B4459;
}
.BgClassName
{
background-color: #2B4459;
}
</style>
border-color css
<style>
span { border-color: #2B4459; }
span { border-color: rgb(43,68,89); }
td.TdClassName
{
border-color: #2B4459;
}
.TagClassName
{
border-color: #2B4459;
}
</style>