Shades of Pelorous #218AB2
Tints of Pelorous #218AB2
RGB
CMYK
RGB Variations
Color information
#218AB2 (or 0x218AB2) is known color: Pelorous. HEX triplet: 21, 8A and B2. RGB value is (33,138,178). Sum of RGB (Red+Green+Blue) = 33+138+178=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #218AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218AB2 is #DE754D. Grayscale: #6E6E6E. Windows color (decimal): -14579022 or 11700769. OLE color: 11700769.
HSL color Cylindrical-coordinate representation of color #218AB2: hue angle of 196.55º 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 #218AB2 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 138 | 178 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.30 |
| HSL | 196.55º | 0.69% | 0.41% | - |
| HSV(B) | 196.55º | 0.81% | 0.7% | - |
| XYZ | 17.75 | 21.71 | 45.38 | - |
| YUV | 111.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 178 | 0.81 | 0.22 | 0 | 0.30 | 196.55 | 0.69 | 0.41 |
| Hex | 21 | 8A | B2 | 51 | 16 | 0 | 1E | C5 | 45 | 29 |
| Octal | 41 | 212 | 262 | 121 | 26 | 0 | 36 | 305 | 105 | 51 |
| Binary | 100001 | 10001010 | 10110010 | 1010001 | 10110 | 0 | 11110 | 11000101 | 1000101 | 101001 |
Color Harmonies of #218AB2
Complementary color
Monochromatic Colors of #218AB2
Black with #218AB2
Text Example
Text Example
White with #218AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AB2; }
p { color: rgb(33,138,178); }
H1.HeaderClassName
{
color: #218AB2;
}
.AnyTagClassName
{
color: #218AB2;
}
</style>
background-color css
<style>
a { background-color: #218AB2; }
a { background-color: rgb(33,138,178); }
div.DivClassName
{
background-color: #218AB2;
}
.BgClassName
{
background-color: #218AB2;
}
</style>
border-color css
<style>
span { border-color: #218AB2; }
span { border-color: rgb(33,138,178); }
td.TdClassName
{
border-color: #218AB2;
}
.TagClassName
{
border-color: #218AB2;
}
</style>