Shades of Pelorous #289AA5
Tints of Pelorous #289AA5
RGB
CMYK
RGB Variations
Color information
#289AA5 (or 0x289AA5) is known color: Pelorous. HEX triplet: 28, 9A and A5. RGB value is (40,154,165). Sum of RGB (Red+Green+Blue) = 40+154+165=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #289AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AA5 is #D7655A. Grayscale: #797979. Windows color (decimal): -14116187 or 10852904. OLE color: 10852904.
HSL color Cylindrical-coordinate representation of color #289AA5: hue angle of 185.28º 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 #289AA5 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 154 | 165 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.35 |
| HSL | 185.28º | 0.61% | 0.4% | - |
| HSV(B) | 185.28º | 0.76% | 0.65% | - |
| XYZ | 19.22 | 26.28 | 39.66 | - |
| YUV | 121.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 165 | 0.76 | 0.07 | 0 | 0.35 | 185.28 | 0.61 | 0.4 |
| Hex | 28 | 9A | A5 | 4C | 7 | 0 | 23 | B9 | 3D | 28 |
| Octal | 50 | 232 | 245 | 114 | 7 | 0 | 43 | 271 | 75 | 50 |
| Binary | 101000 | 10011010 | 10100101 | 1001100 | 111 | 0 | 100011 | 10111001 | 111101 | 101000 |
Color Harmonies of #289AA5
Complementary color
Monochromatic Colors of #289AA5
Black with #289AA5
Text Example
Text Example
White with #289AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AA5; }
p { color: rgb(40,154,165); }
H1.HeaderClassName
{
color: #289AA5;
}
.AnyTagClassName
{
color: #289AA5;
}
</style>
background-color css
<style>
a { background-color: #289AA5; }
a { background-color: rgb(40,154,165); }
div.DivClassName
{
background-color: #289AA5;
}
.BgClassName
{
background-color: #289AA5;
}
</style>
border-color css
<style>
span { border-color: #289AA5; }
span { border-color: rgb(40,154,165); }
td.TdClassName
{
border-color: #289AA5;
}
.TagClassName
{
border-color: #289AA5;
}
</style>