Shades of Pelorous #289BAF
Tints of Pelorous #289BAF
RGB
CMYK
RGB Variations
Color information
#289BAF (or 0x289BAF) is known color: Pelorous. HEX triplet: 28, 9B and AF. RGB value is (40,155,175). Sum of RGB (Red+Green+Blue) = 40+155+175=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #289BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BAF is #D76450. Grayscale: #7A7A7A. Windows color (decimal): -14115921 or 11508520. OLE color: 11508520.
HSL color Cylindrical-coordinate representation of color #289BAF: hue angle of 188.89º 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 #289BAF is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 155 | 175 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.31 |
| HSL | 188.89º | 0.63% | 0.42% | - |
| HSV(B) | 188.89º | 0.77% | 0.69% | - |
| XYZ | 20.33 | 26.99 | 44.7 | - |
| YUV | 122.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 175 | 0.77 | 0.11 | 0 | 0.31 | 188.89 | 0.63 | 0.42 |
| Hex | 28 | 9B | AF | 4D | B | 0 | 1F | BD | 3F | 2A |
| Octal | 50 | 233 | 257 | 115 | 13 | 0 | 37 | 275 | 77 | 52 |
| Binary | 101000 | 10011011 | 10101111 | 1001101 | 1011 | 0 | 11111 | 10111101 | 111111 | 101010 |
Color Harmonies of #289BAF
Complementary color
Monochromatic Colors of #289BAF
Black with #289BAF
Text Example
Text Example
White with #289BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BAF; }
p { color: rgb(40,155,175); }
H1.HeaderClassName
{
color: #289BAF;
}
.AnyTagClassName
{
color: #289BAF;
}
</style>
background-color css
<style>
a { background-color: #289BAF; }
a { background-color: rgb(40,155,175); }
div.DivClassName
{
background-color: #289BAF;
}
.BgClassName
{
background-color: #289BAF;
}
</style>
border-color css
<style>
span { border-color: #289BAF; }
span { border-color: rgb(40,155,175); }
td.TdClassName
{
border-color: #289BAF;
}
.TagClassName
{
border-color: #289BAF;
}
</style>