Shades of Pelorous #2891C9
Tints of Pelorous #2891C9
RGB
CMYK
RGB Variations
Color information
#2891C9 (or 0x2891C9) is known color: Pelorous. HEX triplet: 28, 91 and C9. RGB value is (40,145,201). Sum of RGB (Red+Green+Blue) = 40+145+201=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #2891C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2891C9 is #D76E36. Grayscale: #777777. Windows color (decimal): -14118455 or 13209896. OLE color: 13209896.
HSL color Cylindrical-coordinate representation of color #2891C9: hue angle of 200.87º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2891C9 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 145 | 201 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.21 |
| HSL | 200.87º | 0.67% | 0.47% | - |
| HSV(B) | 200.87º | 0.8% | 0.79% | - |
| XYZ | 21.54 | 24.92 | 58.93 | - |
| YUV | 119.99 | 173.71 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 201 | 0.80 | 0.28 | 0 | 0.21 | 200.87 | 0.67 | 0.47 |
| Hex | 28 | 91 | C9 | 50 | 1C | 0 | 15 | C9 | 43 | 2F |
| Octal | 50 | 221 | 311 | 120 | 34 | 0 | 25 | 311 | 103 | 57 |
| Binary | 101000 | 10010001 | 11001001 | 1010000 | 11100 | 0 | 10101 | 11001001 | 1000011 | 101111 |
Color Harmonies of #2891C9
Complementary color
Monochromatic Colors of #2891C9
Black with #2891C9
Text Example
Text Example
White with #2891C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2891C9; }
p { color: rgb(40,145,201); }
H1.HeaderClassName
{
color: #2891C9;
}
.AnyTagClassName
{
color: #2891C9;
}
</style>
background-color css
<style>
a { background-color: #2891C9; }
a { background-color: rgb(40,145,201); }
div.DivClassName
{
background-color: #2891C9;
}
.BgClassName
{
background-color: #2891C9;
}
</style>
border-color css
<style>
span { border-color: #2891C9; }
span { border-color: rgb(40,145,201); }
td.TdClassName
{
border-color: #2891C9;
}
.TagClassName
{
border-color: #2891C9;
}
</style>