Shades of Pelorous #289DCB
Tints of Pelorous #289DCB
RGB
CMYK
RGB Variations
Color information
#289DCB (or 0x289DCB) is known color: Pelorous. HEX triplet: 28, 9D and CB. RGB value is (40,157,203). Sum of RGB (Red+Green+Blue) = 40+157+203=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #289DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289DCB is #D76234. Grayscale: #7E7E7E. Windows color (decimal): -14115381 or 13344040. OLE color: 13344040.
HSL color Cylindrical-coordinate representation of color #289DCB: hue angle of 196.93º 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 #289DCB is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 157 | 203 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.20 |
| HSL | 196.93º | 0.67% | 0.48% | - |
| HSV(B) | 196.93º | 0.8% | 0.8% | - |
| XYZ | 23.71 | 28.88 | 60.82 | - |
| YUV | 127.26 | 170.74 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 203 | 0.80 | 0.23 | 0 | 0.20 | 196.93 | 0.67 | 0.48 |
| Hex | 28 | 9D | CB | 50 | 17 | 0 | 14 | C5 | 43 | 30 |
| Octal | 50 | 235 | 313 | 120 | 27 | 0 | 24 | 305 | 103 | 60 |
| Binary | 101000 | 10011101 | 11001011 | 1010000 | 10111 | 0 | 10100 | 11000101 | 1000011 | 110000 |
Color Harmonies of #289DCB
Complementary color
Monochromatic Colors of #289DCB
Black with #289DCB
Text Example
Text Example
White with #289DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DCB; }
p { color: rgb(40,157,203); }
H1.HeaderClassName
{
color: #289DCB;
}
.AnyTagClassName
{
color: #289DCB;
}
</style>
background-color css
<style>
a { background-color: #289DCB; }
a { background-color: rgb(40,157,203); }
div.DivClassName
{
background-color: #289DCB;
}
.BgClassName
{
background-color: #289DCB;
}
</style>
border-color css
<style>
span { border-color: #289DCB; }
span { border-color: rgb(40,157,203); }
td.TdClassName
{
border-color: #289DCB;
}
.TagClassName
{
border-color: #289DCB;
}
</style>