Shades of Pelorous #2093C2
Tints of Pelorous #2093C2
RGB
CMYK
RGB Variations
Color information
#2093C2 (or 0x2093C2) is known color: Pelorous. HEX triplet: 20, 93 and C2. RGB value is (32,147,194). Sum of RGB (Red+Green+Blue) = 32+147+194=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #2093C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093C2 is #DF6C3D. Grayscale: #757575. Windows color (decimal): -14642238 or 12751648. OLE color: 12751648.
HSL color Cylindrical-coordinate representation of color #2093C2: hue angle of 197.41º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2093C2 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 147 | 194 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.24 |
| HSL | 197.41º | 0.72% | 0.44% | - |
| HSV(B) | 197.41º | 0.84% | 0.76% | - |
| XYZ | 20.77 | 25.07 | 54.78 | - |
| YUV | 117.97 | 170.9 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 194 | 0.84 | 0.24 | 0 | 0.24 | 197.41 | 0.72 | 0.44 |
| Hex | 20 | 93 | C2 | 54 | 18 | 0 | 18 | C5 | 48 | 2C |
| Octal | 40 | 223 | 302 | 124 | 30 | 0 | 30 | 305 | 110 | 54 |
| Binary | 100000 | 10010011 | 11000010 | 1010100 | 11000 | 0 | 11000 | 11000101 | 1001000 | 101100 |
Color Harmonies of #2093C2
Complementary color
Monochromatic Colors of #2093C2
Black with #2093C2
Text Example
Text Example
White with #2093C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2093C2; }
p { color: rgb(32,147,194); }
H1.HeaderClassName
{
color: #2093C2;
}
.AnyTagClassName
{
color: #2093C2;
}
</style>
background-color css
<style>
a { background-color: #2093C2; }
a { background-color: rgb(32,147,194); }
div.DivClassName
{
background-color: #2093C2;
}
.BgClassName
{
background-color: #2093C2;
}
</style>
border-color css
<style>
span { border-color: #2093C2; }
span { border-color: rgb(32,147,194); }
td.TdClassName
{
border-color: #2093C2;
}
.TagClassName
{
border-color: #2093C2;
}
</style>