Shades of Pelorous #2899BC
Tints of Pelorous #2899BC
RGB
CMYK
RGB Variations
Color information
#2899BC (or 0x2899BC) is known color: Pelorous. HEX triplet: 28, 99 and BC. RGB value is (40,153,188). Sum of RGB (Red+Green+Blue) = 40+153+188=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #2899BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899BC is #D76643. Grayscale: #7A7A7A. Windows color (decimal): -14116420 or 12359976. OLE color: 12359976.
HSL color Cylindrical-coordinate representation of color #2899BC: hue angle of 194.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2899BC is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 153 | 188 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.26 |
| HSL | 194.19º | 0.65% | 0.45% | - |
| HSV(B) | 194.19º | 0.79% | 0.74% | - |
| XYZ | 21.34 | 26.86 | 51.64 | - |
| YUV | 123.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 188 | 0.79 | 0.19 | 0 | 0.26 | 194.19 | 0.65 | 0.45 |
| Hex | 28 | 99 | BC | 4F | 13 | 0 | 1A | C2 | 41 | 2D |
| Octal | 50 | 231 | 274 | 117 | 23 | 0 | 32 | 302 | 101 | 55 |
| Binary | 101000 | 10011001 | 10111100 | 1001111 | 10011 | 0 | 11010 | 11000010 | 1000001 | 101101 |
Color Harmonies of #2899BC
Complementary color
Monochromatic Colors of #2899BC
Black with #2899BC
Text Example
Text Example
White with #2899BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899BC; }
p { color: rgb(40,153,188); }
H1.HeaderClassName
{
color: #2899BC;
}
.AnyTagClassName
{
color: #2899BC;
}
</style>
background-color css
<style>
a { background-color: #2899BC; }
a { background-color: rgb(40,153,188); }
div.DivClassName
{
background-color: #2899BC;
}
.BgClassName
{
background-color: #2899BC;
}
</style>
border-color css
<style>
span { border-color: #2899BC; }
span { border-color: rgb(40,153,188); }
td.TdClassName
{
border-color: #2899BC;
}
.TagClassName
{
border-color: #2899BC;
}
</style>