Shades of Pelorous #288DBA
Tints of Pelorous #288DBA
RGB
CMYK
RGB Variations
Color information
#288DBA (or 0x288DBA) is known color: Pelorous. HEX triplet: 28, 8D and BA. RGB value is (40,141,186). Sum of RGB (Red+Green+Blue) = 40+141+186=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #288DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DBA is #D77245. Grayscale: #737373. Windows color (decimal): -14119494 or 12225832. OLE color: 12225832.
HSL color Cylindrical-coordinate representation of color #288DBA: hue angle of 198.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288DBA is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 141 | 186 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.27 |
| HSL | 198.49º | 0.65% | 0.44% | - |
| HSV(B) | 198.49º | 0.78% | 0.73% | - |
| XYZ | 19.26 | 23.05 | 49.89 | - |
| YUV | 115.93 | 167.54 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 186 | 0.78 | 0.24 | 0 | 0.27 | 198.49 | 0.65 | 0.44 |
| Hex | 28 | 8D | BA | 4E | 18 | 0 | 1B | C6 | 41 | 2C |
| Octal | 50 | 215 | 272 | 116 | 30 | 0 | 33 | 306 | 101 | 54 |
| Binary | 101000 | 10001101 | 10111010 | 1001110 | 11000 | 0 | 11011 | 11000110 | 1000001 | 101100 |
Color Harmonies of #288DBA
Complementary color
Monochromatic Colors of #288DBA
Black with #288DBA
Text Example
Text Example
White with #288DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DBA; }
p { color: rgb(40,141,186); }
H1.HeaderClassName
{
color: #288DBA;
}
.AnyTagClassName
{
color: #288DBA;
}
</style>
background-color css
<style>
a { background-color: #288DBA; }
a { background-color: rgb(40,141,186); }
div.DivClassName
{
background-color: #288DBA;
}
.BgClassName
{
background-color: #288DBA;
}
</style>
border-color css
<style>
span { border-color: #288DBA; }
span { border-color: rgb(40,141,186); }
td.TdClassName
{
border-color: #288DBA;
}
.TagClassName
{
border-color: #288DBA;
}
</style>