Shades of Pelorous #2BA7B3
Tints of Pelorous #2BA7B3
RGB
CMYK
RGB Variations
Color information
#2BA7B3 (or 0x2BA7B3) is known color: Pelorous. HEX triplet: 2B, A7 and B3. RGB value is (43,167,179). Sum of RGB (Red+Green+Blue) = 43+167+179=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #2BA7B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA7B3 is #D4584C. Grayscale: #838383. Windows color (decimal): -13916237 or 11773739. OLE color: 11773739.
HSL color Cylindrical-coordinate representation of color #2BA7B3: hue angle of 185.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BA7B3 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 167 | 179 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.30 |
| HSL | 185.29º | 0.61% | 0.44% | - |
| HSV(B) | 185.29º | 0.76% | 0.7% | - |
| XYZ | 22.95 | 31.41 | 47.5 | - |
| YUV | 131.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 179 | 0.76 | 0.07 | 0 | 0.30 | 185.29 | 0.61 | 0.44 |
| Hex | 2B | A7 | B3 | 4C | 7 | 0 | 1E | B9 | 3D | 2C |
| Octal | 53 | 247 | 263 | 114 | 7 | 0 | 36 | 271 | 75 | 54 |
| Binary | 101011 | 10100111 | 10110011 | 1001100 | 111 | 0 | 11110 | 10111001 | 111101 | 101100 |
Color Harmonies of #2BA7B3
Complementary color
Monochromatic Colors of #2BA7B3
Black with #2BA7B3
Text Example
Text Example
White with #2BA7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA7B3; }
p { color: rgb(43,167,179); }
H1.HeaderClassName
{
color: #2BA7B3;
}
.AnyTagClassName
{
color: #2BA7B3;
}
</style>
background-color css
<style>
a { background-color: #2BA7B3; }
a { background-color: rgb(43,167,179); }
div.DivClassName
{
background-color: #2BA7B3;
}
.BgClassName
{
background-color: #2BA7B3;
}
</style>
border-color css
<style>
span { border-color: #2BA7B3; }
span { border-color: rgb(43,167,179); }
td.TdClassName
{
border-color: #2BA7B3;
}
.TagClassName
{
border-color: #2BA7B3;
}
</style>