Shades of Pelorous #288EBA
Tints of Pelorous #288EBA
RGB
CMYK
RGB Variations
Color information
#288EBA (or 0x288EBA) is known color: Pelorous. HEX triplet: 28, 8E and BA. RGB value is (40,142,186). Sum of RGB (Red+Green+Blue) = 40+142+186=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #288EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EBA is #D77145. Grayscale: #747474. Windows color (decimal): -14119238 or 12226088. OLE color: 12226088.
HSL color Cylindrical-coordinate representation of color #288EBA: hue angle of 198.08º 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 #288EBA is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 142 | 186 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.27 |
| HSL | 198.08º | 0.65% | 0.44% | - |
| HSV(B) | 198.08º | 0.78% | 0.73% | - |
| XYZ | 19.41 | 23.34 | 49.94 | - |
| YUV | 116.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 186 | 0.78 | 0.24 | 0 | 0.27 | 198.08 | 0.65 | 0.44 |
| Hex | 28 | 8E | BA | 4E | 18 | 0 | 1B | C6 | 41 | 2C |
| Octal | 50 | 216 | 272 | 116 | 30 | 0 | 33 | 306 | 101 | 54 |
| Binary | 101000 | 10001110 | 10111010 | 1001110 | 11000 | 0 | 11011 | 11000110 | 1000001 | 101100 |
Color Harmonies of #288EBA
Complementary color
Monochromatic Colors of #288EBA
Black with #288EBA
Text Example
Text Example
White with #288EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EBA; }
p { color: rgb(40,142,186); }
H1.HeaderClassName
{
color: #288EBA;
}
.AnyTagClassName
{
color: #288EBA;
}
</style>
background-color css
<style>
a { background-color: #288EBA; }
a { background-color: rgb(40,142,186); }
div.DivClassName
{
background-color: #288EBA;
}
.BgClassName
{
background-color: #288EBA;
}
</style>
border-color css
<style>
span { border-color: #288EBA; }
span { border-color: rgb(40,142,186); }
td.TdClassName
{
border-color: #288EBA;
}
.TagClassName
{
border-color: #288EBA;
}
</style>