Shades of Pelorous #289DBD
Tints of Pelorous #289DBD
RGB
CMYK
RGB Variations
Color information
#289DBD (or 0x289DBD) is known color: Pelorous. HEX triplet: 28, 9D and BD. RGB value is (40,157,189). Sum of RGB (Red+Green+Blue) = 40+157+189=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #289DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289DBD is #D76242. Grayscale: #7D7D7D. Windows color (decimal): -14115395 or 12426536. OLE color: 12426536.
HSL color Cylindrical-coordinate representation of color #289DBD: hue angle of 192.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289DBD is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 157 | 189 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.26 |
| HSL | 192.89º | 0.65% | 0.45% | - |
| HSV(B) | 192.89º | 0.79% | 0.74% | - |
| XYZ | 22.12 | 28.24 | 52.43 | - |
| YUV | 125.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 189 | 0.79 | 0.17 | 0 | 0.26 | 192.89 | 0.65 | 0.45 |
| Hex | 28 | 9D | BD | 4F | 11 | 0 | 1A | C1 | 41 | 2D |
| Octal | 50 | 235 | 275 | 117 | 21 | 0 | 32 | 301 | 101 | 55 |
| Binary | 101000 | 10011101 | 10111101 | 1001111 | 10001 | 0 | 11010 | 11000001 | 1000001 | 101101 |
Color Harmonies of #289DBD
Complementary color
Monochromatic Colors of #289DBD
Black with #289DBD
Text Example
Text Example
White with #289DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DBD; }
p { color: rgb(40,157,189); }
H1.HeaderClassName
{
color: #289DBD;
}
.AnyTagClassName
{
color: #289DBD;
}
</style>
background-color css
<style>
a { background-color: #289DBD; }
a { background-color: rgb(40,157,189); }
div.DivClassName
{
background-color: #289DBD;
}
.BgClassName
{
background-color: #289DBD;
}
</style>
border-color css
<style>
span { border-color: #289DBD; }
span { border-color: rgb(40,157,189); }
td.TdClassName
{
border-color: #289DBD;
}
.TagClassName
{
border-color: #289DBD;
}
</style>