Shades of Pelorous #2899CC
Tints of Pelorous #2899CC
RGB
CMYK
RGB Variations
Color information
#2899CC (or 0x2899CC) is known color: Pelorous. HEX triplet: 28, 99 and CC. RGB value is (40,153,204). Sum of RGB (Red+Green+Blue) = 40+153+204=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #2899CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899CC is #D76633. Grayscale: #7C7C7C. Windows color (decimal): -14116404 or 13408552. OLE color: 13408552.
HSL color Cylindrical-coordinate representation of color #2899CC: hue angle of 198.66º 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 #2899CC is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 153 | 204 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.2 |
| HSL | 198.66º | 0.67% | 0.48% | - |
| HSV(B) | 198.66º | 0.8% | 0.8% | - |
| XYZ | 23.17 | 27.59 | 61.23 | - |
| YUV | 125.03 | 172.56 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 204 | 0.80 | 0.25 | 0 | 0.2 | 198.66 | 0.67 | 0.48 |
| Hex | 28 | 99 | CC | 50 | 19 | 0 | 14 | C7 | 43 | 30 |
| Octal | 50 | 231 | 314 | 120 | 31 | 0 | 24 | 307 | 103 | 60 |
| Binary | 101000 | 10011001 | 11001100 | 1010000 | 11001 | 0 | 10100 | 11000111 | 1000011 | 110000 |
Color Harmonies of #2899CC
Complementary color
Monochromatic Colors of #2899CC
Black with #2899CC
Text Example
Text Example
White with #2899CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899CC; }
p { color: rgb(40,153,204); }
H1.HeaderClassName
{
color: #2899CC;
}
.AnyTagClassName
{
color: #2899CC;
}
</style>
background-color css
<style>
a { background-color: #2899CC; }
a { background-color: rgb(40,153,204); }
div.DivClassName
{
background-color: #2899CC;
}
.BgClassName
{
background-color: #2899CC;
}
</style>
border-color css
<style>
span { border-color: #2899CC; }
span { border-color: rgb(40,153,204); }
td.TdClassName
{
border-color: #2899CC;
}
.TagClassName
{
border-color: #2899CC;
}
</style>