Shades of Pelorous #209BB2
Tints of Pelorous #209BB2
RGB
CMYK
RGB Variations
Color information
#209BB2 (or 0x209BB2) is known color: Pelorous. HEX triplet: 20, 9B and B2. RGB value is (32,155,178). Sum of RGB (Red+Green+Blue) = 32+155+178=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #209BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209BB2 is #DF644D. Grayscale: #787878. Windows color (decimal): -14640206 or 11705120. OLE color: 11705120.
HSL color Cylindrical-coordinate representation of color #209BB2: hue angle of 189.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209BB2 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 155 | 178 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.30 |
| HSL | 189.45º | 0.7% | 0.41% | - |
| HSV(B) | 189.45º | 0.82% | 0.7% | - |
| XYZ | 20.35 | 26.96 | 46.25 | - |
| YUV | 120.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 178 | 0.82 | 0.13 | 0 | 0.30 | 189.45 | 0.7 | 0.41 |
| Hex | 20 | 9B | B2 | 52 | D | 0 | 1E | BD | 46 | 29 |
| Octal | 40 | 233 | 262 | 122 | 15 | 0 | 36 | 275 | 106 | 51 |
| Binary | 100000 | 10011011 | 10110010 | 1010010 | 1101 | 0 | 11110 | 10111101 | 1000110 | 101001 |
Color Harmonies of #209BB2
Complementary color
Monochromatic Colors of #209BB2
Black with #209BB2
Text Example
Text Example
White with #209BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BB2; }
p { color: rgb(32,155,178); }
H1.HeaderClassName
{
color: #209BB2;
}
.AnyTagClassName
{
color: #209BB2;
}
</style>
background-color css
<style>
a { background-color: #209BB2; }
a { background-color: rgb(32,155,178); }
div.DivClassName
{
background-color: #209BB2;
}
.BgClassName
{
background-color: #209BB2;
}
</style>
border-color css
<style>
span { border-color: #209BB2; }
span { border-color: rgb(32,155,178); }
td.TdClassName
{
border-color: #209BB2;
}
.TagClassName
{
border-color: #209BB2;
}
</style>