Shades of Pelorous #2892BA
Tints of Pelorous #2892BA
RGB
CMYK
RGB Variations
Color information
#2892BA (or 0x2892BA) is known color: Pelorous. HEX triplet: 28, 92 and BA. RGB value is (40,146,186). Sum of RGB (Red+Green+Blue) = 40+146+186=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #2892BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892BA is #D76D45. Grayscale: #767676. Windows color (decimal): -14118214 or 12227112. OLE color: 12227112.
HSL color Cylindrical-coordinate representation of color #2892BA: hue angle of 196.44º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2892BA is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 146 | 186 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.27 |
| HSL | 196.44º | 0.65% | 0.44% | - |
| HSV(B) | 196.44º | 0.78% | 0.73% | - |
| XYZ | 20.02 | 24.55 | 50.14 | - |
| YUV | 118.87 | 165.88 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 186 | 0.78 | 0.22 | 0 | 0.27 | 196.44 | 0.65 | 0.44 |
| Hex | 28 | 92 | BA | 4E | 16 | 0 | 1B | C4 | 41 | 2C |
| Octal | 50 | 222 | 272 | 116 | 26 | 0 | 33 | 304 | 101 | 54 |
| Binary | 101000 | 10010010 | 10111010 | 1001110 | 10110 | 0 | 11011 | 11000100 | 1000001 | 101100 |
Color Harmonies of #2892BA
Complementary color
Monochromatic Colors of #2892BA
Black with #2892BA
Text Example
Text Example
White with #2892BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892BA; }
p { color: rgb(40,146,186); }
H1.HeaderClassName
{
color: #2892BA;
}
.AnyTagClassName
{
color: #2892BA;
}
</style>
background-color css
<style>
a { background-color: #2892BA; }
a { background-color: rgb(40,146,186); }
div.DivClassName
{
background-color: #2892BA;
}
.BgClassName
{
background-color: #2892BA;
}
</style>
border-color css
<style>
span { border-color: #2892BA; }
span { border-color: rgb(40,146,186); }
td.TdClassName
{
border-color: #2892BA;
}
.TagClassName
{
border-color: #2892BA;
}
</style>