Shades of Pelorous #2899B6
Tints of Pelorous #2899B6
RGB
CMYK
RGB Variations
Color information
#2899B6 (or 0x2899B6) is known color: Pelorous. HEX triplet: 28, 99 and B6. RGB value is (40,153,182). Sum of RGB (Red+Green+Blue) = 40+153+182=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #2899B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899B6 is #D76649. Grayscale: #7A7A7A. Windows color (decimal): -14116426 or 11966760. OLE color: 11966760.
HSL color Cylindrical-coordinate representation of color #2899B6: hue angle of 192.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2899B6 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 153 | 182 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.29 |
| HSL | 192.25º | 0.64% | 0.44% | - |
| HSV(B) | 192.25º | 0.78% | 0.71% | - |
| XYZ | 20.71 | 26.61 | 48.3 | - |
| YUV | 122.52 | 161.56 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 182 | 0.78 | 0.16 | 0 | 0.29 | 192.25 | 0.64 | 0.44 |
| Hex | 28 | 99 | B6 | 4E | 10 | 0 | 1D | C0 | 40 | 2C |
| Octal | 50 | 231 | 266 | 116 | 20 | 0 | 35 | 300 | 100 | 54 |
| Binary | 101000 | 10011001 | 10110110 | 1001110 | 10000 | 0 | 11101 | 11000000 | 1000000 | 101100 |
Color Harmonies of #2899B6
Complementary color
Monochromatic Colors of #2899B6
Black with #2899B6
Text Example
Text Example
White with #2899B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899B6; }
p { color: rgb(40,153,182); }
H1.HeaderClassName
{
color: #2899B6;
}
.AnyTagClassName
{
color: #2899B6;
}
</style>
background-color css
<style>
a { background-color: #2899B6; }
a { background-color: rgb(40,153,182); }
div.DivClassName
{
background-color: #2899B6;
}
.BgClassName
{
background-color: #2899B6;
}
</style>
border-color css
<style>
span { border-color: #2899B6; }
span { border-color: rgb(40,153,182); }
td.TdClassName
{
border-color: #2899B6;
}
.TagClassName
{
border-color: #2899B6;
}
</style>