Shades of Pelorous #288DBB
Tints of Pelorous #288DBB
RGB
CMYK
RGB Variations
Color information
#288DBB (or 0x288DBB) is known color: Pelorous. HEX triplet: 28, 8D and BB. RGB value is (40,141,187). Sum of RGB (Red+Green+Blue) = 40+141+187=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #288DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DBB is #D77244. Grayscale: #737373. Windows color (decimal): -14119493 or 12291368. OLE color: 12291368.
HSL color Cylindrical-coordinate representation of color #288DBB: hue angle of 198.78º 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 #288DBB is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 141 | 187 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.27 |
| HSL | 198.78º | 0.65% | 0.45% | - |
| HSV(B) | 198.78º | 0.79% | 0.73% | - |
| XYZ | 19.37 | 23.09 | 50.45 | - |
| YUV | 116.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 187 | 0.79 | 0.25 | 0 | 0.27 | 198.78 | 0.65 | 0.45 |
| Hex | 28 | 8D | BB | 4F | 19 | 0 | 1B | C7 | 41 | 2D |
| Octal | 50 | 215 | 273 | 117 | 31 | 0 | 33 | 307 | 101 | 55 |
| Binary | 101000 | 10001101 | 10111011 | 1001111 | 11001 | 0 | 11011 | 11000111 | 1000001 | 101101 |
Color Harmonies of #288DBB
Complementary color
Monochromatic Colors of #288DBB
Black with #288DBB
Text Example
Text Example
White with #288DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DBB; }
p { color: rgb(40,141,187); }
H1.HeaderClassName
{
color: #288DBB;
}
.AnyTagClassName
{
color: #288DBB;
}
</style>
background-color css
<style>
a { background-color: #288DBB; }
a { background-color: rgb(40,141,187); }
div.DivClassName
{
background-color: #288DBB;
}
.BgClassName
{
background-color: #288DBB;
}
</style>
border-color css
<style>
span { border-color: #288DBB; }
span { border-color: rgb(40,141,187); }
td.TdClassName
{
border-color: #288DBB;
}
.TagClassName
{
border-color: #288DBB;
}
</style>