Shades of Pelorous #289CAF
Tints of Pelorous #289CAF
RGB
CMYK
RGB Variations
Color information
#289CAF (or 0x289CAF) is known color: Pelorous. HEX triplet: 28, 9C and AF. RGB value is (40,156,175). Sum of RGB (Red+Green+Blue) = 40+156+175=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #289CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289CAF is #D76350. Grayscale: #7B7B7B. Windows color (decimal): -14115665 or 11508776. OLE color: 11508776.
HSL color Cylindrical-coordinate representation of color #289CAF: hue angle of 188.44º 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 #289CAF is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 156 | 175 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.31 |
| HSL | 188.44º | 0.63% | 0.42% | - |
| HSV(B) | 188.44º | 0.77% | 0.69% | - |
| XYZ | 20.5 | 27.32 | 44.75 | - |
| YUV | 123.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 175 | 0.77 | 0.11 | 0 | 0.31 | 188.44 | 0.63 | 0.42 |
| Hex | 28 | 9C | AF | 4D | B | 0 | 1F | BC | 3F | 2A |
| Octal | 50 | 234 | 257 | 115 | 13 | 0 | 37 | 274 | 77 | 52 |
| Binary | 101000 | 10011100 | 10101111 | 1001101 | 1011 | 0 | 11111 | 10111100 | 111111 | 101010 |
Color Harmonies of #289CAF
Complementary color
Monochromatic Colors of #289CAF
Black with #289CAF
Text Example
Text Example
White with #289CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CAF; }
p { color: rgb(40,156,175); }
H1.HeaderClassName
{
color: #289CAF;
}
.AnyTagClassName
{
color: #289CAF;
}
</style>
background-color css
<style>
a { background-color: #289CAF; }
a { background-color: rgb(40,156,175); }
div.DivClassName
{
background-color: #289CAF;
}
.BgClassName
{
background-color: #289CAF;
}
</style>
border-color css
<style>
span { border-color: #289CAF; }
span { border-color: rgb(40,156,175); }
td.TdClassName
{
border-color: #289CAF;
}
.TagClassName
{
border-color: #289CAF;
}
</style>