Shades of Pelorous #289AAA
Tints of Pelorous #289AAA
RGB
CMYK
RGB Variations
Color information
#289AAA (or 0x289AAA) is known color: Pelorous. HEX triplet: 28, 9A and AA. RGB value is (40,154,170). Sum of RGB (Red+Green+Blue) = 40+154+170=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #289AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AAA is #D76555. Grayscale: #797979. Windows color (decimal): -14116182 or 11180584. OLE color: 11180584.
HSL color Cylindrical-coordinate representation of color #289AAA: hue angle of 187.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289AAA is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 154 | 170 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.33 |
| HSL | 187.38º | 0.62% | 0.41% | - |
| HSV(B) | 187.38º | 0.76% | 0.67% | - |
| XYZ | 19.69 | 26.46 | 42.1 | - |
| YUV | 121.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 170 | 0.76 | 0.09 | 0 | 0.33 | 187.38 | 0.62 | 0.41 |
| Hex | 28 | 9A | AA | 4C | 9 | 0 | 21 | BB | 3E | 29 |
| Octal | 50 | 232 | 252 | 114 | 11 | 0 | 41 | 273 | 76 | 51 |
| Binary | 101000 | 10011010 | 10101010 | 1001100 | 1001 | 0 | 100001 | 10111011 | 111110 | 101001 |
Color Harmonies of #289AAA
Complementary color
Monochromatic Colors of #289AAA
Black with #289AAA
Text Example
Text Example
White with #289AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AAA; }
p { color: rgb(40,154,170); }
H1.HeaderClassName
{
color: #289AAA;
}
.AnyTagClassName
{
color: #289AAA;
}
</style>
background-color css
<style>
a { background-color: #289AAA; }
a { background-color: rgb(40,154,170); }
div.DivClassName
{
background-color: #289AAA;
}
.BgClassName
{
background-color: #289AAA;
}
</style>
border-color css
<style>
span { border-color: #289AAA; }
span { border-color: rgb(40,154,170); }
td.TdClassName
{
border-color: #289AAA;
}
.TagClassName
{
border-color: #289AAA;
}
</style>