Shades of Pelorous #2194BB
Tints of Pelorous #2194BB
RGB
CMYK
RGB Variations
Color information
#2194BB (or 0x2194BB) is known color: Pelorous. HEX triplet: 21, 94 and BB. RGB value is (33,148,187). Sum of RGB (Red+Green+Blue) = 33+148+187=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #2194BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2194BB is #DE6B44. Grayscale: #757575. Windows color (decimal): -14576453 or 12293153. OLE color: 12293153.
HSL color Cylindrical-coordinate representation of color #2194BB: hue angle of 195.19º 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 #2194BB is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 148 | 187 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.27 |
| HSL | 195.19º | 0.7% | 0.43% | - |
| HSV(B) | 195.19º | 0.82% | 0.73% | - |
| XYZ | 20.19 | 25.09 | 50.79 | - |
| YUV | 118.06 | 166.9 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 187 | 0.82 | 0.21 | 0 | 0.27 | 195.19 | 0.7 | 0.43 |
| Hex | 21 | 94 | BB | 52 | 15 | 0 | 1B | C3 | 46 | 2B |
| Octal | 41 | 224 | 273 | 122 | 25 | 0 | 33 | 303 | 106 | 53 |
| Binary | 100001 | 10010100 | 10111011 | 1010010 | 10101 | 0 | 11011 | 11000011 | 1000110 | 101011 |
Color Harmonies of #2194BB
Complementary color
Monochromatic Colors of #2194BB
Black with #2194BB
Text Example
Text Example
White with #2194BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194BB; }
p { color: rgb(33,148,187); }
H1.HeaderClassName
{
color: #2194BB;
}
.AnyTagClassName
{
color: #2194BB;
}
</style>
background-color css
<style>
a { background-color: #2194BB; }
a { background-color: rgb(33,148,187); }
div.DivClassName
{
background-color: #2194BB;
}
.BgClassName
{
background-color: #2194BB;
}
</style>
border-color css
<style>
span { border-color: #2194BB; }
span { border-color: rgb(33,148,187); }
td.TdClassName
{
border-color: #2194BB;
}
.TagClassName
{
border-color: #2194BB;
}
</style>