Shades of Pelorous #2C9BBA
Tints of Pelorous #2C9BBA
RGB
CMYK
RGB Variations
Color information
#2C9BBA (or 0x2C9BBA) is known color: Pelorous. HEX triplet: 2C, 9B and BA. RGB value is (44,155,186). Sum of RGB (Red+Green+Blue) = 44+155+186=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C9BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9BBA is #D36445. Grayscale: #7D7D7D. Windows color (decimal): -13853766 or 12229420. OLE color: 12229420.
HSL color Cylindrical-coordinate representation of color #2C9BBA: hue angle of 193.1º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C9BBA is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 155 | 186 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.27 |
| HSL | 193.1º | 0.62% | 0.45% | - |
| HSV(B) | 193.1º | 0.76% | 0.73% | - |
| XYZ | 21.62 | 27.52 | 50.63 | - |
| YUV | 125.35 | 162.23 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 186 | 0.76 | 0.17 | 0 | 0.27 | 193.1 | 0.62 | 0.45 |
| Hex | 2C | 9B | BA | 4C | 11 | 0 | 1B | C1 | 3E | 2D |
| Octal | 54 | 233 | 272 | 114 | 21 | 0 | 33 | 301 | 76 | 55 |
| Binary | 101100 | 10011011 | 10111010 | 1001100 | 10001 | 0 | 11011 | 11000001 | 111110 | 101101 |
Color Harmonies of #2C9BBA
Complementary color
Monochromatic Colors of #2C9BBA
Black with #2C9BBA
Text Example
Text Example
White with #2C9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9BBA; }
p { color: rgb(44,155,186); }
H1.HeaderClassName
{
color: #2C9BBA;
}
.AnyTagClassName
{
color: #2C9BBA;
}
</style>
background-color css
<style>
a { background-color: #2C9BBA; }
a { background-color: rgb(44,155,186); }
div.DivClassName
{
background-color: #2C9BBA;
}
.BgClassName
{
background-color: #2C9BBA;
}
</style>
border-color css
<style>
span { border-color: #2C9BBA; }
span { border-color: rgb(44,155,186); }
td.TdClassName
{
border-color: #2C9BBA;
}
.TagClassName
{
border-color: #2C9BBA;
}
</style>