Shades of Pelorous #289CCD
Tints of Pelorous #289CCD
RGB
CMYK
RGB Variations
Color information
#289CCD (or 0x289CCD) is known color: Pelorous. HEX triplet: 28, 9C and CD. RGB value is (40,156,205). Sum of RGB (Red+Green+Blue) = 40+156+205=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #289CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CCD is #D76332. Grayscale: #7E7E7E. Windows color (decimal): -14115635 or 13474856. OLE color: 13474856.
HSL color Cylindrical-coordinate representation of color #289CCD: hue angle of 197.82º 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 #289CCD is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 156 | 205 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.20 |
| HSL | 197.82º | 0.67% | 0.48% | - |
| HSV(B) | 197.82º | 0.8% | 0.8% | - |
| XYZ | 23.78 | 28.64 | 62.03 | - |
| YUV | 126.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 205 | 0.80 | 0.24 | 0 | 0.20 | 197.82 | 0.67 | 0.48 |
| Hex | 28 | 9C | CD | 50 | 18 | 0 | 14 | C6 | 43 | 30 |
| Octal | 50 | 234 | 315 | 120 | 30 | 0 | 24 | 306 | 103 | 60 |
| Binary | 101000 | 10011100 | 11001101 | 1010000 | 11000 | 0 | 10100 | 11000110 | 1000011 | 110000 |
Color Harmonies of #289CCD
Complementary color
Monochromatic Colors of #289CCD
Black with #289CCD
Text Example
Text Example
White with #289CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CCD; }
p { color: rgb(40,156,205); }
H1.HeaderClassName
{
color: #289CCD;
}
.AnyTagClassName
{
color: #289CCD;
}
</style>
background-color css
<style>
a { background-color: #289CCD; }
a { background-color: rgb(40,156,205); }
div.DivClassName
{
background-color: #289CCD;
}
.BgClassName
{
background-color: #289CCD;
}
</style>
border-color css
<style>
span { border-color: #289CCD; }
span { border-color: rgb(40,156,205); }
td.TdClassName
{
border-color: #289CCD;
}
.TagClassName
{
border-color: #289CCD;
}
</style>