Shades of Pelorous #2188C2
Tints of Pelorous #2188C2
RGB
CMYK
RGB Variations
Color information
#2188C2 (or 0x2188C2) is known color: Pelorous. HEX triplet: 21, 88 and C2. RGB value is (33,136,194). Sum of RGB (Red+Green+Blue) = 33+136+194=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #2188C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2188C2 is #DE773D. Grayscale: #6F6F6F. Windows color (decimal): -14579518 or 12748833. OLE color: 12748833.
HSL color Cylindrical-coordinate representation of color #2188C2: hue angle of 201.61º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2188C2 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 136 | 194 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.24 |
| HSL | 201.61º | 0.71% | 0.45% | - |
| HSV(B) | 201.61º | 0.83% | 0.76% | - |
| XYZ | 19.17 | 21.83 | 54.24 | - |
| YUV | 111.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 194 | 0.83 | 0.30 | 0 | 0.24 | 201.61 | 0.71 | 0.45 |
| Hex | 21 | 88 | C2 | 53 | 1E | 0 | 18 | CA | 47 | 2D |
| Octal | 41 | 210 | 302 | 123 | 36 | 0 | 30 | 312 | 107 | 55 |
| Binary | 100001 | 10001000 | 11000010 | 1010011 | 11110 | 0 | 11000 | 11001010 | 1000111 | 101101 |
Color Harmonies of #2188C2
Complementary color
Monochromatic Colors of #2188C2
Black with #2188C2
Text Example
Text Example
White with #2188C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2188C2; }
p { color: rgb(33,136,194); }
H1.HeaderClassName
{
color: #2188C2;
}
.AnyTagClassName
{
color: #2188C2;
}
</style>
background-color css
<style>
a { background-color: #2188C2; }
a { background-color: rgb(33,136,194); }
div.DivClassName
{
background-color: #2188C2;
}
.BgClassName
{
background-color: #2188C2;
}
</style>
border-color css
<style>
span { border-color: #2188C2; }
span { border-color: rgb(33,136,194); }
td.TdClassName
{
border-color: #2188C2;
}
.TagClassName
{
border-color: #2188C2;
}
</style>