Shades of Pelorous #2892BC
Tints of Pelorous #2892BC
RGB
CMYK
RGB Variations
Color information
#2892BC (or 0x2892BC) is known color: Pelorous. HEX triplet: 28, 92 and BC. RGB value is (40,146,188). Sum of RGB (Red+Green+Blue) = 40+146+188=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2892BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892BC is #D76D43. Grayscale: #767676. Windows color (decimal): -14118212 or 12358184. OLE color: 12358184.
HSL color Cylindrical-coordinate representation of color #2892BC: hue angle of 197.03º 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 #2892BC is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 146 | 188 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.26 |
| HSL | 197.03º | 0.65% | 0.45% | - |
| HSV(B) | 197.03º | 0.79% | 0.74% | - |
| XYZ | 20.23 | 24.64 | 51.27 | - |
| YUV | 119.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 188 | 0.79 | 0.22 | 0 | 0.26 | 197.03 | 0.65 | 0.45 |
| Hex | 28 | 92 | BC | 4F | 16 | 0 | 1A | C5 | 41 | 2D |
| Octal | 50 | 222 | 274 | 117 | 26 | 0 | 32 | 305 | 101 | 55 |
| Binary | 101000 | 10010010 | 10111100 | 1001111 | 10110 | 0 | 11010 | 11000101 | 1000001 | 101101 |
Color Harmonies of #2892BC
Complementary color
Monochromatic Colors of #2892BC
Black with #2892BC
Text Example
Text Example
White with #2892BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892BC; }
p { color: rgb(40,146,188); }
H1.HeaderClassName
{
color: #2892BC;
}
.AnyTagClassName
{
color: #2892BC;
}
</style>
background-color css
<style>
a { background-color: #2892BC; }
a { background-color: rgb(40,146,188); }
div.DivClassName
{
background-color: #2892BC;
}
.BgClassName
{
background-color: #2892BC;
}
</style>
border-color css
<style>
span { border-color: #2892BC; }
span { border-color: rgb(40,146,188); }
td.TdClassName
{
border-color: #2892BC;
}
.TagClassName
{
border-color: #2892BC;
}
</style>