Shades of Pelorous #289ABE
Tints of Pelorous #289ABE
RGB
CMYK
RGB Variations
Color information
#289ABE (or 0x289ABE) is known color: Pelorous. HEX triplet: 28, 9A and BE. RGB value is (40,154,190). Sum of RGB (Red+Green+Blue) = 40+154+190=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #289ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ABE is #D76541. Grayscale: #7B7B7B. Windows color (decimal): -14116162 or 12491304. OLE color: 12491304.
HSL color Cylindrical-coordinate representation of color #289ABE: hue angle of 194.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289ABE is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 154 | 190 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.25 |
| HSL | 194.4º | 0.65% | 0.45% | - |
| HSV(B) | 194.4º | 0.79% | 0.75% | - |
| XYZ | 21.72 | 27.28 | 52.84 | - |
| YUV | 124.02 | 165.23 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 190 | 0.79 | 0.19 | 0 | 0.25 | 194.4 | 0.65 | 0.45 |
| Hex | 28 | 9A | BE | 4F | 13 | 0 | 19 | C2 | 41 | 2D |
| Octal | 50 | 232 | 276 | 117 | 23 | 0 | 31 | 302 | 101 | 55 |
| Binary | 101000 | 10011010 | 10111110 | 1001111 | 10011 | 0 | 11001 | 11000010 | 1000001 | 101101 |
Color Harmonies of #289ABE
Complementary color
Monochromatic Colors of #289ABE
Black with #289ABE
Text Example
Text Example
White with #289ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ABE; }
p { color: rgb(40,154,190); }
H1.HeaderClassName
{
color: #289ABE;
}
.AnyTagClassName
{
color: #289ABE;
}
</style>
background-color css
<style>
a { background-color: #289ABE; }
a { background-color: rgb(40,154,190); }
div.DivClassName
{
background-color: #289ABE;
}
.BgClassName
{
background-color: #289ABE;
}
</style>
border-color css
<style>
span { border-color: #289ABE; }
span { border-color: rgb(40,154,190); }
td.TdClassName
{
border-color: #289ABE;
}
.TagClassName
{
border-color: #289ABE;
}
</style>