Shades of Pelorous #289ABC
Tints of Pelorous #289ABC
RGB
CMYK
RGB Variations
Color information
#289ABC (or 0x289ABC) is known color: Pelorous. HEX triplet: 28, 9A and BC. RGB value is (40,154,188). Sum of RGB (Red+Green+Blue) = 40+154+188=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #289ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ABC is #D76543. Grayscale: #7B7B7B. Windows color (decimal): -14116164 or 12360232. OLE color: 12360232.
HSL color Cylindrical-coordinate representation of color #289ABC: hue angle of 193.78º 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 #289ABC is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 154 | 188 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.26 |
| HSL | 193.78º | 0.65% | 0.45% | - |
| HSV(B) | 193.78º | 0.79% | 0.74% | - |
| XYZ | 21.51 | 27.19 | 51.69 | - |
| YUV | 123.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 188 | 0.79 | 0.18 | 0 | 0.26 | 193.78 | 0.65 | 0.45 |
| Hex | 28 | 9A | BC | 4F | 12 | 0 | 1A | C2 | 41 | 2D |
| Octal | 50 | 232 | 274 | 117 | 22 | 0 | 32 | 302 | 101 | 55 |
| Binary | 101000 | 10011010 | 10111100 | 1001111 | 10010 | 0 | 11010 | 11000010 | 1000001 | 101101 |
Color Harmonies of #289ABC
Complementary color
Monochromatic Colors of #289ABC
Black with #289ABC
Text Example
Text Example
White with #289ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289ABC; }
p { color: rgb(40,154,188); }
H1.HeaderClassName
{
color: #289ABC;
}
.AnyTagClassName
{
color: #289ABC;
}
</style>
background-color css
<style>
a { background-color: #289ABC; }
a { background-color: rgb(40,154,188); }
div.DivClassName
{
background-color: #289ABC;
}
.BgClassName
{
background-color: #289ABC;
}
</style>
border-color css
<style>
span { border-color: #289ABC; }
span { border-color: rgb(40,154,188); }
td.TdClassName
{
border-color: #289ABC;
}
.TagClassName
{
border-color: #289ABC;
}
</style>