Shades of Pelorous #2B89AF
Tints of Pelorous #2B89AF
RGB
CMYK
RGB Variations
Color information
#2B89AF (or 0x2B89AF) is known color: Pelorous. HEX triplet: 2B, 89 and AF. RGB value is (43,137,175). Sum of RGB (Red+Green+Blue) = 43+137+175=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B89AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B89AF is #D47650. Grayscale: #707070. Windows color (decimal): -13923921 or 11503915. OLE color: 11503915.
HSL color Cylindrical-coordinate representation of color #2B89AF: hue angle of 197.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B89AF is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 137 | 175 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.31 |
| HSL | 197.27º | 0.61% | 0.43% | - |
| HSV(B) | 197.27º | 0.75% | 0.69% | - |
| XYZ | 17.68 | 21.5 | 43.78 | - |
| YUV | 113.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 175 | 0.75 | 0.22 | 0 | 0.31 | 197.27 | 0.61 | 0.43 |
| Hex | 2B | 89 | AF | 4B | 16 | 0 | 1F | C5 | 3D | 2B |
| Octal | 53 | 211 | 257 | 113 | 26 | 0 | 37 | 305 | 75 | 53 |
| Binary | 101011 | 10001001 | 10101111 | 1001011 | 10110 | 0 | 11111 | 11000101 | 111101 | 101011 |
Color Harmonies of #2B89AF
Complementary color
Monochromatic Colors of #2B89AF
Black with #2B89AF
Text Example
Text Example
White with #2B89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B89AF; }
p { color: rgb(43,137,175); }
H1.HeaderClassName
{
color: #2B89AF;
}
.AnyTagClassName
{
color: #2B89AF;
}
</style>
background-color css
<style>
a { background-color: #2B89AF; }
a { background-color: rgb(43,137,175); }
div.DivClassName
{
background-color: #2B89AF;
}
.BgClassName
{
background-color: #2B89AF;
}
</style>
border-color css
<style>
span { border-color: #2B89AF; }
span { border-color: rgb(43,137,175); }
td.TdClassName
{
border-color: #2B89AF;
}
.TagClassName
{
border-color: #2B89AF;
}
</style>