Shades of Pelorous #2B9FBA
Tints of Pelorous #2B9FBA
RGB
CMYK
RGB Variations
Color information
#2B9FBA (or 0x2B9FBA) is known color: Pelorous. HEX triplet: 2B, 9F and BA. RGB value is (43,159,186). Sum of RGB (Red+Green+Blue) = 43+159+186=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B9FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9FBA is #D46045. Grayscale: #7F7F7F. Windows color (decimal): -13918278 or 12230443. OLE color: 12230443.
HSL color Cylindrical-coordinate representation of color #2B9FBA: hue angle of 191.33º 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 #2B9FBA is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 159 | 186 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.27 |
| HSL | 191.33º | 0.62% | 0.45% | - |
| HSV(B) | 191.33º | 0.77% | 0.73% | - |
| XYZ | 22.26 | 28.86 | 50.85 | - |
| YUV | 127.39 | 161.07 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 186 | 0.77 | 0.15 | 0 | 0.27 | 191.33 | 0.62 | 0.45 |
| Hex | 2B | 9F | BA | 4D | F | 0 | 1B | BF | 3E | 2D |
| Octal | 53 | 237 | 272 | 115 | 17 | 0 | 33 | 277 | 76 | 55 |
| Binary | 101011 | 10011111 | 10111010 | 1001101 | 1111 | 0 | 11011 | 10111111 | 111110 | 101101 |
Color Harmonies of #2B9FBA
Complementary color
Monochromatic Colors of #2B9FBA
Black with #2B9FBA
Text Example
Text Example
White with #2B9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9FBA; }
p { color: rgb(43,159,186); }
H1.HeaderClassName
{
color: #2B9FBA;
}
.AnyTagClassName
{
color: #2B9FBA;
}
</style>
background-color css
<style>
a { background-color: #2B9FBA; }
a { background-color: rgb(43,159,186); }
div.DivClassName
{
background-color: #2B9FBA;
}
.BgClassName
{
background-color: #2B9FBA;
}
</style>
border-color css
<style>
span { border-color: #2B9FBA; }
span { border-color: rgb(43,159,186); }
td.TdClassName
{
border-color: #2B9FBA;
}
.TagClassName
{
border-color: #2B9FBA;
}
</style>