Shades of Pelorous #2089C3
Tints of Pelorous #2089C3
RGB
CMYK
RGB Variations
Color information
#2089C3 (or 0x2089C3) is known color: Pelorous. HEX triplet: 20, 89 and C3. RGB value is (32,137,195). Sum of RGB (Red+Green+Blue) = 32+137+195=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 195 (76.56% from 255 or 53.57% from 364); Max value from RGB is 195 - color contains mainly: blue. Hex color #2089C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2089C3 is #DF763C. Grayscale: #6F6F6F. Windows color (decimal): -14644797 or 12814624. OLE color: 12814624.
HSL color Cylindrical-coordinate representation of color #2089C3: hue angle of 201.35º 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 #2089C3 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 137 | 195 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.24 |
| HSL | 201.35º | 0.72% | 0.45% | - |
| HSV(B) | 201.35º | 0.84% | 0.76% | - |
| XYZ | 19.39 | 22.14 | 54.88 | - |
| YUV | 112.22 | 174.71 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 195 | 0.84 | 0.30 | 0 | 0.24 | 201.35 | 0.72 | 0.45 |
| Hex | 20 | 89 | C3 | 54 | 1E | 0 | 18 | C9 | 48 | 2D |
| Octal | 40 | 211 | 303 | 124 | 36 | 0 | 30 | 311 | 110 | 55 |
| Binary | 100000 | 10001001 | 11000011 | 1010100 | 11110 | 0 | 11000 | 11001001 | 1001000 | 101101 |
Color Harmonies of #2089C3
Complementary color
Monochromatic Colors of #2089C3
Black with #2089C3
Text Example
Text Example
White with #2089C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2089C3; }
p { color: rgb(32,137,195); }
H1.HeaderClassName
{
color: #2089C3;
}
.AnyTagClassName
{
color: #2089C3;
}
</style>
background-color css
<style>
a { background-color: #2089C3; }
a { background-color: rgb(32,137,195); }
div.DivClassName
{
background-color: #2089C3;
}
.BgClassName
{
background-color: #2089C3;
}
</style>
border-color css
<style>
span { border-color: #2089C3; }
span { border-color: rgb(32,137,195); }
td.TdClassName
{
border-color: #2089C3;
}
.TagClassName
{
border-color: #2089C3;
}
</style>