Shades of Pelorous #289CBD
Tints of Pelorous #289CBD
RGB
CMYK
RGB Variations
Color information
#289CBD (or 0x289CBD) is known color: Pelorous. HEX triplet: 28, 9C and BD. RGB value is (40,156,189). Sum of RGB (Red+Green+Blue) = 40+156+189=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #289CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CBD is #D76342. Grayscale: #7C7C7C. Windows color (decimal): -14115651 or 12426280. OLE color: 12426280.
HSL color Cylindrical-coordinate representation of color #289CBD: hue angle of 193.29º 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 #289CBD is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 156 | 189 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.26 |
| HSL | 193.29º | 0.65% | 0.45% | - |
| HSV(B) | 193.29º | 0.79% | 0.74% | - |
| XYZ | 21.95 | 27.9 | 52.37 | - |
| YUV | 125.08 | 164.07 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 189 | 0.79 | 0.17 | 0 | 0.26 | 193.29 | 0.65 | 0.45 |
| Hex | 28 | 9C | BD | 4F | 11 | 0 | 1A | C1 | 41 | 2D |
| Octal | 50 | 234 | 275 | 117 | 21 | 0 | 32 | 301 | 101 | 55 |
| Binary | 101000 | 10011100 | 10111101 | 1001111 | 10001 | 0 | 11010 | 11000001 | 1000001 | 101101 |
Color Harmonies of #289CBD
Complementary color
Monochromatic Colors of #289CBD
Black with #289CBD
Text Example
Text Example
White with #289CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CBD; }
p { color: rgb(40,156,189); }
H1.HeaderClassName
{
color: #289CBD;
}
.AnyTagClassName
{
color: #289CBD;
}
</style>
background-color css
<style>
a { background-color: #289CBD; }
a { background-color: rgb(40,156,189); }
div.DivClassName
{
background-color: #289CBD;
}
.BgClassName
{
background-color: #289CBD;
}
</style>
border-color css
<style>
span { border-color: #289CBD; }
span { border-color: rgb(40,156,189); }
td.TdClassName
{
border-color: #289CBD;
}
.TagClassName
{
border-color: #289CBD;
}
</style>