Shades of Pelorous #218DB3
Tints of Pelorous #218DB3
RGB
CMYK
RGB Variations
Color information
#218DB3 (or 0x218DB3) is known color: Pelorous. HEX triplet: 21, 8D and B3. RGB value is (33,141,179). Sum of RGB (Red+Green+Blue) = 33+141+179=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #218DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218DB3 is #DE724C. Grayscale: #707070. Windows color (decimal): -14578253 or 11767073. OLE color: 11767073.
HSL color Cylindrical-coordinate representation of color #218DB3: hue angle of 195.62º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218DB3 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 141 | 179 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.30 |
| HSL | 195.62º | 0.69% | 0.42% | - |
| HSV(B) | 195.62º | 0.82% | 0.7% | - |
| XYZ | 18.29 | 22.63 | 46.05 | - |
| YUV | 113.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 179 | 0.82 | 0.21 | 0 | 0.30 | 195.62 | 0.69 | 0.42 |
| Hex | 21 | 8D | B3 | 52 | 15 | 0 | 1E | C4 | 45 | 2A |
| Octal | 41 | 215 | 263 | 122 | 25 | 0 | 36 | 304 | 105 | 52 |
| Binary | 100001 | 10001101 | 10110011 | 1010010 | 10101 | 0 | 11110 | 11000100 | 1000101 | 101010 |
Color Harmonies of #218DB3
Complementary color
Monochromatic Colors of #218DB3
Black with #218DB3
Text Example
Text Example
White with #218DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DB3; }
p { color: rgb(33,141,179); }
H1.HeaderClassName
{
color: #218DB3;
}
.AnyTagClassName
{
color: #218DB3;
}
</style>
background-color css
<style>
a { background-color: #218DB3; }
a { background-color: rgb(33,141,179); }
div.DivClassName
{
background-color: #218DB3;
}
.BgClassName
{
background-color: #218DB3;
}
</style>
border-color css
<style>
span { border-color: #218DB3; }
span { border-color: rgb(33,141,179); }
td.TdClassName
{
border-color: #218DB3;
}
.TagClassName
{
border-color: #218DB3;
}
</style>