Shades of Arapawa #2B4456
Tints of Arapawa #2B4456
RGB
CMYK
RGB Variations
Color information
#2B4456 (or 0x2B4456) is known color: Arapawa. HEX triplet: 2B, 44 and 56. RGB value is (43,68,86). Sum of RGB (Red+Green+Blue) = 43+68+86=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4456 is #D4BBA9. Grayscale: #3E3E3E. Windows color (decimal): -13941674 or 5653547. OLE color: 5653547.
HSL color Cylindrical-coordinate representation of color #2B4456: hue angle of 205.12º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B4456 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 68 | 86 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.66 |
| HSL | 205.12º | 0.33% | 0.25% | - |
| HSV(B) | 205.12º | 0.5% | 0.34% | - |
| XYZ | 4.74 | 5.32 | 9.58 | - |
| YUV | 62.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 86 | 0.50 | 0.21 | 0 | 0.66 | 205.12 | 0.33 | 0.25 |
| Hex | 2B | 44 | 56 | 32 | 15 | 0 | 42 | CD | 21 | 19 |
| Octal | 53 | 104 | 126 | 62 | 25 | 0 | 102 | 315 | 41 | 31 |
| Binary | 101011 | 1000100 | 1010110 | 110010 | 10101 | 0 | 1000010 | 11001101 | 100001 | 11001 |
Color Harmonies of #2B4456
Complementary color
Monochromatic Colors of #2B4456
Black with #2B4456
Text Example
Text Example
White with #2B4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4456; }
p { color: rgb(43,68,86); }
H1.HeaderClassName
{
color: #2B4456;
}
.AnyTagClassName
{
color: #2B4456;
}
</style>
background-color css
<style>
a { background-color: #2B4456; }
a { background-color: rgb(43,68,86); }
div.DivClassName
{
background-color: #2B4456;
}
.BgClassName
{
background-color: #2B4456;
}
</style>
border-color css
<style>
span { border-color: #2B4456; }
span { border-color: rgb(43,68,86); }
td.TdClassName
{
border-color: #2B4456;
}
.TagClassName
{
border-color: #2B4456;
}
</style>