Shades of Pelorous #2191BB
Tints of Pelorous #2191BB
RGB
CMYK
RGB Variations
Color information
#2191BB (or 0x2191BB) is known color: Pelorous. HEX triplet: 21, 91 and BB. RGB value is (33,145,187). Sum of RGB (Red+Green+Blue) = 33+145+187=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #2191BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2191BB is #DE6E44. Grayscale: #747474. Windows color (decimal): -14577221 or 12292385. OLE color: 12292385.
HSL color Cylindrical-coordinate representation of color #2191BB: hue angle of 196.36º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2191BB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 145 | 187 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.27 |
| HSL | 196.36º | 0.7% | 0.43% | - |
| HSV(B) | 196.36º | 0.82% | 0.73% | - |
| XYZ | 19.72 | 24.16 | 50.64 | - |
| YUV | 116.3 | 167.89 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 187 | 0.82 | 0.22 | 0 | 0.27 | 196.36 | 0.7 | 0.43 |
| Hex | 21 | 91 | BB | 52 | 16 | 0 | 1B | C4 | 46 | 2B |
| Octal | 41 | 221 | 273 | 122 | 26 | 0 | 33 | 304 | 106 | 53 |
| Binary | 100001 | 10010001 | 10111011 | 1010010 | 10110 | 0 | 11011 | 11000100 | 1000110 | 101011 |
Color Harmonies of #2191BB
Complementary color
Monochromatic Colors of #2191BB
Black with #2191BB
Text Example
Text Example
White with #2191BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2191BB; }
p { color: rgb(33,145,187); }
H1.HeaderClassName
{
color: #2191BB;
}
.AnyTagClassName
{
color: #2191BB;
}
</style>
background-color css
<style>
a { background-color: #2191BB; }
a { background-color: rgb(33,145,187); }
div.DivClassName
{
background-color: #2191BB;
}
.BgClassName
{
background-color: #2191BB;
}
</style>
border-color css
<style>
span { border-color: #2191BB; }
span { border-color: rgb(33,145,187); }
td.TdClassName
{
border-color: #2191BB;
}
.TagClassName
{
border-color: #2191BB;
}
</style>