Shades of Pelorous #219BB7
Tints of Pelorous #219BB7
RGB
CMYK
RGB Variations
Color information
#219BB7 (or 0x219BB7) is known color: Pelorous. HEX triplet: 21, 9B and B7. RGB value is (33,155,183). Sum of RGB (Red+Green+Blue) = 33+155+183=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #219BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BB7 is #DE6448. Grayscale: #797979. Windows color (decimal): -14574665 or 12032801. OLE color: 12032801.
HSL color Cylindrical-coordinate representation of color #219BB7: hue angle of 191.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219BB7 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 155 | 183 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.28 |
| HSL | 191.2º | 0.69% | 0.42% | - |
| HSV(B) | 191.2º | 0.82% | 0.72% | - |
| XYZ | 20.9 | 27.18 | 48.95 | - |
| YUV | 121.71 | 162.58 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 183 | 0.82 | 0.15 | 0 | 0.28 | 191.2 | 0.69 | 0.42 |
| Hex | 21 | 9B | B7 | 52 | F | 0 | 1C | BF | 45 | 2A |
| Octal | 41 | 233 | 267 | 122 | 17 | 0 | 34 | 277 | 105 | 52 |
| Binary | 100001 | 10011011 | 10110111 | 1010010 | 1111 | 0 | 11100 | 10111111 | 1000101 | 101010 |
Color Harmonies of #219BB7
Complementary color
Monochromatic Colors of #219BB7
Black with #219BB7
Text Example
Text Example
White with #219BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BB7; }
p { color: rgb(33,155,183); }
H1.HeaderClassName
{
color: #219BB7;
}
.AnyTagClassName
{
color: #219BB7;
}
</style>
background-color css
<style>
a { background-color: #219BB7; }
a { background-color: rgb(33,155,183); }
div.DivClassName
{
background-color: #219BB7;
}
.BgClassName
{
background-color: #219BB7;
}
</style>
border-color css
<style>
span { border-color: #219BB7; }
span { border-color: rgb(33,155,183); }
td.TdClassName
{
border-color: #219BB7;
}
.TagClassName
{
border-color: #219BB7;
}
</style>