Shades of Pelorous #289AB1
Tints of Pelorous #289AB1
RGB
CMYK
RGB Variations
Color information
#289AB1 (or 0x289AB1) is known color: Pelorous. HEX triplet: 28, 9A and B1. RGB value is (40,154,177). Sum of RGB (Red+Green+Blue) = 40+154+177=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #289AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AB1 is #D7654E. Grayscale: #7A7A7A. Windows color (decimal): -14116175 or 11639336. OLE color: 11639336.
HSL color Cylindrical-coordinate representation of color #289AB1: hue angle of 190.07º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289AB1 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 154 | 177 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.31 |
| HSL | 190.07º | 0.63% | 0.43% | - |
| HSV(B) | 190.07º | 0.77% | 0.69% | - |
| XYZ | 20.37 | 26.74 | 45.68 | - |
| YUV | 122.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 177 | 0.77 | 0.13 | 0 | 0.31 | 190.07 | 0.63 | 0.43 |
| Hex | 28 | 9A | B1 | 4D | D | 0 | 1F | BE | 3F | 2B |
| Octal | 50 | 232 | 261 | 115 | 15 | 0 | 37 | 276 | 77 | 53 |
| Binary | 101000 | 10011010 | 10110001 | 1001101 | 1101 | 0 | 11111 | 10111110 | 111111 | 101011 |
Color Harmonies of #289AB1
Complementary color
Monochromatic Colors of #289AB1
Black with #289AB1
Text Example
Text Example
White with #289AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AB1; }
p { color: rgb(40,154,177); }
H1.HeaderClassName
{
color: #289AB1;
}
.AnyTagClassName
{
color: #289AB1;
}
</style>
background-color css
<style>
a { background-color: #289AB1; }
a { background-color: rgb(40,154,177); }
div.DivClassName
{
background-color: #289AB1;
}
.BgClassName
{
background-color: #289AB1;
}
</style>
border-color css
<style>
span { border-color: #289AB1; }
span { border-color: rgb(40,154,177); }
td.TdClassName
{
border-color: #289AB1;
}
.TagClassName
{
border-color: #289AB1;
}
</style>