Shades of Pelorous #288CBA
Tints of Pelorous #288CBA
RGB
CMYK
RGB Variations
Color information
#288CBA (or 0x288CBA) is known color: Pelorous. HEX triplet: 28, 8C and BA. RGB value is (40,140,186). Sum of RGB (Red+Green+Blue) = 40+140+186=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #288CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBA is #D77345. Grayscale: #737373. Windows color (decimal): -14119750 or 12225576. OLE color: 12225576.
HSL color Cylindrical-coordinate representation of color #288CBA: hue angle of 198.9º 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 #288CBA is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 140 | 186 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.27 |
| HSL | 198.9º | 0.65% | 0.44% | - |
| HSV(B) | 198.9º | 0.78% | 0.73% | - |
| XYZ | 19.12 | 22.75 | 49.84 | - |
| YUV | 115.34 | 167.87 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 186 | 0.78 | 0.25 | 0 | 0.27 | 198.9 | 0.65 | 0.44 |
| Hex | 28 | 8C | BA | 4E | 19 | 0 | 1B | C7 | 41 | 2C |
| Octal | 50 | 214 | 272 | 116 | 31 | 0 | 33 | 307 | 101 | 54 |
| Binary | 101000 | 10001100 | 10111010 | 1001110 | 11001 | 0 | 11011 | 11000111 | 1000001 | 101100 |
Color Harmonies of #288CBA
Complementary color
Monochromatic Colors of #288CBA
Black with #288CBA
Text Example
Text Example
White with #288CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CBA; }
p { color: rgb(40,140,186); }
H1.HeaderClassName
{
color: #288CBA;
}
.AnyTagClassName
{
color: #288CBA;
}
</style>
background-color css
<style>
a { background-color: #288CBA; }
a { background-color: rgb(40,140,186); }
div.DivClassName
{
background-color: #288CBA;
}
.BgClassName
{
background-color: #288CBA;
}
</style>
border-color css
<style>
span { border-color: #288CBA; }
span { border-color: rgb(40,140,186); }
td.TdClassName
{
border-color: #288CBA;
}
.TagClassName
{
border-color: #288CBA;
}
</style>