Shades of Pelorous #289BBF
Tints of Pelorous #289BBF
RGB
CMYK
RGB Variations
Color information
#289BBF (or 0x289BBF) is known color: Pelorous. HEX triplet: 28, 9B and BF. RGB value is (40,155,191). Sum of RGB (Red+Green+Blue) = 40+155+191=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #289BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BBF is #D76440. Grayscale: #7C7C7C. Windows color (decimal): -14115905 or 12557096. OLE color: 12557096.
HSL color Cylindrical-coordinate representation of color #289BBF: hue angle of 194.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289BBF is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 155 | 191 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.25 |
| HSL | 194.3º | 0.65% | 0.45% | - |
| HSV(B) | 194.3º | 0.79% | 0.75% | - |
| XYZ | 22 | 27.66 | 53.47 | - |
| YUV | 124.72 | 165.4 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 191 | 0.79 | 0.19 | 0 | 0.25 | 194.3 | 0.65 | 0.45 |
| Hex | 28 | 9B | BF | 4F | 13 | 0 | 19 | C2 | 41 | 2D |
| Octal | 50 | 233 | 277 | 117 | 23 | 0 | 31 | 302 | 101 | 55 |
| Binary | 101000 | 10011011 | 10111111 | 1001111 | 10011 | 0 | 11001 | 11000010 | 1000001 | 101101 |
Color Harmonies of #289BBF
Complementary color
Monochromatic Colors of #289BBF
Black with #289BBF
Text Example
Text Example
White with #289BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BBF; }
p { color: rgb(40,155,191); }
H1.HeaderClassName
{
color: #289BBF;
}
.AnyTagClassName
{
color: #289BBF;
}
</style>
background-color css
<style>
a { background-color: #289BBF; }
a { background-color: rgb(40,155,191); }
div.DivClassName
{
background-color: #289BBF;
}
.BgClassName
{
background-color: #289BBF;
}
</style>
border-color css
<style>
span { border-color: #289BBF; }
span { border-color: rgb(40,155,191); }
td.TdClassName
{
border-color: #289BBF;
}
.TagClassName
{
border-color: #289BBF;
}
</style>