Shades of Pelorous #2189C6
Tints of Pelorous #2189C6
RGB
CMYK
RGB Variations
Color information
#2189C6 (or 0x2189C6) is known color: Pelorous. HEX triplet: 21, 89 and C6. RGB value is (33,137,198). Sum of RGB (Red+Green+Blue) = 33+137+198=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #2189C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189C6 is #DE7639. Grayscale: #707070. Windows color (decimal): -14579258 or 13011233. OLE color: 13011233.
HSL color Cylindrical-coordinate representation of color #2189C6: hue angle of 202.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2189C6 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 137 | 198 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.22 |
| HSL | 202.18º | 0.71% | 0.45% | - |
| HSV(B) | 202.18º | 0.83% | 0.78% | - |
| XYZ | 19.77 | 22.29 | 56.69 | - |
| YUV | 112.86 | 176.04 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 198 | 0.83 | 0.31 | 0 | 0.22 | 202.18 | 0.71 | 0.45 |
| Hex | 21 | 89 | C6 | 53 | 1F | 0 | 16 | CA | 47 | 2D |
| Octal | 41 | 211 | 306 | 123 | 37 | 0 | 26 | 312 | 107 | 55 |
| Binary | 100001 | 10001001 | 11000110 | 1010011 | 11111 | 0 | 10110 | 11001010 | 1000111 | 101101 |
Color Harmonies of #2189C6
Complementary color
Monochromatic Colors of #2189C6
Black with #2189C6
Text Example
Text Example
White with #2189C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2189C6; }
p { color: rgb(33,137,198); }
H1.HeaderClassName
{
color: #2189C6;
}
.AnyTagClassName
{
color: #2189C6;
}
</style>
background-color css
<style>
a { background-color: #2189C6; }
a { background-color: rgb(33,137,198); }
div.DivClassName
{
background-color: #2189C6;
}
.BgClassName
{
background-color: #2189C6;
}
</style>
border-color css
<style>
span { border-color: #2189C6; }
span { border-color: rgb(33,137,198); }
td.TdClassName
{
border-color: #2189C6;
}
.TagClassName
{
border-color: #2189C6;
}
</style>