Shades of Pelorous #289BA6
Tints of Pelorous #289BA6
RGB
CMYK
RGB Variations
Color information
#289BA6 (or 0x289BA6) is known color: Pelorous. HEX triplet: 28, 9B and A6. RGB value is (40,155,166). Sum of RGB (Red+Green+Blue) = 40+155+166=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 166 - color contains mainly: blue. Hex color #289BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BA6 is #D76459. Grayscale: #797979. Windows color (decimal): -14115930 or 10918696. OLE color: 10918696.
HSL color Cylindrical-coordinate representation of color #289BA6: hue angle of 185.24º 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 #289BA6 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 155 | 166 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.35 |
| HSL | 185.24º | 0.61% | 0.4% | - |
| HSV(B) | 185.24º | 0.76% | 0.65% | - |
| XYZ | 19.48 | 26.65 | 40.19 | - |
| YUV | 121.87 | 152.9 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 166 | 0.76 | 0.07 | 0 | 0.35 | 185.24 | 0.61 | 0.4 |
| Hex | 28 | 9B | A6 | 4C | 7 | 0 | 23 | B9 | 3D | 28 |
| Octal | 50 | 233 | 246 | 114 | 7 | 0 | 43 | 271 | 75 | 50 |
| Binary | 101000 | 10011011 | 10100110 | 1001100 | 111 | 0 | 100011 | 10111001 | 111101 | 101000 |
Color Harmonies of #289BA6
Complementary color
Monochromatic Colors of #289BA6
Black with #289BA6
Text Example
Text Example
White with #289BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BA6; }
p { color: rgb(40,155,166); }
H1.HeaderClassName
{
color: #289BA6;
}
.AnyTagClassName
{
color: #289BA6;
}
</style>
background-color css
<style>
a { background-color: #289BA6; }
a { background-color: rgb(40,155,166); }
div.DivClassName
{
background-color: #289BA6;
}
.BgClassName
{
background-color: #289BA6;
}
</style>
border-color css
<style>
span { border-color: #289BA6; }
span { border-color: rgb(40,155,166); }
td.TdClassName
{
border-color: #289BA6;
}
.TagClassName
{
border-color: #289BA6;
}
</style>