Shades of Pelorous #2BA8B3
Tints of Pelorous #2BA8B3
RGB
CMYK
RGB Variations
Color information
#2BA8B3 (or 0x2BA8B3) is known color: Pelorous. HEX triplet: 2B, A8 and B3. RGB value is (43,168,179). Sum of RGB (Red+Green+Blue) = 43+168+179=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #2BA8B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8B3 is #D4574C. Grayscale: #838383. Windows color (decimal): -13915981 or 11773995. OLE color: 11773995.
HSL color Cylindrical-coordinate representation of color #2BA8B3: hue angle of 184.85º 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 #2BA8B3 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 168 | 179 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.30 |
| HSL | 184.85º | 0.61% | 0.44% | - |
| HSV(B) | 184.85º | 0.76% | 0.7% | - |
| XYZ | 23.14 | 31.77 | 47.56 | - |
| YUV | 131.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 179 | 0.76 | 0.06 | 0 | 0.30 | 184.85 | 0.61 | 0.44 |
| Hex | 2B | A8 | B3 | 4C | 6 | 0 | 1E | B9 | 3D | 2C |
| Octal | 53 | 250 | 263 | 114 | 6 | 0 | 36 | 271 | 75 | 54 |
| Binary | 101011 | 10101000 | 10110011 | 1001100 | 110 | 0 | 11110 | 10111001 | 111101 | 101100 |
Color Harmonies of #2BA8B3
Complementary color
Monochromatic Colors of #2BA8B3
Black with #2BA8B3
Text Example
Text Example
White with #2BA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8B3; }
p { color: rgb(43,168,179); }
H1.HeaderClassName
{
color: #2BA8B3;
}
.AnyTagClassName
{
color: #2BA8B3;
}
</style>
background-color css
<style>
a { background-color: #2BA8B3; }
a { background-color: rgb(43,168,179); }
div.DivClassName
{
background-color: #2BA8B3;
}
.BgClassName
{
background-color: #2BA8B3;
}
</style>
border-color css
<style>
span { border-color: #2BA8B3; }
span { border-color: rgb(43,168,179); }
td.TdClassName
{
border-color: #2BA8B3;
}
.TagClassName
{
border-color: #2BA8B3;
}
</style>