Shades of Pelorous #2092BB
Tints of Pelorous #2092BB
RGB
CMYK
RGB Variations
Color information
#2092BB (or 0x2092BB) is known color: Pelorous. HEX triplet: 20, 92 and BB. RGB value is (32,146,187). Sum of RGB (Red+Green+Blue) = 32+146+187=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #2092BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2092BB is #DF6D44. Grayscale: #747474. Windows color (decimal): -14642501 or 12292640. OLE color: 12292640.
HSL color Cylindrical-coordinate representation of color #2092BB: hue angle of 195.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2092BB is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 146 | 187 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.27 |
| HSL | 195.87º | 0.71% | 0.43% | - |
| HSV(B) | 195.87º | 0.83% | 0.73% | - |
| XYZ | 19.84 | 24.45 | 50.69 | - |
| YUV | 116.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 187 | 0.83 | 0.22 | 0 | 0.27 | 195.87 | 0.71 | 0.43 |
| Hex | 20 | 92 | BB | 53 | 16 | 0 | 1B | C4 | 47 | 2B |
| Octal | 40 | 222 | 273 | 123 | 26 | 0 | 33 | 304 | 107 | 53 |
| Binary | 100000 | 10010010 | 10111011 | 1010011 | 10110 | 0 | 11011 | 11000100 | 1000111 | 101011 |
Color Harmonies of #2092BB
Complementary color
Monochromatic Colors of #2092BB
Black with #2092BB
Text Example
Text Example
White with #2092BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2092BB; }
p { color: rgb(32,146,187); }
H1.HeaderClassName
{
color: #2092BB;
}
.AnyTagClassName
{
color: #2092BB;
}
</style>
background-color css
<style>
a { background-color: #2092BB; }
a { background-color: rgb(32,146,187); }
div.DivClassName
{
background-color: #2092BB;
}
.BgClassName
{
background-color: #2092BB;
}
</style>
border-color css
<style>
span { border-color: #2092BB; }
span { border-color: rgb(32,146,187); }
td.TdClassName
{
border-color: #2092BB;
}
.TagClassName
{
border-color: #2092BB;
}
</style>