Shades of Arapawa #2B5067
Tints of Arapawa #2B5067
RGB
CMYK
RGB Variations
Color information
#2B5067 (or 0x2B5067) is known color: Arapawa. HEX triplet: 2B, 50 and 67. RGB value is (43,80,103). Sum of RGB (Red+Green+Blue) = 43+80+103=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5067 is #D4AF98. Grayscale: #474747. Windows color (decimal): -13938585 or 6770731. OLE color: 6770731.
HSL color Cylindrical-coordinate representation of color #2B5067: hue angle of 203º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5067 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 80 | 103 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.60 |
| HSL | 203º | 0.41% | 0.29% | - |
| HSV(B) | 203º | 0.58% | 0.4% | - |
| XYZ | 6.31 | 7.23 | 13.89 | - |
| YUV | 71.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 103 | 0.58 | 0.22 | 0 | 0.60 | 203 | 0.41 | 0.29 |
| Hex | 2B | 50 | 67 | 3A | 16 | 0 | 3C | CB | 29 | 1D |
| Octal | 53 | 120 | 147 | 72 | 26 | 0 | 74 | 313 | 51 | 35 |
| Binary | 101011 | 1010000 | 1100111 | 111010 | 10110 | 0 | 111100 | 11001011 | 101001 | 11101 |
Color Harmonies of #2B5067
Complementary color
Monochromatic Colors of #2B5067
Black with #2B5067
Text Example
Text Example
White with #2B5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5067; }
p { color: rgb(43,80,103); }
H1.HeaderClassName
{
color: #2B5067;
}
.AnyTagClassName
{
color: #2B5067;
}
</style>
background-color css
<style>
a { background-color: #2B5067; }
a { background-color: rgb(43,80,103); }
div.DivClassName
{
background-color: #2B5067;
}
.BgClassName
{
background-color: #2B5067;
}
</style>
border-color css
<style>
span { border-color: #2B5067; }
span { border-color: rgb(43,80,103); }
td.TdClassName
{
border-color: #2B5067;
}
.TagClassName
{
border-color: #2B5067;
}
</style>