Shades of Pelorous #2092C6
Tints of Pelorous #2092C6
RGB
CMYK
RGB Variations
Color information
#2092C6 (or 0x2092C6) is known color: Pelorous. HEX triplet: 20, 92 and C6. RGB value is (32,146,198). Sum of RGB (Red+Green+Blue) = 32+146+198=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #2092C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2092C6 is #DF6D39. Grayscale: #757575. Windows color (decimal): -14642490 or 13013536. OLE color: 13013536.
HSL color Cylindrical-coordinate representation of color #2092C6: hue angle of 198.8º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2092C6 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 146 | 198 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.22 |
| HSL | 198.8º | 0.72% | 0.45% | - |
| HSV(B) | 198.8º | 0.84% | 0.78% | - |
| XYZ | 21.07 | 24.94 | 57.13 | - |
| YUV | 117.84 | 173.23 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 198 | 0.84 | 0.26 | 0 | 0.22 | 198.8 | 0.72 | 0.45 |
| Hex | 20 | 92 | C6 | 54 | 1A | 0 | 16 | C7 | 48 | 2D |
| Octal | 40 | 222 | 306 | 124 | 32 | 0 | 26 | 307 | 110 | 55 |
| Binary | 100000 | 10010010 | 11000110 | 1010100 | 11010 | 0 | 10110 | 11000111 | 1001000 | 101101 |
Color Harmonies of #2092C6
Complementary color
Monochromatic Colors of #2092C6
Black with #2092C6
Text Example
Text Example
White with #2092C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2092C6; }
p { color: rgb(32,146,198); }
H1.HeaderClassName
{
color: #2092C6;
}
.AnyTagClassName
{
color: #2092C6;
}
</style>
background-color css
<style>
a { background-color: #2092C6; }
a { background-color: rgb(32,146,198); }
div.DivClassName
{
background-color: #2092C6;
}
.BgClassName
{
background-color: #2092C6;
}
</style>
border-color css
<style>
span { border-color: #2092C6; }
span { border-color: rgb(32,146,198); }
td.TdClassName
{
border-color: #2092C6;
}
.TagClassName
{
border-color: #2092C6;
}
</style>