Shades of Pelorous #289BAE
Tints of Pelorous #289BAE
RGB
CMYK
RGB Variations
Color information
#289BAE (or 0x289BAE) is known color: Pelorous. HEX triplet: 28, 9B and AE. RGB value is (40,155,174). Sum of RGB (Red+Green+Blue) = 40+155+174=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #289BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BAE is #D76451. Grayscale: #7A7A7A. Windows color (decimal): -14115922 or 11442984. OLE color: 11442984.
HSL color Cylindrical-coordinate representation of color #289BAE: hue angle of 188.51º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289BAE is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 155 | 174 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.32 |
| HSL | 188.51º | 0.63% | 0.42% | - |
| HSV(B) | 188.51º | 0.77% | 0.68% | - |
| XYZ | 20.24 | 26.95 | 44.18 | - |
| YUV | 122.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 174 | 0.77 | 0.11 | 0 | 0.32 | 188.51 | 0.63 | 0.42 |
| Hex | 28 | 9B | AE | 4D | B | 0 | 20 | BD | 3F | 2A |
| Octal | 50 | 233 | 256 | 115 | 13 | 0 | 40 | 275 | 77 | 52 |
| Binary | 101000 | 10011011 | 10101110 | 1001101 | 1011 | 0 | 100000 | 10111101 | 111111 | 101010 |
Color Harmonies of #289BAE
Complementary color
Monochromatic Colors of #289BAE
Black with #289BAE
Text Example
Text Example
White with #289BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BAE; }
p { color: rgb(40,155,174); }
H1.HeaderClassName
{
color: #289BAE;
}
.AnyTagClassName
{
color: #289BAE;
}
</style>
background-color css
<style>
a { background-color: #289BAE; }
a { background-color: rgb(40,155,174); }
div.DivClassName
{
background-color: #289BAE;
}
.BgClassName
{
background-color: #289BAE;
}
</style>
border-color css
<style>
span { border-color: #289BAE; }
span { border-color: rgb(40,155,174); }
td.TdClassName
{
border-color: #289BAE;
}
.TagClassName
{
border-color: #289BAE;
}
</style>