Shades of Arapawa #2B4C60
Tints of Arapawa #2B4C60
RGB
CMYK
RGB Variations
Color information
#2B4C60 (or 0x2B4C60) is known color: Arapawa. HEX triplet: 2B, 4C and 60. RGB value is (43,76,96). Sum of RGB (Red+Green+Blue) = 43+76+96=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B4C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4C60 is #D4B39F. Grayscale: #444444. Windows color (decimal): -13939616 or 6310955. OLE color: 6310955.
HSL color Cylindrical-coordinate representation of color #2B4C60: hue angle of 202.64º 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 #2B4C60 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 76 | 96 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.62 |
| HSL | 202.64º | 0.38% | 0.27% | - |
| HSV(B) | 202.64º | 0.55% | 0.38% | - |
| XYZ | 5.69 | 6.53 | 12.03 | - |
| YUV | 68.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 96 | 0.55 | 0.21 | 0 | 0.62 | 202.64 | 0.38 | 0.27 |
| Hex | 2B | 4C | 60 | 37 | 15 | 0 | 3E | CB | 26 | 1B |
| Octal | 53 | 114 | 140 | 67 | 25 | 0 | 76 | 313 | 46 | 33 |
| Binary | 101011 | 1001100 | 1100000 | 110111 | 10101 | 0 | 111110 | 11001011 | 100110 | 11011 |
Color Harmonies of #2B4C60
Complementary color
Monochromatic Colors of #2B4C60
Black with #2B4C60
Text Example
Text Example
White with #2B4C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C60; }
p { color: rgb(43,76,96); }
H1.HeaderClassName
{
color: #2B4C60;
}
.AnyTagClassName
{
color: #2B4C60;
}
</style>
background-color css
<style>
a { background-color: #2B4C60; }
a { background-color: rgb(43,76,96); }
div.DivClassName
{
background-color: #2B4C60;
}
.BgClassName
{
background-color: #2B4C60;
}
</style>
border-color css
<style>
span { border-color: #2B4C60; }
span { border-color: rgb(43,76,96); }
td.TdClassName
{
border-color: #2B4C60;
}
.TagClassName
{
border-color: #2B4C60;
}
</style>