Shades of Pelorous #2091BF
Tints of Pelorous #2091BF
RGB
CMYK
RGB Variations
Color information
#2091BF (or 0x2091BF) is known color: Pelorous. HEX triplet: 20, 91 and BF. RGB value is (32,145,191). Sum of RGB (Red+Green+Blue) = 32+145+191=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #2091BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2091BF is #DF6E40. Grayscale: #747474. Windows color (decimal): -14642753 or 12554528. OLE color: 12554528.
HSL color Cylindrical-coordinate representation of color #2091BF: hue angle of 197.36º 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 #2091BF is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 145 | 191 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.25 |
| HSL | 197.36º | 0.71% | 0.44% | - |
| HSV(B) | 197.36º | 0.83% | 0.75% | - |
| XYZ | 20.13 | 24.32 | 52.92 | - |
| YUV | 116.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 191 | 0.83 | 0.24 | 0 | 0.25 | 197.36 | 0.71 | 0.44 |
| Hex | 20 | 91 | BF | 53 | 18 | 0 | 19 | C5 | 47 | 2C |
| Octal | 40 | 221 | 277 | 123 | 30 | 0 | 31 | 305 | 107 | 54 |
| Binary | 100000 | 10010001 | 10111111 | 1010011 | 11000 | 0 | 11001 | 11000101 | 1000111 | 101100 |
Color Harmonies of #2091BF
Complementary color
Monochromatic Colors of #2091BF
Black with #2091BF
Text Example
Text Example
White with #2091BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091BF; }
p { color: rgb(32,145,191); }
H1.HeaderClassName
{
color: #2091BF;
}
.AnyTagClassName
{
color: #2091BF;
}
</style>
background-color css
<style>
a { background-color: #2091BF; }
a { background-color: rgb(32,145,191); }
div.DivClassName
{
background-color: #2091BF;
}
.BgClassName
{
background-color: #2091BF;
}
</style>
border-color css
<style>
span { border-color: #2091BF; }
span { border-color: rgb(32,145,191); }
td.TdClassName
{
border-color: #2091BF;
}
.TagClassName
{
border-color: #2091BF;
}
</style>