Shades of Pelorous #2899C3
Tints of Pelorous #2899C3
RGB
CMYK
RGB Variations
Color information
#2899C3 (or 0x2899C3) is known color: Pelorous. HEX triplet: 28, 99 and C3. RGB value is (40,153,195). Sum of RGB (Red+Green+Blue) = 40+153+195=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #2899C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899C3 is #D7663C. Grayscale: #7B7B7B. Windows color (decimal): -14116413 or 12818728. OLE color: 12818728.
HSL color Cylindrical-coordinate representation of color #2899C3: hue angle of 196.26º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2899C3 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 153 | 195 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.24 |
| HSL | 196.26º | 0.66% | 0.46% | - |
| HSV(B) | 196.26º | 0.79% | 0.76% | - |
| XYZ | 22.12 | 27.17 | 55.71 | - |
| YUV | 124 | 168.06 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 195 | 0.79 | 0.22 | 0 | 0.24 | 196.26 | 0.66 | 0.46 |
| Hex | 28 | 99 | C3 | 4F | 16 | 0 | 18 | C4 | 42 | 2E |
| Octal | 50 | 231 | 303 | 117 | 26 | 0 | 30 | 304 | 102 | 56 |
| Binary | 101000 | 10011001 | 11000011 | 1001111 | 10110 | 0 | 11000 | 11000100 | 1000010 | 101110 |
Color Harmonies of #2899C3
Complementary color
Monochromatic Colors of #2899C3
Black with #2899C3
Text Example
Text Example
White with #2899C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899C3; }
p { color: rgb(40,153,195); }
H1.HeaderClassName
{
color: #2899C3;
}
.AnyTagClassName
{
color: #2899C3;
}
</style>
background-color css
<style>
a { background-color: #2899C3; }
a { background-color: rgb(40,153,195); }
div.DivClassName
{
background-color: #2899C3;
}
.BgClassName
{
background-color: #2899C3;
}
</style>
border-color css
<style>
span { border-color: #2899C3; }
span { border-color: rgb(40,153,195); }
td.TdClassName
{
border-color: #2899C3;
}
.TagClassName
{
border-color: #2899C3;
}
</style>