Shades of Pelorous #288DBE
Tints of Pelorous #288DBE
RGB
CMYK
RGB Variations
Color information
#288DBE (or 0x288DBE) is known color: Pelorous. HEX triplet: 28, 8D and BE. RGB value is (40,141,190). Sum of RGB (Red+Green+Blue) = 40+141+190=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #288DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DBE is #D77241. Grayscale: #747474. Windows color (decimal): -14119490 or 12487976. OLE color: 12487976.
HSL color Cylindrical-coordinate representation of color #288DBE: hue angle of 199.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288DBE is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 141 | 190 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.25 |
| HSL | 199.6º | 0.65% | 0.45% | - |
| HSV(B) | 199.6º | 0.79% | 0.75% | - |
| XYZ | 19.69 | 23.22 | 52.16 | - |
| YUV | 116.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 190 | 0.79 | 0.26 | 0 | 0.25 | 199.6 | 0.65 | 0.45 |
| Hex | 28 | 8D | BE | 4F | 1A | 0 | 19 | C8 | 41 | 2D |
| Octal | 50 | 215 | 276 | 117 | 32 | 0 | 31 | 310 | 101 | 55 |
| Binary | 101000 | 10001101 | 10111110 | 1001111 | 11010 | 0 | 11001 | 11001000 | 1000001 | 101101 |
Color Harmonies of #288DBE
Complementary color
Monochromatic Colors of #288DBE
Black with #288DBE
Text Example
Text Example
White with #288DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DBE; }
p { color: rgb(40,141,190); }
H1.HeaderClassName
{
color: #288DBE;
}
.AnyTagClassName
{
color: #288DBE;
}
</style>
background-color css
<style>
a { background-color: #288DBE; }
a { background-color: rgb(40,141,190); }
div.DivClassName
{
background-color: #288DBE;
}
.BgClassName
{
background-color: #288DBE;
}
</style>
border-color css
<style>
span { border-color: #288DBE; }
span { border-color: rgb(40,141,190); }
td.TdClassName
{
border-color: #288DBE;
}
.TagClassName
{
border-color: #288DBE;
}
</style>