Shades of Pelorous #218FC3
Tints of Pelorous #218FC3
RGB
CMYK
RGB Variations
Color information
#218FC3 (or 0x218FC3) is known color: Pelorous. HEX triplet: 21, 8F and C3. RGB value is (33,143,195). Sum of RGB (Red+Green+Blue) = 33+143+195=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #218FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218FC3 is #DE703C. Grayscale: #737373. Windows color (decimal): -14577725 or 12816161. OLE color: 12816161.
HSL color Cylindrical-coordinate representation of color #218FC3: hue angle of 199.26º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218FC3 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 143 | 195 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.24 |
| HSL | 199.26º | 0.71% | 0.45% | - |
| HSV(B) | 199.26º | 0.83% | 0.76% | - |
| XYZ | 20.3 | 23.91 | 55.17 | - |
| YUV | 116.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 195 | 0.83 | 0.27 | 0 | 0.24 | 199.26 | 0.71 | 0.45 |
| Hex | 21 | 8F | C3 | 53 | 1B | 0 | 18 | C7 | 47 | 2D |
| Octal | 41 | 217 | 303 | 123 | 33 | 0 | 30 | 307 | 107 | 55 |
| Binary | 100001 | 10001111 | 11000011 | 1010011 | 11011 | 0 | 11000 | 11000111 | 1000111 | 101101 |
Color Harmonies of #218FC3
Complementary color
Monochromatic Colors of #218FC3
Black with #218FC3
Text Example
Text Example
White with #218FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FC3; }
p { color: rgb(33,143,195); }
H1.HeaderClassName
{
color: #218FC3;
}
.AnyTagClassName
{
color: #218FC3;
}
</style>
background-color css
<style>
a { background-color: #218FC3; }
a { background-color: rgb(33,143,195); }
div.DivClassName
{
background-color: #218FC3;
}
.BgClassName
{
background-color: #218FC3;
}
</style>
border-color css
<style>
span { border-color: #218FC3; }
span { border-color: rgb(33,143,195); }
td.TdClassName
{
border-color: #218FC3;
}
.TagClassName
{
border-color: #218FC3;
}
</style>