Shades of Pelorous #218BBC
Tints of Pelorous #218BBC
RGB
CMYK
RGB Variations
Color information
#218BBC (or 0x218BBC) is known color: Pelorous. HEX triplet: 21, 8B and BC. RGB value is (33,139,188). Sum of RGB (Red+Green+Blue) = 33+139+188=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #218BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BBC is #DE7443. Grayscale: #707070. Windows color (decimal): -14578756 or 12356385. OLE color: 12356385.
HSL color Cylindrical-coordinate representation of color #218BBC: hue angle of 198.97º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218BBC is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 139 | 188 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.26 |
| HSL | 198.97º | 0.7% | 0.43% | - |
| HSV(B) | 198.97º | 0.82% | 0.74% | - |
| XYZ | 18.94 | 22.42 | 50.91 | - |
| YUV | 112.89 | 170.38 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 188 | 0.82 | 0.26 | 0 | 0.26 | 198.97 | 0.7 | 0.43 |
| Hex | 21 | 8B | BC | 52 | 1A | 0 | 1A | C7 | 46 | 2B |
| Octal | 41 | 213 | 274 | 122 | 32 | 0 | 32 | 307 | 106 | 53 |
| Binary | 100001 | 10001011 | 10111100 | 1010010 | 11010 | 0 | 11010 | 11000111 | 1000110 | 101011 |
Color Harmonies of #218BBC
Complementary color
Monochromatic Colors of #218BBC
Black with #218BBC
Text Example
Text Example
White with #218BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BBC; }
p { color: rgb(33,139,188); }
H1.HeaderClassName
{
color: #218BBC;
}
.AnyTagClassName
{
color: #218BBC;
}
</style>
background-color css
<style>
a { background-color: #218BBC; }
a { background-color: rgb(33,139,188); }
div.DivClassName
{
background-color: #218BBC;
}
.BgClassName
{
background-color: #218BBC;
}
</style>
border-color css
<style>
span { border-color: #218BBC; }
span { border-color: rgb(33,139,188); }
td.TdClassName
{
border-color: #218BBC;
}
.TagClassName
{
border-color: #218BBC;
}
</style>