Shades of Pelorous #289BAD
Tints of Pelorous #289BAD
RGB
CMYK
RGB Variations
Color information
#289BAD (or 0x289BAD) is known color: Pelorous. HEX triplet: 28, 9B and AD. RGB value is (40,155,173). Sum of RGB (Red+Green+Blue) = 40+155+173=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #289BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BAD is #D76452. Grayscale: #7A7A7A. Windows color (decimal): -14115923 or 11377448. OLE color: 11377448.
HSL color Cylindrical-coordinate representation of color #289BAD: hue angle of 188.12º 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 #289BAD is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 155 | 173 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.32 |
| HSL | 188.12º | 0.62% | 0.42% | - |
| HSV(B) | 188.12º | 0.77% | 0.68% | - |
| XYZ | 20.14 | 26.91 | 43.67 | - |
| YUV | 122.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 173 | 0.77 | 0.10 | 0 | 0.32 | 188.12 | 0.62 | 0.42 |
| Hex | 28 | 9B | AD | 4D | A | 0 | 20 | BC | 3E | 2A |
| Octal | 50 | 233 | 255 | 115 | 12 | 0 | 40 | 274 | 76 | 52 |
| Binary | 101000 | 10011011 | 10101101 | 1001101 | 1010 | 0 | 100000 | 10111100 | 111110 | 101010 |
Color Harmonies of #289BAD
Complementary color
Monochromatic Colors of #289BAD
Black with #289BAD
Text Example
Text Example
White with #289BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BAD; }
p { color: rgb(40,155,173); }
H1.HeaderClassName
{
color: #289BAD;
}
.AnyTagClassName
{
color: #289BAD;
}
</style>
background-color css
<style>
a { background-color: #289BAD; }
a { background-color: rgb(40,155,173); }
div.DivClassName
{
background-color: #289BAD;
}
.BgClassName
{
background-color: #289BAD;
}
</style>
border-color css
<style>
span { border-color: #289BAD; }
span { border-color: rgb(40,155,173); }
td.TdClassName
{
border-color: #289BAD;
}
.TagClassName
{
border-color: #289BAD;
}
</style>