Shades of Pelorous #289CBA
Tints of Pelorous #289CBA
RGB
CMYK
RGB Variations
Color information
#289CBA (or 0x289CBA) is known color: Pelorous. HEX triplet: 28, 9C and BA. RGB value is (40,156,186). Sum of RGB (Red+Green+Blue) = 40+156+186=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #289CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CBA is #D76345. Grayscale: #7C7C7C. Windows color (decimal): -14115654 or 12229672. OLE color: 12229672.
HSL color Cylindrical-coordinate representation of color #289CBA: hue angle of 192.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #289CBA is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 156 | 186 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.27 |
| HSL | 192.33º | 0.65% | 0.44% | - |
| HSV(B) | 192.33º | 0.78% | 0.73% | - |
| XYZ | 21.63 | 27.77 | 50.68 | - |
| YUV | 124.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 186 | 0.78 | 0.16 | 0 | 0.27 | 192.33 | 0.65 | 0.44 |
| Hex | 28 | 9C | BA | 4E | 10 | 0 | 1B | C0 | 41 | 2C |
| Octal | 50 | 234 | 272 | 116 | 20 | 0 | 33 | 300 | 101 | 54 |
| Binary | 101000 | 10011100 | 10111010 | 1001110 | 10000 | 0 | 11011 | 11000000 | 1000001 | 101100 |
Color Harmonies of #289CBA
Complementary color
Monochromatic Colors of #289CBA
Black with #289CBA
Text Example
Text Example
White with #289CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CBA; }
p { color: rgb(40,156,186); }
H1.HeaderClassName
{
color: #289CBA;
}
.AnyTagClassName
{
color: #289CBA;
}
</style>
background-color css
<style>
a { background-color: #289CBA; }
a { background-color: rgb(40,156,186); }
div.DivClassName
{
background-color: #289CBA;
}
.BgClassName
{
background-color: #289CBA;
}
</style>
border-color css
<style>
span { border-color: #289CBA; }
span { border-color: rgb(40,156,186); }
td.TdClassName
{
border-color: #289CBA;
}
.TagClassName
{
border-color: #289CBA;
}
</style>