Shades of Pelorous #219BA7
Tints of Pelorous #219BA7
RGB
CMYK
RGB Variations
Color information
#219BA7 (or 0x219BA7) is known color: Pelorous. HEX triplet: 21, 9B and A7. RGB value is (33,155,167). Sum of RGB (Red+Green+Blue) = 33+155+167=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #219BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BA7 is #DE6458. Grayscale: #777777. Windows color (decimal): -14574681 or 10984225. OLE color: 10984225.
HSL color Cylindrical-coordinate representation of color #219BA7: hue angle of 185.37º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219BA7 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 155 | 167 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.35 |
| HSL | 185.37º | 0.67% | 0.39% | - |
| HSV(B) | 185.37º | 0.8% | 0.65% | - |
| XYZ | 19.32 | 26.56 | 40.67 | - |
| YUV | 119.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 167 | 0.80 | 0.07 | 0 | 0.35 | 185.37 | 0.67 | 0.39 |
| Hex | 21 | 9B | A7 | 50 | 7 | 0 | 23 | B9 | 43 | 27 |
| Octal | 41 | 233 | 247 | 120 | 7 | 0 | 43 | 271 | 103 | 47 |
| Binary | 100001 | 10011011 | 10100111 | 1010000 | 111 | 0 | 100011 | 10111001 | 1000011 | 100111 |
Color Harmonies of #219BA7
Complementary color
Monochromatic Colors of #219BA7
Black with #219BA7
Text Example
Text Example
White with #219BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BA7; }
p { color: rgb(33,155,167); }
H1.HeaderClassName
{
color: #219BA7;
}
.AnyTagClassName
{
color: #219BA7;
}
</style>
background-color css
<style>
a { background-color: #219BA7; }
a { background-color: rgb(33,155,167); }
div.DivClassName
{
background-color: #219BA7;
}
.BgClassName
{
background-color: #219BA7;
}
</style>
border-color css
<style>
span { border-color: #219BA7; }
span { border-color: rgb(33,155,167); }
td.TdClassName
{
border-color: #219BA7;
}
.TagClassName
{
border-color: #219BA7;
}
</style>