Shades of Pelorous #289DC0
Tints of Pelorous #289DC0
RGB
CMYK
RGB Variations
Color information
#289DC0 (or 0x289DC0) is known color: Pelorous. HEX triplet: 28, 9D and C0. RGB value is (40,157,192). Sum of RGB (Red+Green+Blue) = 40+157+192=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #289DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289DC0 is #D7623F. Grayscale: #7D7D7D. Windows color (decimal): -14115392 or 12623144. OLE color: 12623144.
HSL color Cylindrical-coordinate representation of color #289DC0: hue angle of 193.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289DC0 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 157 | 192 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.25 |
| HSL | 193.82º | 0.66% | 0.45% | - |
| HSV(B) | 193.82º | 0.79% | 0.75% | - |
| XYZ | 22.45 | 28.37 | 54.16 | - |
| YUV | 126.01 | 165.24 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 192 | 0.79 | 0.18 | 0 | 0.25 | 193.82 | 0.66 | 0.45 |
| Hex | 28 | 9D | C0 | 4F | 12 | 0 | 19 | C2 | 42 | 2D |
| Octal | 50 | 235 | 300 | 117 | 22 | 0 | 31 | 302 | 102 | 55 |
| Binary | 101000 | 10011101 | 11000000 | 1001111 | 10010 | 0 | 11001 | 11000010 | 1000010 | 101101 |
Color Harmonies of #289DC0
Complementary color
Monochromatic Colors of #289DC0
Black with #289DC0
Text Example
Text Example
White with #289DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DC0; }
p { color: rgb(40,157,192); }
H1.HeaderClassName
{
color: #289DC0;
}
.AnyTagClassName
{
color: #289DC0;
}
</style>
background-color css
<style>
a { background-color: #289DC0; }
a { background-color: rgb(40,157,192); }
div.DivClassName
{
background-color: #289DC0;
}
.BgClassName
{
background-color: #289DC0;
}
</style>
border-color css
<style>
span { border-color: #289DC0; }
span { border-color: rgb(40,157,192); }
td.TdClassName
{
border-color: #289DC0;
}
.TagClassName
{
border-color: #289DC0;
}
</style>