Shades of Pelorous #288DB4
Tints of Pelorous #288DB4
RGB
CMYK
RGB Variations
Color information
#288DB4 (or 0x288DB4) is known color: Pelorous. HEX triplet: 28, 8D and B4. RGB value is (40,141,180). Sum of RGB (Red+Green+Blue) = 40+141+180=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #288DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DB4 is #D7724B. Grayscale: #727272. Windows color (decimal): -14119500 or 11832616. OLE color: 11832616.
HSL color Cylindrical-coordinate representation of color #288DB4: hue angle of 196.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288DB4 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 141 | 180 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.29 |
| HSL | 196.71º | 0.64% | 0.43% | - |
| HSV(B) | 196.71º | 0.78% | 0.71% | - |
| XYZ | 18.64 | 22.8 | 46.6 | - |
| YUV | 115.25 | 164.54 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 180 | 0.78 | 0.22 | 0 | 0.29 | 196.71 | 0.64 | 0.43 |
| Hex | 28 | 8D | B4 | 4E | 16 | 0 | 1D | C5 | 40 | 2B |
| Octal | 50 | 215 | 264 | 116 | 26 | 0 | 35 | 305 | 100 | 53 |
| Binary | 101000 | 10001101 | 10110100 | 1001110 | 10110 | 0 | 11101 | 11000101 | 1000000 | 101011 |
Color Harmonies of #288DB4
Complementary color
Monochromatic Colors of #288DB4
Black with #288DB4
Text Example
Text Example
White with #288DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DB4; }
p { color: rgb(40,141,180); }
H1.HeaderClassName
{
color: #288DB4;
}
.AnyTagClassName
{
color: #288DB4;
}
</style>
background-color css
<style>
a { background-color: #288DB4; }
a { background-color: rgb(40,141,180); }
div.DivClassName
{
background-color: #288DB4;
}
.BgClassName
{
background-color: #288DB4;
}
</style>
border-color css
<style>
span { border-color: #288DB4; }
span { border-color: rgb(40,141,180); }
td.TdClassName
{
border-color: #288DB4;
}
.TagClassName
{
border-color: #288DB4;
}
</style>