Shades of Pelorous #289BA5
Tints of Pelorous #289BA5
RGB
CMYK
RGB Variations
Color information
#289BA5 (or 0x289BA5) is known color: Pelorous. HEX triplet: 28, 9B and A5. RGB value is (40,155,165). Sum of RGB (Red+Green+Blue) = 40+155+165=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #289BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BA5 is #D7645A. Grayscale: #797979. Windows color (decimal): -14115931 or 10853160. OLE color: 10853160.
HSL color Cylindrical-coordinate representation of color #289BA5: hue angle of 184.8º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289BA5 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 155 | 165 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.35 |
| HSL | 184.8º | 0.61% | 0.4% | - |
| HSV(B) | 184.8º | 0.76% | 0.65% | - |
| XYZ | 19.39 | 26.61 | 39.71 | - |
| YUV | 121.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 165 | 0.76 | 0.06 | 0 | 0.35 | 184.8 | 0.61 | 0.4 |
| Hex | 28 | 9B | A5 | 4C | 6 | 0 | 23 | B9 | 3D | 28 |
| Octal | 50 | 233 | 245 | 114 | 6 | 0 | 43 | 271 | 75 | 50 |
| Binary | 101000 | 10011011 | 10100101 | 1001100 | 110 | 0 | 100011 | 10111001 | 111101 | 101000 |
Color Harmonies of #289BA5
Complementary color
Monochromatic Colors of #289BA5
Black with #289BA5
Text Example
Text Example
White with #289BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BA5; }
p { color: rgb(40,155,165); }
H1.HeaderClassName
{
color: #289BA5;
}
.AnyTagClassName
{
color: #289BA5;
}
</style>
background-color css
<style>
a { background-color: #289BA5; }
a { background-color: rgb(40,155,165); }
div.DivClassName
{
background-color: #289BA5;
}
.BgClassName
{
background-color: #289BA5;
}
</style>
border-color css
<style>
span { border-color: #289BA5; }
span { border-color: rgb(40,155,165); }
td.TdClassName
{
border-color: #289BA5;
}
.TagClassName
{
border-color: #289BA5;
}
</style>