Shades of Pelorous #288FB1
Tints of Pelorous #288FB1
RGB
CMYK
RGB Variations
Color information
#288FB1 (or 0x288FB1) is known color: Pelorous. HEX triplet: 28, 8F and B1. RGB value is (40,143,177). Sum of RGB (Red+Green+Blue) = 40+143+177=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #288FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FB1 is #D7704E. Grayscale: #737373. Windows color (decimal): -14118991 or 11636520. OLE color: 11636520.
HSL color Cylindrical-coordinate representation of color #288FB1: hue angle of 194.89º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288FB1 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 143 | 177 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.31 |
| HSL | 194.89º | 0.63% | 0.43% | - |
| HSV(B) | 194.89º | 0.77% | 0.69% | - |
| XYZ | 18.63 | 23.27 | 45.1 | - |
| YUV | 116.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 177 | 0.77 | 0.19 | 0 | 0.31 | 194.89 | 0.63 | 0.43 |
| Hex | 28 | 8F | B1 | 4D | 13 | 0 | 1F | C3 | 3F | 2B |
| Octal | 50 | 217 | 261 | 115 | 23 | 0 | 37 | 303 | 77 | 53 |
| Binary | 101000 | 10001111 | 10110001 | 1001101 | 10011 | 0 | 11111 | 11000011 | 111111 | 101011 |
Color Harmonies of #288FB1
Complementary color
Monochromatic Colors of #288FB1
Black with #288FB1
Text Example
Text Example
White with #288FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FB1; }
p { color: rgb(40,143,177); }
H1.HeaderClassName
{
color: #288FB1;
}
.AnyTagClassName
{
color: #288FB1;
}
</style>
background-color css
<style>
a { background-color: #288FB1; }
a { background-color: rgb(40,143,177); }
div.DivClassName
{
background-color: #288FB1;
}
.BgClassName
{
background-color: #288FB1;
}
</style>
border-color css
<style>
span { border-color: #288FB1; }
span { border-color: rgb(40,143,177); }
td.TdClassName
{
border-color: #288FB1;
}
.TagClassName
{
border-color: #288FB1;
}
</style>