Shades of Pelorous #218BB3
Tints of Pelorous #218BB3
RGB
CMYK
RGB Variations
Color information
#218BB3 (or 0x218BB3) is known color: Pelorous. HEX triplet: 21, 8B and B3. RGB value is (33,139,179). Sum of RGB (Red+Green+Blue) = 33+139+179=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #218BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BB3 is #DE744C. Grayscale: #6F6F6F. Windows color (decimal): -14578765 or 11766561. OLE color: 11766561.
HSL color Cylindrical-coordinate representation of color #218BB3: hue angle of 196.44º 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 #218BB3 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 139 | 179 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.30 |
| HSL | 196.44º | 0.69% | 0.42% | - |
| HSV(B) | 196.44º | 0.82% | 0.7% | - |
| XYZ | 18 | 22.04 | 45.95 | - |
| YUV | 111.87 | 165.88 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 179 | 0.82 | 0.22 | 0 | 0.30 | 196.44 | 0.69 | 0.42 |
| Hex | 21 | 8B | B3 | 52 | 16 | 0 | 1E | C4 | 45 | 2A |
| Octal | 41 | 213 | 263 | 122 | 26 | 0 | 36 | 304 | 105 | 52 |
| Binary | 100001 | 10001011 | 10110011 | 1010010 | 10110 | 0 | 11110 | 11000100 | 1000101 | 101010 |
Color Harmonies of #218BB3
Complementary color
Monochromatic Colors of #218BB3
Black with #218BB3
Text Example
Text Example
White with #218BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BB3; }
p { color: rgb(33,139,179); }
H1.HeaderClassName
{
color: #218BB3;
}
.AnyTagClassName
{
color: #218BB3;
}
</style>
background-color css
<style>
a { background-color: #218BB3; }
a { background-color: rgb(33,139,179); }
div.DivClassName
{
background-color: #218BB3;
}
.BgClassName
{
background-color: #218BB3;
}
</style>
border-color css
<style>
span { border-color: #218BB3; }
span { border-color: rgb(33,139,179); }
td.TdClassName
{
border-color: #218BB3;
}
.TagClassName
{
border-color: #218BB3;
}
</style>