Shades of Pelorous #289FAA
Tints of Pelorous #289FAA
RGB
CMYK
RGB Variations
Color information
#289FAA (or 0x289FAA) is known color: Pelorous. HEX triplet: 28, 9F and AA. RGB value is (40,159,170). Sum of RGB (Red+Green+Blue) = 40+159+170=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #289FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289FAA is #D76055. Grayscale: #7C7C7C. Windows color (decimal): -14114902 or 11181864. OLE color: 11181864.
HSL color Cylindrical-coordinate representation of color #289FAA: hue angle of 185.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289FAA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 159 | 170 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.33 |
| HSL | 185.08º | 0.62% | 0.41% | - |
| HSV(B) | 185.08º | 0.76% | 0.67% | - |
| XYZ | 20.53 | 28.15 | 42.38 | - |
| YUV | 124.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 170 | 0.76 | 0.06 | 0 | 0.33 | 185.08 | 0.62 | 0.41 |
| Hex | 28 | 9F | AA | 4C | 6 | 0 | 21 | B9 | 3E | 29 |
| Octal | 50 | 237 | 252 | 114 | 6 | 0 | 41 | 271 | 76 | 51 |
| Binary | 101000 | 10011111 | 10101010 | 1001100 | 110 | 0 | 100001 | 10111001 | 111110 | 101001 |
Color Harmonies of #289FAA
Complementary color
Monochromatic Colors of #289FAA
Black with #289FAA
Text Example
Text Example
White with #289FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FAA; }
p { color: rgb(40,159,170); }
H1.HeaderClassName
{
color: #289FAA;
}
.AnyTagClassName
{
color: #289FAA;
}
</style>
background-color css
<style>
a { background-color: #289FAA; }
a { background-color: rgb(40,159,170); }
div.DivClassName
{
background-color: #289FAA;
}
.BgClassName
{
background-color: #289FAA;
}
</style>
border-color css
<style>
span { border-color: #289FAA; }
span { border-color: rgb(40,159,170); }
td.TdClassName
{
border-color: #289FAA;
}
.TagClassName
{
border-color: #289FAA;
}
</style>