Shades of Pelorous #208EC3
Tints of Pelorous #208EC3
RGB
CMYK
RGB Variations
Color information
#208EC3 (or 0x208EC3) is known color: Pelorous. HEX triplet: 20, 8E and C3. RGB value is (32,142,195). Sum of RGB (Red+Green+Blue) = 32+142+195=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #208EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EC3 is #DF713C. Grayscale: #727272. Windows color (decimal): -14643517 or 12815904. OLE color: 12815904.
HSL color Cylindrical-coordinate representation of color #208EC3: hue angle of 199.51º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208EC3 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 142 | 195 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.24 |
| HSL | 199.51º | 0.72% | 0.45% | - |
| HSV(B) | 199.51º | 0.84% | 0.76% | - |
| XYZ | 20.12 | 23.59 | 55.12 | - |
| YUV | 115.15 | 173.06 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 195 | 0.84 | 0.27 | 0 | 0.24 | 199.51 | 0.72 | 0.45 |
| Hex | 20 | 8E | C3 | 54 | 1B | 0 | 18 | C8 | 48 | 2D |
| Octal | 40 | 216 | 303 | 124 | 33 | 0 | 30 | 310 | 110 | 55 |
| Binary | 100000 | 10001110 | 11000011 | 1010100 | 11011 | 0 | 11000 | 11001000 | 1001000 | 101101 |
Color Harmonies of #208EC3
Complementary color
Monochromatic Colors of #208EC3
Black with #208EC3
Text Example
Text Example
White with #208EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EC3; }
p { color: rgb(32,142,195); }
H1.HeaderClassName
{
color: #208EC3;
}
.AnyTagClassName
{
color: #208EC3;
}
</style>
background-color css
<style>
a { background-color: #208EC3; }
a { background-color: rgb(32,142,195); }
div.DivClassName
{
background-color: #208EC3;
}
.BgClassName
{
background-color: #208EC3;
}
</style>
border-color css
<style>
span { border-color: #208EC3; }
span { border-color: rgb(32,142,195); }
td.TdClassName
{
border-color: #208EC3;
}
.TagClassName
{
border-color: #208EC3;
}
</style>