Shades of Pelorous #228DC1
Tints of Pelorous #228DC1
RGB
CMYK
RGB Variations
Color information
#228DC1 (or 0x228DC1) is known color: Pelorous. HEX triplet: 22, 8D and C1. RGB value is (34,141,193). Sum of RGB (Red+Green+Blue) = 34+141+193=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #228DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DC1 is #DD723E. Grayscale: #727272. Windows color (decimal): -14512703 or 12684578. OLE color: 12684578.
HSL color Cylindrical-coordinate representation of color #228DC1: hue angle of 199.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228DC1 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 141 | 193 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.24 |
| HSL | 199.62º | 0.7% | 0.45% | - |
| HSV(B) | 199.62º | 0.82% | 0.76% | - |
| XYZ | 19.81 | 23.24 | 53.89 | - |
| YUV | 114.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 193 | 0.82 | 0.27 | 0 | 0.24 | 199.62 | 0.7 | 0.45 |
| Hex | 22 | 8D | C1 | 52 | 1B | 0 | 18 | C8 | 46 | 2D |
| Octal | 42 | 215 | 301 | 122 | 33 | 0 | 30 | 310 | 106 | 55 |
| Binary | 100010 | 10001101 | 11000001 | 1010010 | 11011 | 0 | 11000 | 11001000 | 1000110 | 101101 |
Color Harmonies of #228DC1
Complementary color
Monochromatic Colors of #228DC1
Black with #228DC1
Text Example
Text Example
White with #228DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DC1; }
p { color: rgb(34,141,193); }
H1.HeaderClassName
{
color: #228DC1;
}
.AnyTagClassName
{
color: #228DC1;
}
</style>
background-color css
<style>
a { background-color: #228DC1; }
a { background-color: rgb(34,141,193); }
div.DivClassName
{
background-color: #228DC1;
}
.BgClassName
{
background-color: #228DC1;
}
</style>
border-color css
<style>
span { border-color: #228DC1; }
span { border-color: rgb(34,141,193); }
td.TdClassName
{
border-color: #228DC1;
}
.TagClassName
{
border-color: #228DC1;
}
</style>