Shades of Pelorous #2C8EBA
Tints of Pelorous #2C8EBA
RGB
CMYK
RGB Variations
Color information
#2C8EBA (or 0x2C8EBA) is known color: Pelorous. HEX triplet: 2C, 8E and BA. RGB value is (44,142,186). Sum of RGB (Red+Green+Blue) = 44+142+186=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C8EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8EBA is #D37145. Grayscale: #757575. Windows color (decimal): -13857094 or 12226092. OLE color: 12226092.
HSL color Cylindrical-coordinate representation of color #2C8EBA: hue angle of 198.59º 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 #2C8EBA is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 142 | 186 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.27 |
| HSL | 198.59º | 0.62% | 0.45% | - |
| HSV(B) | 198.59º | 0.76% | 0.73% | - |
| XYZ | 19.57 | 23.43 | 49.94 | - |
| YUV | 117.71 | 166.53 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 186 | 0.76 | 0.24 | 0 | 0.27 | 198.59 | 0.62 | 0.45 |
| Hex | 2C | 8E | BA | 4C | 18 | 0 | 1B | C7 | 3E | 2D |
| Octal | 54 | 216 | 272 | 114 | 30 | 0 | 33 | 307 | 76 | 55 |
| Binary | 101100 | 10001110 | 10111010 | 1001100 | 11000 | 0 | 11011 | 11000111 | 111110 | 101101 |
Color Harmonies of #2C8EBA
Complementary color
Monochromatic Colors of #2C8EBA
Black with #2C8EBA
Text Example
Text Example
White with #2C8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8EBA; }
p { color: rgb(44,142,186); }
H1.HeaderClassName
{
color: #2C8EBA;
}
.AnyTagClassName
{
color: #2C8EBA;
}
</style>
background-color css
<style>
a { background-color: #2C8EBA; }
a { background-color: rgb(44,142,186); }
div.DivClassName
{
background-color: #2C8EBA;
}
.BgClassName
{
background-color: #2C8EBA;
}
</style>
border-color css
<style>
span { border-color: #2C8EBA; }
span { border-color: rgb(44,142,186); }
td.TdClassName
{
border-color: #2C8EBA;
}
.TagClassName
{
border-color: #2C8EBA;
}
</style>