Shades of Pelorous #2189BF
Tints of Pelorous #2189BF
RGB
CMYK
RGB Variations
Color information
#2189BF (or 0x2189BF) is known color: Pelorous. HEX triplet: 21, 89 and BF. RGB value is (33,137,191). Sum of RGB (Red+Green+Blue) = 33+137+191=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #2189BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189BF is #DE7640. Grayscale: #6F6F6F. Windows color (decimal): -14579265 or 12552481. OLE color: 12552481.
HSL color Cylindrical-coordinate representation of color #2189BF: hue angle of 200.51º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2189BF is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 137 | 191 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.25 |
| HSL | 200.51º | 0.71% | 0.44% | - |
| HSV(B) | 200.51º | 0.83% | 0.75% | - |
| XYZ | 18.98 | 21.98 | 52.53 | - |
| YUV | 112.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 191 | 0.83 | 0.28 | 0 | 0.25 | 200.51 | 0.71 | 0.44 |
| Hex | 21 | 89 | BF | 53 | 1C | 0 | 19 | C9 | 47 | 2C |
| Octal | 41 | 211 | 277 | 123 | 34 | 0 | 31 | 311 | 107 | 54 |
| Binary | 100001 | 10001001 | 10111111 | 1010011 | 11100 | 0 | 11001 | 11001001 | 1000111 | 101100 |
Color Harmonies of #2189BF
Complementary color
Monochromatic Colors of #2189BF
Black with #2189BF
Text Example
Text Example
White with #2189BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2189BF; }
p { color: rgb(33,137,191); }
H1.HeaderClassName
{
color: #2189BF;
}
.AnyTagClassName
{
color: #2189BF;
}
</style>
background-color css
<style>
a { background-color: #2189BF; }
a { background-color: rgb(33,137,191); }
div.DivClassName
{
background-color: #2189BF;
}
.BgClassName
{
background-color: #2189BF;
}
</style>
border-color css
<style>
span { border-color: #2189BF; }
span { border-color: rgb(33,137,191); }
td.TdClassName
{
border-color: #2189BF;
}
.TagClassName
{
border-color: #2189BF;
}
</style>