Shades of Pelorous #289CA8
Tints of Pelorous #289CA8
RGB
CMYK
RGB Variations
Color information
#289CA8 (or 0x289CA8) is known color: Pelorous. HEX triplet: 28, 9C and A8. RGB value is (40,156,168). Sum of RGB (Red+Green+Blue) = 40+156+168=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 168 - color contains mainly: blue. Hex color #289CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289CA8 is #D76357. Grayscale: #7A7A7A. Windows color (decimal): -14115672 or 11050024. OLE color: 11050024.
HSL color Cylindrical-coordinate representation of color #289CA8: hue angle of 185.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289CA8 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 156 | 168 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.34 |
| HSL | 185.63º | 0.62% | 0.41% | - |
| HSV(B) | 185.63º | 0.76% | 0.66% | - |
| XYZ | 19.83 | 27.06 | 41.22 | - |
| YUV | 122.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 168 | 0.76 | 0.07 | 0 | 0.34 | 185.63 | 0.62 | 0.41 |
| Hex | 28 | 9C | A8 | 4C | 7 | 0 | 22 | BA | 3E | 29 |
| Octal | 50 | 234 | 250 | 114 | 7 | 0 | 42 | 272 | 76 | 51 |
| Binary | 101000 | 10011100 | 10101000 | 1001100 | 111 | 0 | 100010 | 10111010 | 111110 | 101001 |
Color Harmonies of #289CA8
Complementary color
Monochromatic Colors of #289CA8
Black with #289CA8
Text Example
Text Example
White with #289CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CA8; }
p { color: rgb(40,156,168); }
H1.HeaderClassName
{
color: #289CA8;
}
.AnyTagClassName
{
color: #289CA8;
}
</style>
background-color css
<style>
a { background-color: #289CA8; }
a { background-color: rgb(40,156,168); }
div.DivClassName
{
background-color: #289CA8;
}
.BgClassName
{
background-color: #289CA8;
}
</style>
border-color css
<style>
span { border-color: #289CA8; }
span { border-color: rgb(40,156,168); }
td.TdClassName
{
border-color: #289CA8;
}
.TagClassName
{
border-color: #289CA8;
}
</style>