Shades of Pelorous #289BB1
Tints of Pelorous #289BB1
RGB
CMYK
RGB Variations
Color information
#289BB1 (or 0x289BB1) is known color: Pelorous. HEX triplet: 28, 9B and B1. RGB value is (40,155,177). Sum of RGB (Red+Green+Blue) = 40+155+177=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #289BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BB1 is #D7644E. Grayscale: #7A7A7A. Windows color (decimal): -14115919 or 11639592. OLE color: 11639592.
HSL color Cylindrical-coordinate representation of color #289BB1: hue angle of 189.64º 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 #289BB1 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 155 | 177 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.31 |
| HSL | 189.64º | 0.63% | 0.43% | - |
| HSV(B) | 189.64º | 0.77% | 0.69% | - |
| XYZ | 20.53 | 27.07 | 45.74 | - |
| YUV | 123.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 177 | 0.77 | 0.12 | 0 | 0.31 | 189.64 | 0.63 | 0.43 |
| Hex | 28 | 9B | B1 | 4D | C | 0 | 1F | BE | 3F | 2B |
| Octal | 50 | 233 | 261 | 115 | 14 | 0 | 37 | 276 | 77 | 53 |
| Binary | 101000 | 10011011 | 10110001 | 1001101 | 1100 | 0 | 11111 | 10111110 | 111111 | 101011 |
Color Harmonies of #289BB1
Complementary color
Monochromatic Colors of #289BB1
Black with #289BB1
Text Example
Text Example
White with #289BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BB1; }
p { color: rgb(40,155,177); }
H1.HeaderClassName
{
color: #289BB1;
}
.AnyTagClassName
{
color: #289BB1;
}
</style>
background-color css
<style>
a { background-color: #289BB1; }
a { background-color: rgb(40,155,177); }
div.DivClassName
{
background-color: #289BB1;
}
.BgClassName
{
background-color: #289BB1;
}
</style>
border-color css
<style>
span { border-color: #289BB1; }
span { border-color: rgb(40,155,177); }
td.TdClassName
{
border-color: #289BB1;
}
.TagClassName
{
border-color: #289BB1;
}
</style>