Shades of Pelorous #289ABA
Tints of Pelorous #289ABA
RGB
CMYK
RGB Variations
Color information
#289ABA (or 0x289ABA) is known color: Pelorous. HEX triplet: 28, 9A and BA. RGB value is (40,154,186). Sum of RGB (Red+Green+Blue) = 40+154+186=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #289ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ABA is #D76545. Grayscale: #7B7B7B. Windows color (decimal): -14116166 or 12229160. OLE color: 12229160.
HSL color Cylindrical-coordinate representation of color #289ABA: hue angle of 193.15º 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 #289ABA is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 154 | 186 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.27 |
| HSL | 193.15º | 0.65% | 0.44% | - |
| HSV(B) | 193.15º | 0.78% | 0.73% | - |
| XYZ | 21.29 | 27.11 | 50.56 | - |
| YUV | 123.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 186 | 0.78 | 0.17 | 0 | 0.27 | 193.15 | 0.65 | 0.44 |
| Hex | 28 | 9A | BA | 4E | 11 | 0 | 1B | C1 | 41 | 2C |
| Octal | 50 | 232 | 272 | 116 | 21 | 0 | 33 | 301 | 101 | 54 |
| Binary | 101000 | 10011010 | 10111010 | 1001110 | 10001 | 0 | 11011 | 11000001 | 1000001 | 101100 |
Color Harmonies of #289ABA
Complementary color
Monochromatic Colors of #289ABA
Black with #289ABA
Text Example
Text Example
White with #289ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ABA; }
p { color: rgb(40,154,186); }
H1.HeaderClassName
{
color: #289ABA;
}
.AnyTagClassName
{
color: #289ABA;
}
</style>
background-color css
<style>
a { background-color: #289ABA; }
a { background-color: rgb(40,154,186); }
div.DivClassName
{
background-color: #289ABA;
}
.BgClassName
{
background-color: #289ABA;
}
</style>
border-color css
<style>
span { border-color: #289ABA; }
span { border-color: rgb(40,154,186); }
td.TdClassName
{
border-color: #289ABA;
}
.TagClassName
{
border-color: #289ABA;
}
</style>