Shades of Pelorous #2B97BA
Tints of Pelorous #2B97BA
RGB
CMYK
RGB Variations
Color information
#2B97BA (or 0x2B97BA) is known color: Pelorous. HEX triplet: 2B, 97 and BA. RGB value is (43,151,186). Sum of RGB (Red+Green+Blue) = 43+151+186=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B97BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B97BA is #D46845. Grayscale: #7A7A7A. Windows color (decimal): -13920326 or 12228395. OLE color: 12228395.
HSL color Cylindrical-coordinate representation of color #2B97BA: hue angle of 194.69º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B97BA is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 151 | 186 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.27 |
| HSL | 194.69º | 0.62% | 0.45% | - |
| HSV(B) | 194.69º | 0.77% | 0.73% | - |
| XYZ | 20.93 | 26.19 | 50.41 | - |
| YUV | 122.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 186 | 0.77 | 0.19 | 0 | 0.27 | 194.69 | 0.62 | 0.45 |
| Hex | 2B | 97 | BA | 4D | 13 | 0 | 1B | C3 | 3E | 2D |
| Octal | 53 | 227 | 272 | 115 | 23 | 0 | 33 | 303 | 76 | 55 |
| Binary | 101011 | 10010111 | 10111010 | 1001101 | 10011 | 0 | 11011 | 11000011 | 111110 | 101101 |
Color Harmonies of #2B97BA
Complementary color
Monochromatic Colors of #2B97BA
Black with #2B97BA
Text Example
Text Example
White with #2B97BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B97BA; }
p { color: rgb(43,151,186); }
H1.HeaderClassName
{
color: #2B97BA;
}
.AnyTagClassName
{
color: #2B97BA;
}
</style>
background-color css
<style>
a { background-color: #2B97BA; }
a { background-color: rgb(43,151,186); }
div.DivClassName
{
background-color: #2B97BA;
}
.BgClassName
{
background-color: #2B97BA;
}
</style>
border-color css
<style>
span { border-color: #2B97BA; }
span { border-color: rgb(43,151,186); }
td.TdClassName
{
border-color: #2B97BA;
}
.TagClassName
{
border-color: #2B97BA;
}
</style>