Shades of Pelorous #289EAF
Tints of Pelorous #289EAF
RGB
CMYK
RGB Variations
Color information
#289EAF (or 0x289EAF) is known color: Pelorous. HEX triplet: 28, 9E and AF. RGB value is (40,158,175). Sum of RGB (Red+Green+Blue) = 40+158+175=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #289EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289EAF is #D76150. Grayscale: #7C7C7C. Windows color (decimal): -14115153 or 11509288. OLE color: 11509288.
HSL color Cylindrical-coordinate representation of color #289EAF: hue angle of 187.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289EAF is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 158 | 175 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.31 |
| HSL | 187.56º | 0.63% | 0.42% | - |
| HSV(B) | 187.56º | 0.77% | 0.69% | - |
| XYZ | 20.84 | 28 | 44.86 | - |
| YUV | 124.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 158 | 175 | 0.77 | 0.10 | 0 | 0.31 | 187.56 | 0.63 | 0.42 |
| Hex | 28 | 9E | AF | 4D | A | 0 | 1F | BC | 3F | 2A |
| Octal | 50 | 236 | 257 | 115 | 12 | 0 | 37 | 274 | 77 | 52 |
| Binary | 101000 | 10011110 | 10101111 | 1001101 | 1010 | 0 | 11111 | 10111100 | 111111 | 101010 |
Color Harmonies of #289EAF
Complementary color
Monochromatic Colors of #289EAF
Black with #289EAF
Text Example
Text Example
White with #289EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289EAF; }
p { color: rgb(40,158,175); }
H1.HeaderClassName
{
color: #289EAF;
}
.AnyTagClassName
{
color: #289EAF;
}
</style>
background-color css
<style>
a { background-color: #289EAF; }
a { background-color: rgb(40,158,175); }
div.DivClassName
{
background-color: #289EAF;
}
.BgClassName
{
background-color: #289EAF;
}
</style>
border-color css
<style>
span { border-color: #289EAF; }
span { border-color: rgb(40,158,175); }
td.TdClassName
{
border-color: #289EAF;
}
.TagClassName
{
border-color: #289EAF;
}
</style>