Shades of Pelorous #2890C2
Tints of Pelorous #2890C2
RGB
CMYK
RGB Variations
Color information
#2890C2 (or 0x2890C2) is known color: Pelorous. HEX triplet: 28, 90 and C2. RGB value is (40,144,194). Sum of RGB (Red+Green+Blue) = 40+144+194=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #2890C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2890C2 is #D76F3D. Grayscale: #767676. Windows color (decimal): -14118718 or 12750888. OLE color: 12750888.
HSL color Cylindrical-coordinate representation of color #2890C2: hue angle of 199.48º 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 #2890C2 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 144 | 194 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.24 |
| HSL | 199.48º | 0.66% | 0.46% | - |
| HSV(B) | 199.48º | 0.79% | 0.76% | - |
| XYZ | 20.59 | 24.29 | 54.64 | - |
| YUV | 118.6 | 170.54 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 194 | 0.79 | 0.26 | 0 | 0.24 | 199.48 | 0.66 | 0.46 |
| Hex | 28 | 90 | C2 | 4F | 1A | 0 | 18 | C7 | 42 | 2E |
| Octal | 50 | 220 | 302 | 117 | 32 | 0 | 30 | 307 | 102 | 56 |
| Binary | 101000 | 10010000 | 11000010 | 1001111 | 11010 | 0 | 11000 | 11000111 | 1000010 | 101110 |
Color Harmonies of #2890C2
Complementary color
Monochromatic Colors of #2890C2
Black with #2890C2
Text Example
Text Example
White with #2890C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2890C2; }
p { color: rgb(40,144,194); }
H1.HeaderClassName
{
color: #2890C2;
}
.AnyTagClassName
{
color: #2890C2;
}
</style>
background-color css
<style>
a { background-color: #2890C2; }
a { background-color: rgb(40,144,194); }
div.DivClassName
{
background-color: #2890C2;
}
.BgClassName
{
background-color: #2890C2;
}
</style>
border-color css
<style>
span { border-color: #2890C2; }
span { border-color: rgb(40,144,194); }
td.TdClassName
{
border-color: #2890C2;
}
.TagClassName
{
border-color: #2890C2;
}
</style>