Shades of Pelorous #289ECB
Tints of Pelorous #289ECB
RGB
CMYK
RGB Variations
Color information
#289ECB (or 0x289ECB) is known color: Pelorous. HEX triplet: 28, 9E and CB. RGB value is (40,158,203). Sum of RGB (Red+Green+Blue) = 40+158+203=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #289ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ECB is #D76134. Grayscale: #7F7F7F. Windows color (decimal): -14115125 or 13344296. OLE color: 13344296.
HSL color Cylindrical-coordinate representation of color #289ECB: hue angle of 196.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #289ECB is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 158 | 203 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.20 |
| HSL | 196.56º | 0.67% | 0.48% | - |
| HSV(B) | 196.56º | 0.8% | 0.8% | - |
| XYZ | 23.88 | 29.22 | 60.88 | - |
| YUV | 127.85 | 170.41 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 158 | 203 | 0.80 | 0.22 | 0 | 0.20 | 196.56 | 0.67 | 0.48 |
| Hex | 28 | 9E | CB | 50 | 16 | 0 | 14 | C5 | 43 | 30 |
| Octal | 50 | 236 | 313 | 120 | 26 | 0 | 24 | 305 | 103 | 60 |
| Binary | 101000 | 10011110 | 11001011 | 1010000 | 10110 | 0 | 10100 | 11000101 | 1000011 | 110000 |
Color Harmonies of #289ECB
Complementary color
Monochromatic Colors of #289ECB
Black with #289ECB
Text Example
Text Example
White with #289ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ECB; }
p { color: rgb(40,158,203); }
H1.HeaderClassName
{
color: #289ECB;
}
.AnyTagClassName
{
color: #289ECB;
}
</style>
background-color css
<style>
a { background-color: #289ECB; }
a { background-color: rgb(40,158,203); }
div.DivClassName
{
background-color: #289ECB;
}
.BgClassName
{
background-color: #289ECB;
}
</style>
border-color css
<style>
span { border-color: #289ECB; }
span { border-color: rgb(40,158,203); }
td.TdClassName
{
border-color: #289ECB;
}
.TagClassName
{
border-color: #289ECB;
}
</style>