Shades of Pelorous #218DB2
Tints of Pelorous #218DB2
RGB
CMYK
RGB Variations
Color information
#218DB2 (or 0x218DB2) is known color: Pelorous. HEX triplet: 21, 8D and B2. RGB value is (33,141,178). Sum of RGB (Red+Green+Blue) = 33+141+178=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #218DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218DB2 is #DE724D. Grayscale: #707070. Windows color (decimal): -14578254 or 11701537. OLE color: 11701537.
HSL color Cylindrical-coordinate representation of color #218DB2: hue angle of 195.31º 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 #218DB2 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 141 | 178 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.30 |
| HSL | 195.31º | 0.69% | 0.41% | - |
| HSV(B) | 195.31º | 0.81% | 0.7% | - |
| XYZ | 18.19 | 22.59 | 45.52 | - |
| YUV | 112.93 | 164.72 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 178 | 0.81 | 0.21 | 0 | 0.30 | 195.31 | 0.69 | 0.41 |
| Hex | 21 | 8D | B2 | 51 | 15 | 0 | 1E | C3 | 45 | 29 |
| Octal | 41 | 215 | 262 | 121 | 25 | 0 | 36 | 303 | 105 | 51 |
| Binary | 100001 | 10001101 | 10110010 | 1010001 | 10101 | 0 | 11110 | 11000011 | 1000101 | 101001 |
Color Harmonies of #218DB2
Complementary color
Monochromatic Colors of #218DB2
Black with #218DB2
Text Example
Text Example
White with #218DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DB2; }
p { color: rgb(33,141,178); }
H1.HeaderClassName
{
color: #218DB2;
}
.AnyTagClassName
{
color: #218DB2;
}
</style>
background-color css
<style>
a { background-color: #218DB2; }
a { background-color: rgb(33,141,178); }
div.DivClassName
{
background-color: #218DB2;
}
.BgClassName
{
background-color: #218DB2;
}
</style>
border-color css
<style>
span { border-color: #218DB2; }
span { border-color: rgb(33,141,178); }
td.TdClassName
{
border-color: #218DB2;
}
.TagClassName
{
border-color: #218DB2;
}
</style>