Shades of Pelorous #2899CD
Tints of Pelorous #2899CD
RGB
CMYK
RGB Variations
Color information
#2899CD (or 0x2899CD) is known color: Pelorous. HEX triplet: 28, 99 and CD. RGB value is (40,153,205). Sum of RGB (Red+Green+Blue) = 40+153+205=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #2899CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899CD is #D76632. Grayscale: #7C7C7C. Windows color (decimal): -14116403 or 13474088. OLE color: 13474088.
HSL color Cylindrical-coordinate representation of color #2899CD: hue angle of 198.91º 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 #2899CD is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 153 | 205 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.20 |
| HSL | 198.91º | 0.67% | 0.48% | - |
| HSV(B) | 198.91º | 0.8% | 0.8% | - |
| XYZ | 23.29 | 27.64 | 61.87 | - |
| YUV | 125.14 | 173.06 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 205 | 0.80 | 0.25 | 0 | 0.20 | 198.91 | 0.67 | 0.48 |
| Hex | 28 | 99 | CD | 50 | 19 | 0 | 14 | C7 | 43 | 30 |
| Octal | 50 | 231 | 315 | 120 | 31 | 0 | 24 | 307 | 103 | 60 |
| Binary | 101000 | 10011001 | 11001101 | 1010000 | 11001 | 0 | 10100 | 11000111 | 1000011 | 110000 |
Color Harmonies of #2899CD
Complementary color
Monochromatic Colors of #2899CD
Black with #2899CD
Text Example
Text Example
White with #2899CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899CD; }
p { color: rgb(40,153,205); }
H1.HeaderClassName
{
color: #2899CD;
}
.AnyTagClassName
{
color: #2899CD;
}
</style>
background-color css
<style>
a { background-color: #2899CD; }
a { background-color: rgb(40,153,205); }
div.DivClassName
{
background-color: #2899CD;
}
.BgClassName
{
background-color: #2899CD;
}
</style>
border-color css
<style>
span { border-color: #2899CD; }
span { border-color: rgb(40,153,205); }
td.TdClassName
{
border-color: #2899CD;
}
.TagClassName
{
border-color: #2899CD;
}
</style>