Shades of Pelorous #289AAE
Tints of Pelorous #289AAE
RGB
CMYK
RGB Variations
Color information
#289AAE (or 0x289AAE) is known color: Pelorous. HEX triplet: 28, 9A and AE. RGB value is (40,154,174). Sum of RGB (Red+Green+Blue) = 40+154+174=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #289AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AAE is #D76551. Grayscale: #7A7A7A. Windows color (decimal): -14116178 or 11442728. OLE color: 11442728.
HSL color Cylindrical-coordinate representation of color #289AAE: hue angle of 188.96º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289AAE is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 154 | 174 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.32 |
| HSL | 188.96º | 0.63% | 0.42% | - |
| HSV(B) | 188.96º | 0.77% | 0.68% | - |
| XYZ | 20.07 | 26.62 | 44.12 | - |
| YUV | 122.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 174 | 0.77 | 0.11 | 0 | 0.32 | 188.96 | 0.63 | 0.42 |
| Hex | 28 | 9A | AE | 4D | B | 0 | 20 | BD | 3F | 2A |
| Octal | 50 | 232 | 256 | 115 | 13 | 0 | 40 | 275 | 77 | 52 |
| Binary | 101000 | 10011010 | 10101110 | 1001101 | 1011 | 0 | 100000 | 10111101 | 111111 | 101010 |
Color Harmonies of #289AAE
Complementary color
Monochromatic Colors of #289AAE
Black with #289AAE
Text Example
Text Example
White with #289AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AAE; }
p { color: rgb(40,154,174); }
H1.HeaderClassName
{
color: #289AAE;
}
.AnyTagClassName
{
color: #289AAE;
}
</style>
background-color css
<style>
a { background-color: #289AAE; }
a { background-color: rgb(40,154,174); }
div.DivClassName
{
background-color: #289AAE;
}
.BgClassName
{
background-color: #289AAE;
}
</style>
border-color css
<style>
span { border-color: #289AAE; }
span { border-color: rgb(40,154,174); }
td.TdClassName
{
border-color: #289AAE;
}
.TagClassName
{
border-color: #289AAE;
}
</style>