Shades of Pelorous #2890BC
Tints of Pelorous #2890BC
RGB
CMYK
RGB Variations
Color information
#2890BC (or 0x2890BC) is known color: Pelorous. HEX triplet: 28, 90 and BC. RGB value is (40,144,188). Sum of RGB (Red+Green+Blue) = 40+144+188=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #2890BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2890BC is #D76F43. Grayscale: #757575. Windows color (decimal): -14118724 or 12357672. OLE color: 12357672.
HSL color Cylindrical-coordinate representation of color #2890BC: hue angle of 197.84º 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 #2890BC is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 144 | 188 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.26 |
| HSL | 197.84º | 0.65% | 0.45% | - |
| HSV(B) | 197.84º | 0.79% | 0.74% | - |
| XYZ | 19.93 | 24.03 | 51.16 | - |
| YUV | 117.92 | 167.54 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 188 | 0.79 | 0.23 | 0 | 0.26 | 197.84 | 0.65 | 0.45 |
| Hex | 28 | 90 | BC | 4F | 17 | 0 | 1A | C6 | 41 | 2D |
| Octal | 50 | 220 | 274 | 117 | 27 | 0 | 32 | 306 | 101 | 55 |
| Binary | 101000 | 10010000 | 10111100 | 1001111 | 10111 | 0 | 11010 | 11000110 | 1000001 | 101101 |
Color Harmonies of #2890BC
Complementary color
Monochromatic Colors of #2890BC
Black with #2890BC
Text Example
Text Example
White with #2890BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2890BC; }
p { color: rgb(40,144,188); }
H1.HeaderClassName
{
color: #2890BC;
}
.AnyTagClassName
{
color: #2890BC;
}
</style>
background-color css
<style>
a { background-color: #2890BC; }
a { background-color: rgb(40,144,188); }
div.DivClassName
{
background-color: #2890BC;
}
.BgClassName
{
background-color: #2890BC;
}
</style>
border-color css
<style>
span { border-color: #2890BC; }
span { border-color: rgb(40,144,188); }
td.TdClassName
{
border-color: #2890BC;
}
.TagClassName
{
border-color: #2890BC;
}
</style>