Shades of Pelorous #289ABD
Tints of Pelorous #289ABD
RGB
CMYK
RGB Variations
Color information
#289ABD (or 0x289ABD) is known color: Pelorous. HEX triplet: 28, 9A and BD. RGB value is (40,154,189). Sum of RGB (Red+Green+Blue) = 40+154+189=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #289ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ABD is #D76542. Grayscale: #7B7B7B. Windows color (decimal): -14116163 or 12425768. OLE color: 12425768.
HSL color Cylindrical-coordinate representation of color #289ABD: hue angle of 194.09º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289ABD is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 154 | 189 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.26 |
| HSL | 194.09º | 0.65% | 0.45% | - |
| HSV(B) | 194.09º | 0.79% | 0.74% | - |
| XYZ | 21.62 | 27.24 | 52.26 | - |
| YUV | 123.9 | 164.73 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 189 | 0.79 | 0.19 | 0 | 0.26 | 194.09 | 0.65 | 0.45 |
| Hex | 28 | 9A | BD | 4F | 13 | 0 | 1A | C2 | 41 | 2D |
| Octal | 50 | 232 | 275 | 117 | 23 | 0 | 32 | 302 | 101 | 55 |
| Binary | 101000 | 10011010 | 10111101 | 1001111 | 10011 | 0 | 11010 | 11000010 | 1000001 | 101101 |
Color Harmonies of #289ABD
Complementary color
Monochromatic Colors of #289ABD
Black with #289ABD
Text Example
Text Example
White with #289ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ABD; }
p { color: rgb(40,154,189); }
H1.HeaderClassName
{
color: #289ABD;
}
.AnyTagClassName
{
color: #289ABD;
}
</style>
background-color css
<style>
a { background-color: #289ABD; }
a { background-color: rgb(40,154,189); }
div.DivClassName
{
background-color: #289ABD;
}
.BgClassName
{
background-color: #289ABD;
}
</style>
border-color css
<style>
span { border-color: #289ABD; }
span { border-color: rgb(40,154,189); }
td.TdClassName
{
border-color: #289ABD;
}
.TagClassName
{
border-color: #289ABD;
}
</style>