Shades of Pelorous #2899CB
Tints of Pelorous #2899CB
RGB
CMYK
RGB Variations
Color information
#2899CB (or 0x2899CB) is known color: Pelorous. HEX triplet: 28, 99 and CB. RGB value is (40,153,203). Sum of RGB (Red+Green+Blue) = 40+153+203=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #2899CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899CB is #D76634. Grayscale: #7C7C7C. Windows color (decimal): -14116405 or 13343016. OLE color: 13343016.
HSL color Cylindrical-coordinate representation of color #2899CB: hue angle of 198.4º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2899CB is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 153 | 203 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.20 |
| HSL | 198.4º | 0.67% | 0.48% | - |
| HSV(B) | 198.4º | 0.8% | 0.8% | - |
| XYZ | 23.05 | 27.55 | 60.6 | - |
| YUV | 124.91 | 172.06 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 203 | 0.80 | 0.25 | 0 | 0.20 | 198.4 | 0.67 | 0.48 |
| Hex | 28 | 99 | CB | 50 | 19 | 0 | 14 | C6 | 43 | 30 |
| Octal | 50 | 231 | 313 | 120 | 31 | 0 | 24 | 306 | 103 | 60 |
| Binary | 101000 | 10011001 | 11001011 | 1010000 | 11001 | 0 | 10100 | 11000110 | 1000011 | 110000 |
Color Harmonies of #2899CB
Complementary color
Monochromatic Colors of #2899CB
Black with #2899CB
Text Example
Text Example
White with #2899CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899CB; }
p { color: rgb(40,153,203); }
H1.HeaderClassName
{
color: #2899CB;
}
.AnyTagClassName
{
color: #2899CB;
}
</style>
background-color css
<style>
a { background-color: #2899CB; }
a { background-color: rgb(40,153,203); }
div.DivClassName
{
background-color: #2899CB;
}
.BgClassName
{
background-color: #2899CB;
}
</style>
border-color css
<style>
span { border-color: #2899CB; }
span { border-color: rgb(40,153,203); }
td.TdClassName
{
border-color: #2899CB;
}
.TagClassName
{
border-color: #2899CB;
}
</style>