Shades of Pelorous #289DAC
Tints of Pelorous #289DAC
RGB
CMYK
RGB Variations
Color information
#289DAC (or 0x289DAC) is known color: Pelorous. HEX triplet: 28, 9D and AC. RGB value is (40,157,172). Sum of RGB (Red+Green+Blue) = 40+157+172=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #289DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DAC is #D76253. Grayscale: #7B7B7B. Windows color (decimal): -14115412 or 11312424. OLE color: 11312424.
HSL color Cylindrical-coordinate representation of color #289DAC: hue angle of 186.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289DAC is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 157 | 172 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.33 |
| HSL | 186.82º | 0.62% | 0.42% | - |
| HSV(B) | 186.82º | 0.77% | 0.67% | - |
| XYZ | 20.38 | 27.54 | 43.27 | - |
| YUV | 123.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 172 | 0.77 | 0.09 | 0 | 0.33 | 186.82 | 0.62 | 0.42 |
| Hex | 28 | 9D | AC | 4D | 9 | 0 | 21 | BB | 3E | 2A |
| Octal | 50 | 235 | 254 | 115 | 11 | 0 | 41 | 273 | 76 | 52 |
| Binary | 101000 | 10011101 | 10101100 | 1001101 | 1001 | 0 | 100001 | 10111011 | 111110 | 101010 |
Color Harmonies of #289DAC
Complementary color
Monochromatic Colors of #289DAC
Black with #289DAC
Text Example
Text Example
White with #289DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DAC; }
p { color: rgb(40,157,172); }
H1.HeaderClassName
{
color: #289DAC;
}
.AnyTagClassName
{
color: #289DAC;
}
</style>
background-color css
<style>
a { background-color: #289DAC; }
a { background-color: rgb(40,157,172); }
div.DivClassName
{
background-color: #289DAC;
}
.BgClassName
{
background-color: #289DAC;
}
</style>
border-color css
<style>
span { border-color: #289DAC; }
span { border-color: rgb(40,157,172); }
td.TdClassName
{
border-color: #289DAC;
}
.TagClassName
{
border-color: #289DAC;
}
</style>