Shades of Pelorous #209BC3
Tints of Pelorous #209BC3
RGB
CMYK
RGB Variations
Color information
#209BC3 (or 0x209BC3) is known color: Pelorous. HEX triplet: 20, 9B and C3. RGB value is (32,155,195). Sum of RGB (Red+Green+Blue) = 32+155+195=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #209BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209BC3 is #DF643C. Grayscale: #7A7A7A. Windows color (decimal): -14640189 or 12819232. OLE color: 12819232.
HSL color Cylindrical-coordinate representation of color #209BC3: hue angle of 194.72º 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 #209BC3 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 155 | 195 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.24 |
| HSL | 194.72º | 0.72% | 0.45% | - |
| HSV(B) | 194.72º | 0.84% | 0.76% | - |
| XYZ | 22.17 | 27.69 | 55.81 | - |
| YUV | 122.78 | 168.75 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 195 | 0.84 | 0.21 | 0 | 0.24 | 194.72 | 0.72 | 0.45 |
| Hex | 20 | 9B | C3 | 54 | 15 | 0 | 18 | C3 | 48 | 2D |
| Octal | 40 | 233 | 303 | 124 | 25 | 0 | 30 | 303 | 110 | 55 |
| Binary | 100000 | 10011011 | 11000011 | 1010100 | 10101 | 0 | 11000 | 11000011 | 1001000 | 101101 |
Color Harmonies of #209BC3
Complementary color
Monochromatic Colors of #209BC3
Black with #209BC3
Text Example
Text Example
White with #209BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BC3; }
p { color: rgb(32,155,195); }
H1.HeaderClassName
{
color: #209BC3;
}
.AnyTagClassName
{
color: #209BC3;
}
</style>
background-color css
<style>
a { background-color: #209BC3; }
a { background-color: rgb(32,155,195); }
div.DivClassName
{
background-color: #209BC3;
}
.BgClassName
{
background-color: #209BC3;
}
</style>
border-color css
<style>
span { border-color: #209BC3; }
span { border-color: rgb(32,155,195); }
td.TdClassName
{
border-color: #209BC3;
}
.TagClassName
{
border-color: #209BC3;
}
</style>