Shades of Pelorous #228FC6
Tints of Pelorous #228FC6
RGB
CMYK
RGB Variations
Color information
#228FC6 (or 0x228FC6) is known color: Pelorous. HEX triplet: 22, 8F and C6. RGB value is (34,143,198). Sum of RGB (Red+Green+Blue) = 34+143+198=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #228FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FC6 is #DD7039. Grayscale: #747474. Windows color (decimal): -14512186 or 13012770. OLE color: 13012770.
HSL color Cylindrical-coordinate representation of color #228FC6: hue angle of 200.12º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228FC6 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 143 | 198 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.22 |
| HSL | 200.12º | 0.71% | 0.45% | - |
| HSV(B) | 200.12º | 0.83% | 0.78% | - |
| XYZ | 20.68 | 24.06 | 56.98 | - |
| YUV | 116.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 198 | 0.83 | 0.28 | 0 | 0.22 | 200.12 | 0.71 | 0.45 |
| Hex | 22 | 8F | C6 | 53 | 1C | 0 | 16 | C8 | 47 | 2D |
| Octal | 42 | 217 | 306 | 123 | 34 | 0 | 26 | 310 | 107 | 55 |
| Binary | 100010 | 10001111 | 11000110 | 1010011 | 11100 | 0 | 10110 | 11001000 | 1000111 | 101101 |
Color Harmonies of #228FC6
Complementary color
Monochromatic Colors of #228FC6
Black with #228FC6
Text Example
Text Example
White with #228FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FC6; }
p { color: rgb(34,143,198); }
H1.HeaderClassName
{
color: #228FC6;
}
.AnyTagClassName
{
color: #228FC6;
}
</style>
background-color css
<style>
a { background-color: #228FC6; }
a { background-color: rgb(34,143,198); }
div.DivClassName
{
background-color: #228FC6;
}
.BgClassName
{
background-color: #228FC6;
}
</style>
border-color css
<style>
span { border-color: #228FC6; }
span { border-color: rgb(34,143,198); }
td.TdClassName
{
border-color: #228FC6;
}
.TagClassName
{
border-color: #228FC6;
}
</style>