Shades of Pelorous #289BA7
Tints of Pelorous #289BA7
RGB
CMYK
RGB Variations
Color information
#289BA7 (or 0x289BA7) is known color: Pelorous. HEX triplet: 28, 9B and A7. RGB value is (40,155,167). Sum of RGB (Red+Green+Blue) = 40+155+167=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #289BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BA7 is #D76458. Grayscale: #797979. Windows color (decimal): -14115929 or 10984232. OLE color: 10984232.
HSL color Cylindrical-coordinate representation of color #289BA7: hue angle of 185.67º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289BA7 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 155 | 167 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.35 |
| HSL | 185.67º | 0.61% | 0.41% | - |
| HSV(B) | 185.67º | 0.76% | 0.65% | - |
| XYZ | 19.57 | 26.68 | 40.68 | - |
| YUV | 121.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 167 | 0.76 | 0.07 | 0 | 0.35 | 185.67 | 0.61 | 0.41 |
| Hex | 28 | 9B | A7 | 4C | 7 | 0 | 23 | BA | 3D | 29 |
| Octal | 50 | 233 | 247 | 114 | 7 | 0 | 43 | 272 | 75 | 51 |
| Binary | 101000 | 10011011 | 10100111 | 1001100 | 111 | 0 | 100011 | 10111010 | 111101 | 101001 |
Color Harmonies of #289BA7
Complementary color
Monochromatic Colors of #289BA7
Black with #289BA7
Text Example
Text Example
White with #289BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BA7; }
p { color: rgb(40,155,167); }
H1.HeaderClassName
{
color: #289BA7;
}
.AnyTagClassName
{
color: #289BA7;
}
</style>
background-color css
<style>
a { background-color: #289BA7; }
a { background-color: rgb(40,155,167); }
div.DivClassName
{
background-color: #289BA7;
}
.BgClassName
{
background-color: #289BA7;
}
</style>
border-color css
<style>
span { border-color: #289BA7; }
span { border-color: rgb(40,155,167); }
td.TdClassName
{
border-color: #289BA7;
}
.TagClassName
{
border-color: #289BA7;
}
</style>