Shades of Pelorous #228DC9
Tints of Pelorous #228DC9
RGB
CMYK
RGB Variations
Color information
#228DC9 (or 0x228DC9) is known color: Pelorous. HEX triplet: 22, 8D and C9. RGB value is (34,141,201). Sum of RGB (Red+Green+Blue) = 34+141+201=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #228DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DC9 is #DD7236. Grayscale: #737373. Windows color (decimal): -14512695 or 13208866. OLE color: 13208866.
HSL color Cylindrical-coordinate representation of color #228DC9: hue angle of 201.56º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228DC9 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 141 | 201 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.21 |
| HSL | 201.56º | 0.71% | 0.46% | - |
| HSV(B) | 201.56º | 0.83% | 0.79% | - |
| XYZ | 20.73 | 23.61 | 58.72 | - |
| YUV | 115.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 201 | 0.83 | 0.30 | 0 | 0.21 | 201.56 | 0.71 | 0.46 |
| Hex | 22 | 8D | C9 | 53 | 1E | 0 | 15 | CA | 47 | 2E |
| Octal | 42 | 215 | 311 | 123 | 36 | 0 | 25 | 312 | 107 | 56 |
| Binary | 100010 | 10001101 | 11001001 | 1010011 | 11110 | 0 | 10101 | 11001010 | 1000111 | 101110 |
Color Harmonies of #228DC9
Complementary color
Monochromatic Colors of #228DC9
Black with #228DC9
Text Example
Text Example
White with #228DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DC9; }
p { color: rgb(34,141,201); }
H1.HeaderClassName
{
color: #228DC9;
}
.AnyTagClassName
{
color: #228DC9;
}
</style>
background-color css
<style>
a { background-color: #228DC9; }
a { background-color: rgb(34,141,201); }
div.DivClassName
{
background-color: #228DC9;
}
.BgClassName
{
background-color: #228DC9;
}
</style>
border-color css
<style>
span { border-color: #228DC9; }
span { border-color: rgb(34,141,201); }
td.TdClassName
{
border-color: #228DC9;
}
.TagClassName
{
border-color: #228DC9;
}
</style>