Shades of Pelorous #2198BB
Tints of Pelorous #2198BB
RGB
CMYK
RGB Variations
Color information
#2198BB (or 0x2198BB) is known color: Pelorous. HEX triplet: 21, 98 and BB. RGB value is (33,152,187). Sum of RGB (Red+Green+Blue) = 33+152+187=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #2198BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2198BB is #DE6744. Grayscale: #787878. Windows color (decimal): -14575429 or 12294177. OLE color: 12294177.
HSL color Cylindrical-coordinate representation of color #2198BB: hue angle of 193.64º 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 #2198BB is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 152 | 187 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.27 |
| HSL | 193.64º | 0.7% | 0.43% | - |
| HSV(B) | 193.64º | 0.82% | 0.73% | - |
| XYZ | 20.83 | 26.37 | 51.01 | - |
| YUV | 120.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 187 | 0.82 | 0.19 | 0 | 0.27 | 193.64 | 0.7 | 0.43 |
| Hex | 21 | 98 | BB | 52 | 13 | 0 | 1B | C2 | 46 | 2B |
| Octal | 41 | 230 | 273 | 122 | 23 | 0 | 33 | 302 | 106 | 53 |
| Binary | 100001 | 10011000 | 10111011 | 1010010 | 10011 | 0 | 11011 | 11000010 | 1000110 | 101011 |
Color Harmonies of #2198BB
Complementary color
Monochromatic Colors of #2198BB
Black with #2198BB
Text Example
Text Example
White with #2198BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2198BB; }
p { color: rgb(33,152,187); }
H1.HeaderClassName
{
color: #2198BB;
}
.AnyTagClassName
{
color: #2198BB;
}
</style>
background-color css
<style>
a { background-color: #2198BB; }
a { background-color: rgb(33,152,187); }
div.DivClassName
{
background-color: #2198BB;
}
.BgClassName
{
background-color: #2198BB;
}
</style>
border-color css
<style>
span { border-color: #2198BB; }
span { border-color: rgb(33,152,187); }
td.TdClassName
{
border-color: #2198BB;
}
.TagClassName
{
border-color: #2198BB;
}
</style>