Shades of Pelorous #288BAD
Tints of Pelorous #288BAD
RGB
CMYK
RGB Variations
Color information
#288BAD (or 0x288BAD) is known color: Pelorous. HEX triplet: 28, 8B and AD. RGB value is (40,139,173). Sum of RGB (Red+Green+Blue) = 40+139+173=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #288BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BAD is #D77452. Grayscale: #717171. Windows color (decimal): -14120019 or 11373352. OLE color: 11373352.
HSL color Cylindrical-coordinate representation of color #288BAD: hue angle of 195.34º 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 #288BAD is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 139 | 173 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.32 |
| HSL | 195.34º | 0.62% | 0.42% | - |
| HSV(B) | 195.34º | 0.77% | 0.68% | - |
| XYZ | 17.65 | 21.93 | 42.84 | - |
| YUV | 113.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 173 | 0.77 | 0.20 | 0 | 0.32 | 195.34 | 0.62 | 0.42 |
| Hex | 28 | 8B | AD | 4D | 14 | 0 | 20 | C3 | 3E | 2A |
| Octal | 50 | 213 | 255 | 115 | 24 | 0 | 40 | 303 | 76 | 52 |
| Binary | 101000 | 10001011 | 10101101 | 1001101 | 10100 | 0 | 100000 | 11000011 | 111110 | 101010 |
Color Harmonies of #288BAD
Complementary color
Monochromatic Colors of #288BAD
Black with #288BAD
Text Example
Text Example
White with #288BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BAD; }
p { color: rgb(40,139,173); }
H1.HeaderClassName
{
color: #288BAD;
}
.AnyTagClassName
{
color: #288BAD;
}
</style>
background-color css
<style>
a { background-color: #288BAD; }
a { background-color: rgb(40,139,173); }
div.DivClassName
{
background-color: #288BAD;
}
.BgClassName
{
background-color: #288BAD;
}
</style>
border-color css
<style>
span { border-color: #288BAD; }
span { border-color: rgb(40,139,173); }
td.TdClassName
{
border-color: #288BAD;
}
.TagClassName
{
border-color: #288BAD;
}
</style>