Shades of Pelorous #2197BF
Tints of Pelorous #2197BF
RGB
CMYK
RGB Variations
Color information
#2197BF (or 0x2197BF) is known color: Pelorous. HEX triplet: 21, 97 and BF. RGB value is (33,151,191). Sum of RGB (Red+Green+Blue) = 33+151+191=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #2197BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197BF is #DE6840. Grayscale: #787878. Windows color (decimal): -14575681 or 12556065. OLE color: 12556065.
HSL color Cylindrical-coordinate representation of color #2197BF: hue angle of 195.19º 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 #2197BF is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 151 | 191 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.25 |
| HSL | 195.19º | 0.71% | 0.44% | - |
| HSV(B) | 195.19º | 0.83% | 0.75% | - |
| XYZ | 21.1 | 26.22 | 53.24 | - |
| YUV | 120.28 | 167.91 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 191 | 0.83 | 0.21 | 0 | 0.25 | 195.19 | 0.71 | 0.44 |
| Hex | 21 | 97 | BF | 53 | 15 | 0 | 19 | C3 | 47 | 2C |
| Octal | 41 | 227 | 277 | 123 | 25 | 0 | 31 | 303 | 107 | 54 |
| Binary | 100001 | 10010111 | 10111111 | 1010011 | 10101 | 0 | 11001 | 11000011 | 1000111 | 101100 |
Color Harmonies of #2197BF
Complementary color
Monochromatic Colors of #2197BF
Black with #2197BF
Text Example
Text Example
White with #2197BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197BF; }
p { color: rgb(33,151,191); }
H1.HeaderClassName
{
color: #2197BF;
}
.AnyTagClassName
{
color: #2197BF;
}
</style>
background-color css
<style>
a { background-color: #2197BF; }
a { background-color: rgb(33,151,191); }
div.DivClassName
{
background-color: #2197BF;
}
.BgClassName
{
background-color: #2197BF;
}
</style>
border-color css
<style>
span { border-color: #2197BF; }
span { border-color: rgb(33,151,191); }
td.TdClassName
{
border-color: #2197BF;
}
.TagClassName
{
border-color: #2197BF;
}
</style>