Shades of Pelorous #2B91BA
Tints of Pelorous #2B91BA
RGB
CMYK
RGB Variations
Color information
#2B91BA (or 0x2B91BA) is known color: Pelorous. HEX triplet: 2B, 91 and BA. RGB value is (43,145,186). Sum of RGB (Red+Green+Blue) = 43+145+186=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B91BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B91BA is #D46E45. Grayscale: #767676. Windows color (decimal): -13921862 or 12226859. OLE color: 12226859.
HSL color Cylindrical-coordinate representation of color #2B91BA: hue angle of 197.2º 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 #2B91BA is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 145 | 186 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.27 |
| HSL | 197.2º | 0.62% | 0.45% | - |
| HSV(B) | 197.2º | 0.77% | 0.73% | - |
| XYZ | 19.98 | 24.31 | 50.09 | - |
| YUV | 119.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 186 | 0.77 | 0.22 | 0 | 0.27 | 197.2 | 0.62 | 0.45 |
| Hex | 2B | 91 | BA | 4D | 16 | 0 | 1B | C5 | 3E | 2D |
| Octal | 53 | 221 | 272 | 115 | 26 | 0 | 33 | 305 | 76 | 55 |
| Binary | 101011 | 10010001 | 10111010 | 1001101 | 10110 | 0 | 11011 | 11000101 | 111110 | 101101 |
Color Harmonies of #2B91BA
Complementary color
Monochromatic Colors of #2B91BA
Black with #2B91BA
Text Example
Text Example
White with #2B91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B91BA; }
p { color: rgb(43,145,186); }
H1.HeaderClassName
{
color: #2B91BA;
}
.AnyTagClassName
{
color: #2B91BA;
}
</style>
background-color css
<style>
a { background-color: #2B91BA; }
a { background-color: rgb(43,145,186); }
div.DivClassName
{
background-color: #2B91BA;
}
.BgClassName
{
background-color: #2B91BA;
}
</style>
border-color css
<style>
span { border-color: #2B91BA; }
span { border-color: rgb(43,145,186); }
td.TdClassName
{
border-color: #2B91BA;
}
.TagClassName
{
border-color: #2B91BA;
}
</style>