Shades of Arapawa #2B5461
Tints of Arapawa #2B5461
RGB
CMYK
RGB Variations
Color information
#2B5461 (or 0x2B5461) is known color: Arapawa. HEX triplet: 2B, 54 and 61. RGB value is (43,84,97). Sum of RGB (Red+Green+Blue) = 43+84+97=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5461 is #D4AB9E. Grayscale: #494949. Windows color (decimal): -13937567 or 6378539. OLE color: 6378539.
HSL color Cylindrical-coordinate representation of color #2B5461: hue angle of 194.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B5461 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 84 | 97 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.62 |
| HSL | 194.44º | 0.39% | 0.27% | - |
| HSV(B) | 194.44º | 0.56% | 0.38% | - |
| XYZ | 6.32 | 7.72 | 12.47 | - |
| YUV | 73.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 97 | 0.56 | 0.13 | 0 | 0.62 | 194.44 | 0.39 | 0.27 |
| Hex | 2B | 54 | 61 | 38 | D | 0 | 3E | C2 | 27 | 1B |
| Octal | 53 | 124 | 141 | 70 | 15 | 0 | 76 | 302 | 47 | 33 |
| Binary | 101011 | 1010100 | 1100001 | 111000 | 1101 | 0 | 111110 | 11000010 | 100111 | 11011 |
Color Harmonies of #2B5461
Complementary color
Monochromatic Colors of #2B5461
Black with #2B5461
Text Example
Text Example
White with #2B5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5461; }
p { color: rgb(43,84,97); }
H1.HeaderClassName
{
color: #2B5461;
}
.AnyTagClassName
{
color: #2B5461;
}
</style>
background-color css
<style>
a { background-color: #2B5461; }
a { background-color: rgb(43,84,97); }
div.DivClassName
{
background-color: #2B5461;
}
.BgClassName
{
background-color: #2B5461;
}
</style>
border-color css
<style>
span { border-color: #2B5461; }
span { border-color: rgb(43,84,97); }
td.TdClassName
{
border-color: #2B5461;
}
.TagClassName
{
border-color: #2B5461;
}
</style>