Shades of Pelorous #228DCF
Tints of Pelorous #228DCF
RGB
CMYK
RGB Variations
Color information
#228DCF (or 0x228DCF) is known color: Pelorous. HEX triplet: 22, 8D and CF. RGB value is (34,141,207). Sum of RGB (Red+Green+Blue) = 34+141+207=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #228DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DCF is #DD7230. Grayscale: #747474. Windows color (decimal): -14512689 or 13602082. OLE color: 13602082.
HSL color Cylindrical-coordinate representation of color #228DCF: hue angle of 202.89º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228DCF is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 141 | 207 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.19 |
| HSL | 202.89º | 0.72% | 0.47% | - |
| HSV(B) | 202.89º | 0.84% | 0.81% | - |
| XYZ | 21.45 | 23.89 | 62.51 | - |
| YUV | 116.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 207 | 0.84 | 0.32 | 0 | 0.19 | 202.89 | 0.72 | 0.47 |
| Hex | 22 | 8D | CF | 54 | 20 | 0 | 13 | CB | 48 | 2F |
| Octal | 42 | 215 | 317 | 124 | 40 | 0 | 23 | 313 | 110 | 57 |
| Binary | 100010 | 10001101 | 11001111 | 1010100 | 100000 | 0 | 10011 | 11001011 | 1001000 | 101111 |
Color Harmonies of #228DCF
Complementary color
Monochromatic Colors of #228DCF
Black with #228DCF
Text Example
Text Example
White with #228DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DCF; }
p { color: rgb(34,141,207); }
H1.HeaderClassName
{
color: #228DCF;
}
.AnyTagClassName
{
color: #228DCF;
}
</style>
background-color css
<style>
a { background-color: #228DCF; }
a { background-color: rgb(34,141,207); }
div.DivClassName
{
background-color: #228DCF;
}
.BgClassName
{
background-color: #228DCF;
}
</style>
border-color css
<style>
span { border-color: #228DCF; }
span { border-color: rgb(34,141,207); }
td.TdClassName
{
border-color: #228DCF;
}
.TagClassName
{
border-color: #228DCF;
}
</style>