Shades of Pelorous #288DAD
Tints of Pelorous #288DAD
RGB
CMYK
RGB Variations
Color information
#288DAD (or 0x288DAD) is known color: Pelorous. HEX triplet: 28, 8D and AD. RGB value is (40,141,173). Sum of RGB (Red+Green+Blue) = 40+141+173=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #288DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288DAD is #D77252. Grayscale: #727272. Windows color (decimal): -14119507 or 11373864. OLE color: 11373864.
HSL color Cylindrical-coordinate representation of color #288DAD: hue angle of 194.44º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288DAD is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 141 | 173 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.32 |
| HSL | 194.44º | 0.62% | 0.42% | - |
| HSV(B) | 194.44º | 0.77% | 0.68% | - |
| XYZ | 17.94 | 22.52 | 42.94 | - |
| YUV | 114.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 173 | 0.77 | 0.18 | 0 | 0.32 | 194.44 | 0.62 | 0.42 |
| Hex | 28 | 8D | AD | 4D | 12 | 0 | 20 | C2 | 3E | 2A |
| Octal | 50 | 215 | 255 | 115 | 22 | 0 | 40 | 302 | 76 | 52 |
| Binary | 101000 | 10001101 | 10101101 | 1001101 | 10010 | 0 | 100000 | 11000010 | 111110 | 101010 |
Color Harmonies of #288DAD
Complementary color
Monochromatic Colors of #288DAD
Black with #288DAD
Text Example
Text Example
White with #288DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DAD; }
p { color: rgb(40,141,173); }
H1.HeaderClassName
{
color: #288DAD;
}
.AnyTagClassName
{
color: #288DAD;
}
</style>
background-color css
<style>
a { background-color: #288DAD; }
a { background-color: rgb(40,141,173); }
div.DivClassName
{
background-color: #288DAD;
}
.BgClassName
{
background-color: #288DAD;
}
</style>
border-color css
<style>
span { border-color: #288DAD; }
span { border-color: rgb(40,141,173); }
td.TdClassName
{
border-color: #288DAD;
}
.TagClassName
{
border-color: #288DAD;
}
</style>