Shades of Pelorous #218BB0
Tints of Pelorous #218BB0
RGB
CMYK
RGB Variations
Color information
#218BB0 (or 0x218BB0) is known color: Pelorous. HEX triplet: 21, 8B and B0. RGB value is (33,139,176). Sum of RGB (Red+Green+Blue) = 33+139+176=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #218BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218BB0 is #DE744F. Grayscale: #6F6F6F. Windows color (decimal): -14578768 or 11569953. OLE color: 11569953.
HSL color Cylindrical-coordinate representation of color #218BB0: hue angle of 195.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218BB0 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 139 | 176 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.31 |
| HSL | 195.52º | 0.68% | 0.41% | - |
| HSV(B) | 195.52º | 0.81% | 0.69% | - |
| XYZ | 17.7 | 21.92 | 44.37 | - |
| YUV | 111.52 | 164.38 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 176 | 0.81 | 0.21 | 0 | 0.31 | 195.52 | 0.68 | 0.41 |
| Hex | 21 | 8B | B0 | 51 | 15 | 0 | 1F | C4 | 44 | 29 |
| Octal | 41 | 213 | 260 | 121 | 25 | 0 | 37 | 304 | 104 | 51 |
| Binary | 100001 | 10001011 | 10110000 | 1010001 | 10101 | 0 | 11111 | 11000100 | 1000100 | 101001 |
Color Harmonies of #218BB0
Complementary color
Monochromatic Colors of #218BB0
Black with #218BB0
Text Example
Text Example
White with #218BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BB0; }
p { color: rgb(33,139,176); }
H1.HeaderClassName
{
color: #218BB0;
}
.AnyTagClassName
{
color: #218BB0;
}
</style>
background-color css
<style>
a { background-color: #218BB0; }
a { background-color: rgb(33,139,176); }
div.DivClassName
{
background-color: #218BB0;
}
.BgClassName
{
background-color: #218BB0;
}
</style>
border-color css
<style>
span { border-color: #218BB0; }
span { border-color: rgb(33,139,176); }
td.TdClassName
{
border-color: #218BB0;
}
.TagClassName
{
border-color: #218BB0;
}
</style>