Shades of Pelorous #2BA3B3
Tints of Pelorous #2BA3B3
RGB
CMYK
RGB Variations
Color information
#2BA3B3 (or 0x2BA3B3) is known color: Pelorous. HEX triplet: 2B, A3 and B3. RGB value is (43,163,179). Sum of RGB (Red+Green+Blue) = 43+163+179=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #2BA3B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA3B3 is #D45C4C. Grayscale: #808080. Windows color (decimal): -13917261 or 11772715. OLE color: 11772715.
HSL color Cylindrical-coordinate representation of color #2BA3B3: hue angle of 187.06º 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 #2BA3B3 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 163 | 179 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.30 |
| HSL | 187.06º | 0.61% | 0.44% | - |
| HSV(B) | 187.06º | 0.76% | 0.7% | - |
| XYZ | 22.23 | 29.96 | 47.26 | - |
| YUV | 128.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 179 | 0.76 | 0.09 | 0 | 0.30 | 187.06 | 0.61 | 0.44 |
| Hex | 2B | A3 | B3 | 4C | 9 | 0 | 1E | BB | 3D | 2C |
| Octal | 53 | 243 | 263 | 114 | 11 | 0 | 36 | 273 | 75 | 54 |
| Binary | 101011 | 10100011 | 10110011 | 1001100 | 1001 | 0 | 11110 | 10111011 | 111101 | 101100 |
Color Harmonies of #2BA3B3
Complementary color
Monochromatic Colors of #2BA3B3
Black with #2BA3B3
Text Example
Text Example
White with #2BA3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA3B3; }
p { color: rgb(43,163,179); }
H1.HeaderClassName
{
color: #2BA3B3;
}
.AnyTagClassName
{
color: #2BA3B3;
}
</style>
background-color css
<style>
a { background-color: #2BA3B3; }
a { background-color: rgb(43,163,179); }
div.DivClassName
{
background-color: #2BA3B3;
}
.BgClassName
{
background-color: #2BA3B3;
}
</style>
border-color css
<style>
span { border-color: #2BA3B3; }
span { border-color: rgb(43,163,179); }
td.TdClassName
{
border-color: #2BA3B3;
}
.TagClassName
{
border-color: #2BA3B3;
}
</style>