Shades of Pelorous #2193C1
Tints of Pelorous #2193C1
RGB
CMYK
RGB Variations
Color information
#2193C1 (or 0x2193C1) is known color: Pelorous. HEX triplet: 21, 93 and C1. RGB value is (33,147,193). Sum of RGB (Red+Green+Blue) = 33+147+193=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #2193C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2193C1 is #DE6C3E. Grayscale: #757575. Windows color (decimal): -14576703 or 12686113. OLE color: 12686113.
HSL color Cylindrical-coordinate representation of color #2193C1: hue angle of 197.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2193C1 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 147 | 193 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.24 |
| HSL | 197.25º | 0.71% | 0.44% | - |
| HSV(B) | 197.25º | 0.83% | 0.76% | - |
| XYZ | 20.69 | 25.04 | 54.2 | - |
| YUV | 118.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 193 | 0.83 | 0.24 | 0 | 0.24 | 197.25 | 0.71 | 0.44 |
| Hex | 21 | 93 | C1 | 53 | 18 | 0 | 18 | C5 | 47 | 2C |
| Octal | 41 | 223 | 301 | 123 | 30 | 0 | 30 | 305 | 107 | 54 |
| Binary | 100001 | 10010011 | 11000001 | 1010011 | 11000 | 0 | 11000 | 11000101 | 1000111 | 101100 |
Color Harmonies of #2193C1
Complementary color
Monochromatic Colors of #2193C1
Black with #2193C1
Text Example
Text Example
White with #2193C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2193C1; }
p { color: rgb(33,147,193); }
H1.HeaderClassName
{
color: #2193C1;
}
.AnyTagClassName
{
color: #2193C1;
}
</style>
background-color css
<style>
a { background-color: #2193C1; }
a { background-color: rgb(33,147,193); }
div.DivClassName
{
background-color: #2193C1;
}
.BgClassName
{
background-color: #2193C1;
}
</style>
border-color css
<style>
span { border-color: #2193C1; }
span { border-color: rgb(33,147,193); }
td.TdClassName
{
border-color: #2193C1;
}
.TagClassName
{
border-color: #2193C1;
}
</style>