Shades of Pelorous #2BA2B6
Tints of Pelorous #2BA2B6
RGB
CMYK
RGB Variations
Color information
#2BA2B6 (or 0x2BA2B6) is known color: Pelorous. HEX triplet: 2B, A2 and B6. RGB value is (43,162,182). Sum of RGB (Red+Green+Blue) = 43+162+182=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #2BA2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA2B6 is #D45D49. Grayscale: #808080. Windows color (decimal): -13917514 or 11969067. OLE color: 11969067.
HSL color Cylindrical-coordinate representation of color #2BA2B6: hue angle of 188.63º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BA2B6 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 162 | 182 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.29 |
| HSL | 188.63º | 0.62% | 0.44% | - |
| HSV(B) | 188.63º | 0.76% | 0.71% | - |
| XYZ | 22.36 | 29.73 | 48.82 | - |
| YUV | 128.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 182 | 0.76 | 0.11 | 0 | 0.29 | 188.63 | 0.62 | 0.44 |
| Hex | 2B | A2 | B6 | 4C | B | 0 | 1D | BD | 3E | 2C |
| Octal | 53 | 242 | 266 | 114 | 13 | 0 | 35 | 275 | 76 | 54 |
| Binary | 101011 | 10100010 | 10110110 | 1001100 | 1011 | 0 | 11101 | 10111101 | 111110 | 101100 |
Color Harmonies of #2BA2B6
Complementary color
Monochromatic Colors of #2BA2B6
Black with #2BA2B6
Text Example
Text Example
White with #2BA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA2B6; }
p { color: rgb(43,162,182); }
H1.HeaderClassName
{
color: #2BA2B6;
}
.AnyTagClassName
{
color: #2BA2B6;
}
</style>
background-color css
<style>
a { background-color: #2BA2B6; }
a { background-color: rgb(43,162,182); }
div.DivClassName
{
background-color: #2BA2B6;
}
.BgClassName
{
background-color: #2BA2B6;
}
</style>
border-color css
<style>
span { border-color: #2BA2B6; }
span { border-color: rgb(43,162,182); }
td.TdClassName
{
border-color: #2BA2B6;
}
.TagClassName
{
border-color: #2BA2B6;
}
</style>