Shades of Pelorous #289AB2
Tints of Pelorous #289AB2
RGB
CMYK
RGB Variations
Color information
#289AB2 (or 0x289AB2) is known color: Pelorous. HEX triplet: 28, 9A and B2. RGB value is (40,154,178). Sum of RGB (Red+Green+Blue) = 40+154+178=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #289AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AB2 is #D7654D. Grayscale: #7A7A7A. Windows color (decimal): -14116174 or 11704872. OLE color: 11704872.
HSL color Cylindrical-coordinate representation of color #289AB2: hue angle of 190.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #289AB2 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 154 | 178 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.30 |
| HSL | 190.43º | 0.63% | 0.43% | - |
| HSV(B) | 190.43º | 0.78% | 0.7% | - |
| XYZ | 20.47 | 26.78 | 46.21 | - |
| YUV | 122.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 178 | 0.78 | 0.13 | 0 | 0.30 | 190.43 | 0.63 | 0.43 |
| Hex | 28 | 9A | B2 | 4E | D | 0 | 1E | BE | 3F | 2B |
| Octal | 50 | 232 | 262 | 116 | 15 | 0 | 36 | 276 | 77 | 53 |
| Binary | 101000 | 10011010 | 10110010 | 1001110 | 1101 | 0 | 11110 | 10111110 | 111111 | 101011 |
Color Harmonies of #289AB2
Complementary color
Monochromatic Colors of #289AB2
Black with #289AB2
Text Example
Text Example
White with #289AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AB2; }
p { color: rgb(40,154,178); }
H1.HeaderClassName
{
color: #289AB2;
}
.AnyTagClassName
{
color: #289AB2;
}
</style>
background-color css
<style>
a { background-color: #289AB2; }
a { background-color: rgb(40,154,178); }
div.DivClassName
{
background-color: #289AB2;
}
.BgClassName
{
background-color: #289AB2;
}
</style>
border-color css
<style>
span { border-color: #289AB2; }
span { border-color: rgb(40,154,178); }
td.TdClassName
{
border-color: #289AB2;
}
.TagClassName
{
border-color: #289AB2;
}
</style>