Shades of Pelorous #2B94BA
Tints of Pelorous #2B94BA
RGB
CMYK
RGB Variations
Color information
#2B94BA (or 0x2B94BA) is known color: Pelorous. HEX triplet: 2B, 94 and BA. RGB value is (43,148,186). Sum of RGB (Red+Green+Blue) = 43+148+186=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B94BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B94BA is #D46B45. Grayscale: #787878. Windows color (decimal): -13921094 or 12227627. OLE color: 12227627.
HSL color Cylindrical-coordinate representation of color #2B94BA: hue angle of 195.94º 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 #2B94BA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 148 | 186 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.27 |
| HSL | 195.94º | 0.62% | 0.45% | - |
| HSV(B) | 195.94º | 0.77% | 0.73% | - |
| XYZ | 20.45 | 25.24 | 50.25 | - |
| YUV | 120.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 186 | 0.77 | 0.20 | 0 | 0.27 | 195.94 | 0.62 | 0.45 |
| Hex | 2B | 94 | BA | 4D | 14 | 0 | 1B | C4 | 3E | 2D |
| Octal | 53 | 224 | 272 | 115 | 24 | 0 | 33 | 304 | 76 | 55 |
| Binary | 101011 | 10010100 | 10111010 | 1001101 | 10100 | 0 | 11011 | 11000100 | 111110 | 101101 |
Color Harmonies of #2B94BA
Complementary color
Monochromatic Colors of #2B94BA
Black with #2B94BA
Text Example
Text Example
White with #2B94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B94BA; }
p { color: rgb(43,148,186); }
H1.HeaderClassName
{
color: #2B94BA;
}
.AnyTagClassName
{
color: #2B94BA;
}
</style>
background-color css
<style>
a { background-color: #2B94BA; }
a { background-color: rgb(43,148,186); }
div.DivClassName
{
background-color: #2B94BA;
}
.BgClassName
{
background-color: #2B94BA;
}
</style>
border-color css
<style>
span { border-color: #2B94BA; }
span { border-color: rgb(43,148,186); }
td.TdClassName
{
border-color: #2B94BA;
}
.TagClassName
{
border-color: #2B94BA;
}
</style>