Shades of Pelorous #228CC0
Tints of Pelorous #228CC0
RGB
CMYK
RGB Variations
Color information
#228CC0 (or 0x228CC0) is known color: Pelorous. HEX triplet: 22, 8C and C0. RGB value is (34,140,192). Sum of RGB (Red+Green+Blue) = 34+140+192=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #228CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CC0 is #DD733F. Grayscale: #717171. Windows color (decimal): -14512960 or 12618786. OLE color: 12618786.
HSL color Cylindrical-coordinate representation of color #228CC0: hue angle of 199.75º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228CC0 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 140 | 192 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.25 |
| HSL | 199.75º | 0.7% | 0.44% | - |
| HSV(B) | 199.75º | 0.82% | 0.75% | - |
| XYZ | 19.55 | 22.9 | 53.26 | - |
| YUV | 114.23 | 171.88 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 192 | 0.82 | 0.27 | 0 | 0.25 | 199.75 | 0.7 | 0.44 |
| Hex | 22 | 8C | C0 | 52 | 1B | 0 | 19 | C8 | 46 | 2C |
| Octal | 42 | 214 | 300 | 122 | 33 | 0 | 31 | 310 | 106 | 54 |
| Binary | 100010 | 10001100 | 11000000 | 1010010 | 11011 | 0 | 11001 | 11001000 | 1000110 | 101100 |
Color Harmonies of #228CC0
Complementary color
Monochromatic Colors of #228CC0
Black with #228CC0
Text Example
Text Example
White with #228CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228CC0; }
p { color: rgb(34,140,192); }
H1.HeaderClassName
{
color: #228CC0;
}
.AnyTagClassName
{
color: #228CC0;
}
</style>
background-color css
<style>
a { background-color: #228CC0; }
a { background-color: rgb(34,140,192); }
div.DivClassName
{
background-color: #228CC0;
}
.BgClassName
{
background-color: #228CC0;
}
</style>
border-color css
<style>
span { border-color: #228CC0; }
span { border-color: rgb(34,140,192); }
td.TdClassName
{
border-color: #228CC0;
}
.TagClassName
{
border-color: #228CC0;
}
</style>