Shades of Pelorous #218BBA
Tints of Pelorous #218BBA
RGB
CMYK
RGB Variations
Color information
#218BBA (or 0x218BBA) is known color: Pelorous. HEX triplet: 21, 8B and BA. RGB value is (33,139,186). Sum of RGB (Red+Green+Blue) = 33+139+186=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #218BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BBA is #DE7445. Grayscale: #707070. Windows color (decimal): -14578758 or 12225313. OLE color: 12225313.
HSL color Cylindrical-coordinate representation of color #218BBA: hue angle of 198.43º 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 #218BBA is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 139 | 186 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.27 |
| HSL | 198.43º | 0.7% | 0.43% | - |
| HSV(B) | 198.43º | 0.82% | 0.73% | - |
| XYZ | 18.72 | 22.33 | 49.78 | - |
| YUV | 112.66 | 169.38 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 186 | 0.82 | 0.25 | 0 | 0.27 | 198.43 | 0.7 | 0.43 |
| Hex | 21 | 8B | BA | 52 | 19 | 0 | 1B | C6 | 46 | 2B |
| Octal | 41 | 213 | 272 | 122 | 31 | 0 | 33 | 306 | 106 | 53 |
| Binary | 100001 | 10001011 | 10111010 | 1010010 | 11001 | 0 | 11011 | 11000110 | 1000110 | 101011 |
Color Harmonies of #218BBA
Complementary color
Monochromatic Colors of #218BBA
Black with #218BBA
Text Example
Text Example
White with #218BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BBA; }
p { color: rgb(33,139,186); }
H1.HeaderClassName
{
color: #218BBA;
}
.AnyTagClassName
{
color: #218BBA;
}
</style>
background-color css
<style>
a { background-color: #218BBA; }
a { background-color: rgb(33,139,186); }
div.DivClassName
{
background-color: #218BBA;
}
.BgClassName
{
background-color: #218BBA;
}
</style>
border-color css
<style>
span { border-color: #218BBA; }
span { border-color: rgb(33,139,186); }
td.TdClassName
{
border-color: #218BBA;
}
.TagClassName
{
border-color: #218BBA;
}
</style>