Shades of Pelorous #289FBD
Tints of Pelorous #289FBD
RGB
CMYK
RGB Variations
Color information
#289FBD (or 0x289FBD) is known color: Pelorous. HEX triplet: 28, 9F and BD. RGB value is (40,159,189). Sum of RGB (Red+Green+Blue) = 40+159+189=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #289FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289FBD is #D76042. Grayscale: #7E7E7E. Windows color (decimal): -14114883 or 12427048. OLE color: 12427048.
HSL color Cylindrical-coordinate representation of color #289FBD: hue angle of 192.08º 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 #289FBD is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 159 | 189 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.26 |
| HSL | 192.08º | 0.65% | 0.45% | - |
| HSV(B) | 192.08º | 0.79% | 0.74% | - |
| XYZ | 22.46 | 28.92 | 52.54 | - |
| YUV | 126.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 189 | 0.79 | 0.16 | 0 | 0.26 | 192.08 | 0.65 | 0.45 |
| Hex | 28 | 9F | BD | 4F | 10 | 0 | 1A | C0 | 41 | 2D |
| Octal | 50 | 237 | 275 | 117 | 20 | 0 | 32 | 300 | 101 | 55 |
| Binary | 101000 | 10011111 | 10111101 | 1001111 | 10000 | 0 | 11010 | 11000000 | 1000001 | 101101 |
Color Harmonies of #289FBD
Complementary color
Monochromatic Colors of #289FBD
Black with #289FBD
Text Example
Text Example
White with #289FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FBD; }
p { color: rgb(40,159,189); }
H1.HeaderClassName
{
color: #289FBD;
}
.AnyTagClassName
{
color: #289FBD;
}
</style>
background-color css
<style>
a { background-color: #289FBD; }
a { background-color: rgb(40,159,189); }
div.DivClassName
{
background-color: #289FBD;
}
.BgClassName
{
background-color: #289FBD;
}
</style>
border-color css
<style>
span { border-color: #289FBD; }
span { border-color: rgb(40,159,189); }
td.TdClassName
{
border-color: #289FBD;
}
.TagClassName
{
border-color: #289FBD;
}
</style>