Shades of Arapawa #2B4D60
Tints of Arapawa #2B4D60
RGB
CMYK
RGB Variations
Color information
#2B4D60 (or 0x2B4D60) is known color: Arapawa. HEX triplet: 2B, 4D and 60. RGB value is (43,77,96). Sum of RGB (Red+Green+Blue) = 43+77+96=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B4D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D60 is #D4B29F. Grayscale: #444444. Windows color (decimal): -13939360 or 6311211. OLE color: 6311211.
HSL color Cylindrical-coordinate representation of color #2B4D60: hue angle of 201.51º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B4D60 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 77 | 96 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.62 |
| HSL | 201.51º | 0.38% | 0.27% | - |
| HSV(B) | 201.51º | 0.55% | 0.38% | - |
| XYZ | 5.76 | 6.67 | 12.05 | - |
| YUV | 69 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 96 | 0.55 | 0.20 | 0 | 0.62 | 201.51 | 0.38 | 0.27 |
| Hex | 2B | 4D | 60 | 37 | 14 | 0 | 3E | CA | 26 | 1B |
| Octal | 53 | 115 | 140 | 67 | 24 | 0 | 76 | 312 | 46 | 33 |
| Binary | 101011 | 1001101 | 1100000 | 110111 | 10100 | 0 | 111110 | 11001010 | 100110 | 11011 |
Color Harmonies of #2B4D60
Complementary color
Monochromatic Colors of #2B4D60
Black with #2B4D60
Text Example
Text Example
White with #2B4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D60; }
p { color: rgb(43,77,96); }
H1.HeaderClassName
{
color: #2B4D60;
}
.AnyTagClassName
{
color: #2B4D60;
}
</style>
background-color css
<style>
a { background-color: #2B4D60; }
a { background-color: rgb(43,77,96); }
div.DivClassName
{
background-color: #2B4D60;
}
.BgClassName
{
background-color: #2B4D60;
}
</style>
border-color css
<style>
span { border-color: #2B4D60; }
span { border-color: rgb(43,77,96); }
td.TdClassName
{
border-color: #2B4D60;
}
.TagClassName
{
border-color: #2B4D60;
}
</style>