Shades of Pelorous #218CB2
Tints of Pelorous #218CB2
RGB
CMYK
RGB Variations
Color information
#218CB2 (or 0x218CB2) is known color: Pelorous. HEX triplet: 21, 8C and B2. RGB value is (33,140,178). Sum of RGB (Red+Green+Blue) = 33+140+178=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #218CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218CB2 is #DE734D. Grayscale: #707070. Windows color (decimal): -14578510 or 11701281. OLE color: 11701281.
HSL color Cylindrical-coordinate representation of color #218CB2: hue angle of 195.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218CB2 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 140 | 178 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.30 |
| HSL | 195.72º | 0.69% | 0.41% | - |
| HSV(B) | 195.72º | 0.81% | 0.7% | - |
| XYZ | 18.04 | 22.29 | 45.47 | - |
| YUV | 112.34 | 165.05 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 178 | 0.81 | 0.21 | 0 | 0.30 | 195.72 | 0.69 | 0.41 |
| Hex | 21 | 8C | B2 | 51 | 15 | 0 | 1E | C4 | 45 | 29 |
| Octal | 41 | 214 | 262 | 121 | 25 | 0 | 36 | 304 | 105 | 51 |
| Binary | 100001 | 10001100 | 10110010 | 1010001 | 10101 | 0 | 11110 | 11000100 | 1000101 | 101001 |
Color Harmonies of #218CB2
Complementary color
Monochromatic Colors of #218CB2
Black with #218CB2
Text Example
Text Example
White with #218CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CB2; }
p { color: rgb(33,140,178); }
H1.HeaderClassName
{
color: #218CB2;
}
.AnyTagClassName
{
color: #218CB2;
}
</style>
background-color css
<style>
a { background-color: #218CB2; }
a { background-color: rgb(33,140,178); }
div.DivClassName
{
background-color: #218CB2;
}
.BgClassName
{
background-color: #218CB2;
}
</style>
border-color css
<style>
span { border-color: #218CB2; }
span { border-color: rgb(33,140,178); }
td.TdClassName
{
border-color: #218CB2;
}
.TagClassName
{
border-color: #218CB2;
}
</style>