Shades of Pelorous #208BB1
Tints of Pelorous #208BB1
RGB
CMYK
RGB Variations
Color information
#208BB1 (or 0x208BB1) is known color: Pelorous. HEX triplet: 20, 8B and B1. RGB value is (32,139,177). Sum of RGB (Red+Green+Blue) = 32+139+177=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #208BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208BB1 is #DF744E. Grayscale: #6F6F6F. Windows color (decimal): -14644303 or 11635488. OLE color: 11635488.
HSL color Cylindrical-coordinate representation of color #208BB1: hue angle of 195.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #208BB1 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 139 | 177 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.31 |
| HSL | 195.72º | 0.69% | 0.41% | - |
| HSV(B) | 195.72º | 0.82% | 0.69% | - |
| XYZ | 17.76 | 21.95 | 44.89 | - |
| YUV | 111.34 | 165.05 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 177 | 0.82 | 0.21 | 0 | 0.31 | 195.72 | 0.69 | 0.41 |
| Hex | 20 | 8B | B1 | 52 | 15 | 0 | 1F | C4 | 45 | 29 |
| Octal | 40 | 213 | 261 | 122 | 25 | 0 | 37 | 304 | 105 | 51 |
| Binary | 100000 | 10001011 | 10110001 | 1010010 | 10101 | 0 | 11111 | 11000100 | 1000101 | 101001 |
Color Harmonies of #208BB1
Complementary color
Monochromatic Colors of #208BB1
Black with #208BB1
Text Example
Text Example
White with #208BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BB1; }
p { color: rgb(32,139,177); }
H1.HeaderClassName
{
color: #208BB1;
}
.AnyTagClassName
{
color: #208BB1;
}
</style>
background-color css
<style>
a { background-color: #208BB1; }
a { background-color: rgb(32,139,177); }
div.DivClassName
{
background-color: #208BB1;
}
.BgClassName
{
background-color: #208BB1;
}
</style>
border-color css
<style>
span { border-color: #208BB1; }
span { border-color: rgb(32,139,177); }
td.TdClassName
{
border-color: #208BB1;
}
.TagClassName
{
border-color: #208BB1;
}
</style>