Shades of Pelorous #289BAC
Tints of Pelorous #289BAC
RGB
CMYK
RGB Variations
Color information
#289BAC (or 0x289BAC) is known color: Pelorous. HEX triplet: 28, 9B and AC. RGB value is (40,155,172). Sum of RGB (Red+Green+Blue) = 40+155+172=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #289BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289BAC is #D76453. Grayscale: #7A7A7A. Windows color (decimal): -14115924 or 11311912. OLE color: 11311912.
HSL color Cylindrical-coordinate representation of color #289BAC: hue angle of 187.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289BAC is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 155 | 172 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.33 |
| HSL | 187.73º | 0.62% | 0.42% | - |
| HSV(B) | 187.73º | 0.77% | 0.67% | - |
| XYZ | 20.04 | 26.87 | 43.16 | - |
| YUV | 122.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 172 | 0.77 | 0.10 | 0 | 0.33 | 187.73 | 0.62 | 0.42 |
| Hex | 28 | 9B | AC | 4D | A | 0 | 21 | BC | 3E | 2A |
| Octal | 50 | 233 | 254 | 115 | 12 | 0 | 41 | 274 | 76 | 52 |
| Binary | 101000 | 10011011 | 10101100 | 1001101 | 1010 | 0 | 100001 | 10111100 | 111110 | 101010 |
Color Harmonies of #289BAC
Complementary color
Monochromatic Colors of #289BAC
Black with #289BAC
Text Example
Text Example
White with #289BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BAC; }
p { color: rgb(40,155,172); }
H1.HeaderClassName
{
color: #289BAC;
}
.AnyTagClassName
{
color: #289BAC;
}
</style>
background-color css
<style>
a { background-color: #289BAC; }
a { background-color: rgb(40,155,172); }
div.DivClassName
{
background-color: #289BAC;
}
.BgClassName
{
background-color: #289BAC;
}
</style>
border-color css
<style>
span { border-color: #289BAC; }
span { border-color: rgb(40,155,172); }
td.TdClassName
{
border-color: #289BAC;
}
.TagClassName
{
border-color: #289BAC;
}
</style>