Shades of Pelorous #288FBB
Tints of Pelorous #288FBB
RGB
CMYK
RGB Variations
Color information
#288FBB (or 0x288FBB) is known color: Pelorous. HEX triplet: 28, 8F and BB. RGB value is (40,143,187). Sum of RGB (Red+Green+Blue) = 40+143+187=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #288FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FBB is #D77044. Grayscale: #747474. Windows color (decimal): -14118981 or 12291880. OLE color: 12291880.
HSL color Cylindrical-coordinate representation of color #288FBB: hue angle of 197.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288FBB is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 143 | 187 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.27 |
| HSL | 197.96º | 0.65% | 0.45% | - |
| HSV(B) | 197.96º | 0.79% | 0.73% | - |
| XYZ | 19.67 | 23.68 | 50.55 | - |
| YUV | 117.22 | 167.38 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 187 | 0.79 | 0.24 | 0 | 0.27 | 197.96 | 0.65 | 0.45 |
| Hex | 28 | 8F | BB | 4F | 18 | 0 | 1B | C6 | 41 | 2D |
| Octal | 50 | 217 | 273 | 117 | 30 | 0 | 33 | 306 | 101 | 55 |
| Binary | 101000 | 10001111 | 10111011 | 1001111 | 11000 | 0 | 11011 | 11000110 | 1000001 | 101101 |
Color Harmonies of #288FBB
Complementary color
Monochromatic Colors of #288FBB
Black with #288FBB
Text Example
Text Example
White with #288FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FBB; }
p { color: rgb(40,143,187); }
H1.HeaderClassName
{
color: #288FBB;
}
.AnyTagClassName
{
color: #288FBB;
}
</style>
background-color css
<style>
a { background-color: #288FBB; }
a { background-color: rgb(40,143,187); }
div.DivClassName
{
background-color: #288FBB;
}
.BgClassName
{
background-color: #288FBB;
}
</style>
border-color css
<style>
span { border-color: #288FBB; }
span { border-color: rgb(40,143,187); }
td.TdClassName
{
border-color: #288FBB;
}
.TagClassName
{
border-color: #288FBB;
}
</style>