Shades of Pelorous #289CC1
Tints of Pelorous #289CC1
RGB
CMYK
RGB Variations
Color information
#289CC1 (or 0x289CC1) is known color: Pelorous. HEX triplet: 28, 9C and C1. RGB value is (40,156,193). Sum of RGB (Red+Green+Blue) = 40+156+193=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #289CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CC1 is #D7633E. Grayscale: #7D7D7D. Windows color (decimal): -14115647 or 12688424. OLE color: 12688424.
HSL color Cylindrical-coordinate representation of color #289CC1: hue angle of 194.51º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289CC1 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 156 | 193 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.24 |
| HSL | 194.51º | 0.66% | 0.46% | - |
| HSV(B) | 194.51º | 0.79% | 0.76% | - |
| XYZ | 22.39 | 28.08 | 54.69 | - |
| YUV | 125.53 | 166.07 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 193 | 0.79 | 0.19 | 0 | 0.24 | 194.51 | 0.66 | 0.46 |
| Hex | 28 | 9C | C1 | 4F | 13 | 0 | 18 | C3 | 42 | 2E |
| Octal | 50 | 234 | 301 | 117 | 23 | 0 | 30 | 303 | 102 | 56 |
| Binary | 101000 | 10011100 | 11000001 | 1001111 | 10011 | 0 | 11000 | 11000011 | 1000010 | 101110 |
Color Harmonies of #289CC1
Complementary color
Monochromatic Colors of #289CC1
Black with #289CC1
Text Example
Text Example
White with #289CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CC1; }
p { color: rgb(40,156,193); }
H1.HeaderClassName
{
color: #289CC1;
}
.AnyTagClassName
{
color: #289CC1;
}
</style>
background-color css
<style>
a { background-color: #289CC1; }
a { background-color: rgb(40,156,193); }
div.DivClassName
{
background-color: #289CC1;
}
.BgClassName
{
background-color: #289CC1;
}
</style>
border-color css
<style>
span { border-color: #289CC1; }
span { border-color: rgb(40,156,193); }
td.TdClassName
{
border-color: #289CC1;
}
.TagClassName
{
border-color: #289CC1;
}
</style>