Shades of Pelorous #289DB0
Tints of Pelorous #289DB0
RGB
CMYK
RGB Variations
Color information
#289DB0 (or 0x289DB0) is known color: Pelorous. HEX triplet: 28, 9D and B0. RGB value is (40,157,176). Sum of RGB (Red+Green+Blue) = 40+157+176=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #289DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DB0 is #D7624F. Grayscale: #7B7B7B. Windows color (decimal): -14115408 or 11574568. OLE color: 11574568.
HSL color Cylindrical-coordinate representation of color #289DB0: hue angle of 188.38º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289DB0 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 157 | 176 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.31 |
| HSL | 188.38º | 0.63% | 0.42% | - |
| HSV(B) | 188.38º | 0.77% | 0.69% | - |
| XYZ | 20.77 | 27.7 | 45.33 | - |
| YUV | 124.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 176 | 0.77 | 0.11 | 0 | 0.31 | 188.38 | 0.63 | 0.42 |
| Hex | 28 | 9D | B0 | 4D | B | 0 | 1F | BC | 3F | 2A |
| Octal | 50 | 235 | 260 | 115 | 13 | 0 | 37 | 274 | 77 | 52 |
| Binary | 101000 | 10011101 | 10110000 | 1001101 | 1011 | 0 | 11111 | 10111100 | 111111 | 101010 |
Color Harmonies of #289DB0
Complementary color
Monochromatic Colors of #289DB0
Black with #289DB0
Text Example
Text Example
White with #289DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DB0; }
p { color: rgb(40,157,176); }
H1.HeaderClassName
{
color: #289DB0;
}
.AnyTagClassName
{
color: #289DB0;
}
</style>
background-color css
<style>
a { background-color: #289DB0; }
a { background-color: rgb(40,157,176); }
div.DivClassName
{
background-color: #289DB0;
}
.BgClassName
{
background-color: #289DB0;
}
</style>
border-color css
<style>
span { border-color: #289DB0; }
span { border-color: rgb(40,157,176); }
td.TdClassName
{
border-color: #289DB0;
}
.TagClassName
{
border-color: #289DB0;
}
</style>