Shades of Pelorous #288FC6
Tints of Pelorous #288FC6
RGB
CMYK
RGB Variations
Color information
#288FC6 (or 0x288FC6) is known color: Pelorous. HEX triplet: 28, 8F and C6. RGB value is (40,143,198). Sum of RGB (Red+Green+Blue) = 40+143+198=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #288FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FC6 is #D77039. Grayscale: #767676. Windows color (decimal): -14118970 or 13012776. OLE color: 13012776.
HSL color Cylindrical-coordinate representation of color #288FC6: hue angle of 200.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288FC6 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 143 | 198 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.22 |
| HSL | 200.89º | 0.66% | 0.47% | - |
| HSV(B) | 200.89º | 0.8% | 0.78% | - |
| XYZ | 20.89 | 24.17 | 56.99 | - |
| YUV | 118.47 | 172.88 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 198 | 0.80 | 0.28 | 0 | 0.22 | 200.89 | 0.66 | 0.47 |
| Hex | 28 | 8F | C6 | 50 | 1C | 0 | 16 | C9 | 42 | 2F |
| Octal | 50 | 217 | 306 | 120 | 34 | 0 | 26 | 311 | 102 | 57 |
| Binary | 101000 | 10001111 | 11000110 | 1010000 | 11100 | 0 | 10110 | 11001001 | 1000010 | 101111 |
Color Harmonies of #288FC6
Complementary color
Monochromatic Colors of #288FC6
Black with #288FC6
Text Example
Text Example
White with #288FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FC6; }
p { color: rgb(40,143,198); }
H1.HeaderClassName
{
color: #288FC6;
}
.AnyTagClassName
{
color: #288FC6;
}
</style>
background-color css
<style>
a { background-color: #288FC6; }
a { background-color: rgb(40,143,198); }
div.DivClassName
{
background-color: #288FC6;
}
.BgClassName
{
background-color: #288FC6;
}
</style>
border-color css
<style>
span { border-color: #288FC6; }
span { border-color: rgb(40,143,198); }
td.TdClassName
{
border-color: #288FC6;
}
.TagClassName
{
border-color: #288FC6;
}
</style>