Shades of Pelorous #288EBD
Tints of Pelorous #288EBD
RGB
CMYK
RGB Variations
Color information
#288EBD (or 0x288EBD) is known color: Pelorous. HEX triplet: 28, 8E and BD. RGB value is (40,142,189). Sum of RGB (Red+Green+Blue) = 40+142+189=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #288EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EBD is #D77142. Grayscale: #747474. Windows color (decimal): -14119235 or 12422696. OLE color: 12422696.
HSL color Cylindrical-coordinate representation of color #288EBD: hue angle of 198.93º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288EBD is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 142 | 189 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.26 |
| HSL | 198.93º | 0.65% | 0.45% | - |
| HSV(B) | 198.93º | 0.79% | 0.74% | - |
| XYZ | 19.73 | 23.47 | 51.63 | - |
| YUV | 116.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 189 | 0.79 | 0.25 | 0 | 0.26 | 198.93 | 0.65 | 0.45 |
| Hex | 28 | 8E | BD | 4F | 19 | 0 | 1A | C7 | 41 | 2D |
| Octal | 50 | 216 | 275 | 117 | 31 | 0 | 32 | 307 | 101 | 55 |
| Binary | 101000 | 10001110 | 10111101 | 1001111 | 11001 | 0 | 11010 | 11000111 | 1000001 | 101101 |
Color Harmonies of #288EBD
Complementary color
Monochromatic Colors of #288EBD
Black with #288EBD
Text Example
Text Example
White with #288EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EBD; }
p { color: rgb(40,142,189); }
H1.HeaderClassName
{
color: #288EBD;
}
.AnyTagClassName
{
color: #288EBD;
}
</style>
background-color css
<style>
a { background-color: #288EBD; }
a { background-color: rgb(40,142,189); }
div.DivClassName
{
background-color: #288EBD;
}
.BgClassName
{
background-color: #288EBD;
}
</style>
border-color css
<style>
span { border-color: #288EBD; }
span { border-color: rgb(40,142,189); }
td.TdClassName
{
border-color: #288EBD;
}
.TagClassName
{
border-color: #288EBD;
}
</style>