Shades of Pelorous #288FB0
Tints of Pelorous #288FB0
RGB
CMYK
RGB Variations
Color information
#288FB0 (or 0x288FB0) is known color: Pelorous. HEX triplet: 28, 8F and B0. RGB value is (40,143,176). Sum of RGB (Red+Green+Blue) = 40+143+176=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #288FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FB0 is #D7704F. Grayscale: #737373. Windows color (decimal): -14118992 or 11570984. OLE color: 11570984.
HSL color Cylindrical-coordinate representation of color #288FB0: hue angle of 194.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288FB0 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 143 | 176 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.31 |
| HSL | 194.56º | 0.63% | 0.42% | - |
| HSV(B) | 194.56º | 0.77% | 0.69% | - |
| XYZ | 18.53 | 23.23 | 44.58 | - |
| YUV | 115.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 176 | 0.77 | 0.19 | 0 | 0.31 | 194.56 | 0.63 | 0.42 |
| Hex | 28 | 8F | B0 | 4D | 13 | 0 | 1F | C3 | 3F | 2A |
| Octal | 50 | 217 | 260 | 115 | 23 | 0 | 37 | 303 | 77 | 52 |
| Binary | 101000 | 10001111 | 10110000 | 1001101 | 10011 | 0 | 11111 | 11000011 | 111111 | 101010 |
Color Harmonies of #288FB0
Complementary color
Monochromatic Colors of #288FB0
Black with #288FB0
Text Example
Text Example
White with #288FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FB0; }
p { color: rgb(40,143,176); }
H1.HeaderClassName
{
color: #288FB0;
}
.AnyTagClassName
{
color: #288FB0;
}
</style>
background-color css
<style>
a { background-color: #288FB0; }
a { background-color: rgb(40,143,176); }
div.DivClassName
{
background-color: #288FB0;
}
.BgClassName
{
background-color: #288FB0;
}
</style>
border-color css
<style>
span { border-color: #288FB0; }
span { border-color: rgb(40,143,176); }
td.TdClassName
{
border-color: #288FB0;
}
.TagClassName
{
border-color: #288FB0;
}
</style>