Shades of Pelorous #218AAD
Tints of Pelorous #218AAD
RGB
CMYK
RGB Variations
Color information
#218AAD (or 0x218AAD) is known color: Pelorous. HEX triplet: 21, 8A and AD. RGB value is (33,138,173). Sum of RGB (Red+Green+Blue) = 33+138+173=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #218AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218AAD is #DE7552. Grayscale: #6E6E6E. Windows color (decimal): -14579027 or 11373089. OLE color: 11373089.
HSL color Cylindrical-coordinate representation of color #218AAD: hue angle of 195º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218AAD is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 138 | 173 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.32 |
| HSL | 195º | 0.68% | 0.4% | - |
| HSV(B) | 195º | 0.81% | 0.68% | - |
| XYZ | 17.26 | 21.52 | 42.78 | - |
| YUV | 110.6 | 163.21 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 173 | 0.81 | 0.20 | 0 | 0.32 | 195 | 0.68 | 0.4 |
| Hex | 21 | 8A | AD | 51 | 14 | 0 | 20 | C3 | 44 | 28 |
| Octal | 41 | 212 | 255 | 121 | 24 | 0 | 40 | 303 | 104 | 50 |
| Binary | 100001 | 10001010 | 10101101 | 1010001 | 10100 | 0 | 100000 | 11000011 | 1000100 | 101000 |
Color Harmonies of #218AAD
Complementary color
Monochromatic Colors of #218AAD
Black with #218AAD
Text Example
Text Example
White with #218AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AAD; }
p { color: rgb(33,138,173); }
H1.HeaderClassName
{
color: #218AAD;
}
.AnyTagClassName
{
color: #218AAD;
}
</style>
background-color css
<style>
a { background-color: #218AAD; }
a { background-color: rgb(33,138,173); }
div.DivClassName
{
background-color: #218AAD;
}
.BgClassName
{
background-color: #218AAD;
}
</style>
border-color css
<style>
span { border-color: #218AAD; }
span { border-color: rgb(33,138,173); }
td.TdClassName
{
border-color: #218AAD;
}
.TagClassName
{
border-color: #218AAD;
}
</style>