Shades of Pelorous #2890AC
Tints of Pelorous #2890AC
RGB
CMYK
RGB Variations
Color information
#2890AC (or 0x2890AC) is known color: Pelorous. HEX triplet: 28, 90 and AC. RGB value is (40,144,172). Sum of RGB (Red+Green+Blue) = 40+144+172=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #2890AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2890AC is #D76F53. Grayscale: #737373. Windows color (decimal): -14118740 or 11309096. OLE color: 11309096.
HSL color Cylindrical-coordinate representation of color #2890AC: hue angle of 192.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2890AC is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 144 | 172 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.33 |
| HSL | 192.73º | 0.62% | 0.42% | - |
| HSV(B) | 192.73º | 0.77% | 0.67% | - |
| XYZ | 18.29 | 23.38 | 42.58 | - |
| YUV | 116.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 172 | 0.77 | 0.16 | 0 | 0.33 | 192.73 | 0.62 | 0.42 |
| Hex | 28 | 90 | AC | 4D | 10 | 0 | 21 | C1 | 3E | 2A |
| Octal | 50 | 220 | 254 | 115 | 20 | 0 | 41 | 301 | 76 | 52 |
| Binary | 101000 | 10010000 | 10101100 | 1001101 | 10000 | 0 | 100001 | 11000001 | 111110 | 101010 |
Color Harmonies of #2890AC
Complementary color
Monochromatic Colors of #2890AC
Black with #2890AC
Text Example
Text Example
White with #2890AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2890AC; }
p { color: rgb(40,144,172); }
H1.HeaderClassName
{
color: #2890AC;
}
.AnyTagClassName
{
color: #2890AC;
}
</style>
background-color css
<style>
a { background-color: #2890AC; }
a { background-color: rgb(40,144,172); }
div.DivClassName
{
background-color: #2890AC;
}
.BgClassName
{
background-color: #2890AC;
}
</style>
border-color css
<style>
span { border-color: #2890AC; }
span { border-color: rgb(40,144,172); }
td.TdClassName
{
border-color: #2890AC;
}
.TagClassName
{
border-color: #2890AC;
}
</style>