Shades of Pelorous #2BA7B1
Tints of Pelorous #2BA7B1
RGB
CMYK
RGB Variations
Color information
#2BA7B1 (or 0x2BA7B1) is known color: Pelorous. HEX triplet: 2B, A7 and B1. RGB value is (43,167,177). Sum of RGB (Red+Green+Blue) = 43+167+177=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #2BA7B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA7B1 is #D4584E. Grayscale: #828282. Windows color (decimal): -13916239 or 11642667. OLE color: 11642667.
HSL color Cylindrical-coordinate representation of color #2BA7B1: hue angle of 184.48º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BA7B1 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 167 | 177 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.31 |
| HSL | 184.48º | 0.61% | 0.43% | - |
| HSV(B) | 184.48º | 0.76% | 0.69% | - |
| XYZ | 22.75 | 31.33 | 46.44 | - |
| YUV | 131.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 177 | 0.76 | 0.06 | 0 | 0.31 | 184.48 | 0.61 | 0.43 |
| Hex | 2B | A7 | B1 | 4C | 6 | 0 | 1F | B8 | 3D | 2B |
| Octal | 53 | 247 | 261 | 114 | 6 | 0 | 37 | 270 | 75 | 53 |
| Binary | 101011 | 10100111 | 10110001 | 1001100 | 110 | 0 | 11111 | 10111000 | 111101 | 101011 |
Color Harmonies of #2BA7B1
Complementary color
Monochromatic Colors of #2BA7B1
Black with #2BA7B1
Text Example
Text Example
White with #2BA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA7B1; }
p { color: rgb(43,167,177); }
H1.HeaderClassName
{
color: #2BA7B1;
}
.AnyTagClassName
{
color: #2BA7B1;
}
</style>
background-color css
<style>
a { background-color: #2BA7B1; }
a { background-color: rgb(43,167,177); }
div.DivClassName
{
background-color: #2BA7B1;
}
.BgClassName
{
background-color: #2BA7B1;
}
</style>
border-color css
<style>
span { border-color: #2BA7B1; }
span { border-color: rgb(43,167,177); }
td.TdClassName
{
border-color: #2BA7B1;
}
.TagClassName
{
border-color: #2BA7B1;
}
</style>