Shades of Pelorous #218CBA
Tints of Pelorous #218CBA
RGB
CMYK
RGB Variations
Color information
#218CBA (or 0x218CBA) is known color: Pelorous. HEX triplet: 21, 8C and BA. RGB value is (33,140,186). Sum of RGB (Red+Green+Blue) = 33+140+186=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #218CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CBA is #DE7345. Grayscale: #707070. Windows color (decimal): -14578502 or 12225569. OLE color: 12225569.
HSL color Cylindrical-coordinate representation of color #218CBA: hue angle of 198.04º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218CBA is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 140 | 186 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.27 |
| HSL | 198.04º | 0.7% | 0.43% | - |
| HSV(B) | 198.04º | 0.82% | 0.73% | - |
| XYZ | 18.87 | 22.62 | 49.83 | - |
| YUV | 113.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 186 | 0.82 | 0.25 | 0 | 0.27 | 198.04 | 0.7 | 0.43 |
| Hex | 21 | 8C | BA | 52 | 19 | 0 | 1B | C6 | 46 | 2B |
| Octal | 41 | 214 | 272 | 122 | 31 | 0 | 33 | 306 | 106 | 53 |
| Binary | 100001 | 10001100 | 10111010 | 1010010 | 11001 | 0 | 11011 | 11000110 | 1000110 | 101011 |
Color Harmonies of #218CBA
Complementary color
Monochromatic Colors of #218CBA
Black with #218CBA
Text Example
Text Example
White with #218CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CBA; }
p { color: rgb(33,140,186); }
H1.HeaderClassName
{
color: #218CBA;
}
.AnyTagClassName
{
color: #218CBA;
}
</style>
background-color css
<style>
a { background-color: #218CBA; }
a { background-color: rgb(33,140,186); }
div.DivClassName
{
background-color: #218CBA;
}
.BgClassName
{
background-color: #218CBA;
}
</style>
border-color css
<style>
span { border-color: #218CBA; }
span { border-color: rgb(33,140,186); }
td.TdClassName
{
border-color: #218CBA;
}
.TagClassName
{
border-color: #218CBA;
}
</style>