Shades of Pelorous #2892BF
Tints of Pelorous #2892BF
RGB
CMYK
RGB Variations
Color information
#2892BF (or 0x2892BF) is known color: Pelorous. HEX triplet: 28, 92 and BF. RGB value is (40,146,191). Sum of RGB (Red+Green+Blue) = 40+146+191=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #2892BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892BF is #D76D40. Grayscale: #777777. Windows color (decimal): -14118209 or 12554792. OLE color: 12554792.
HSL color Cylindrical-coordinate representation of color #2892BF: hue angle of 197.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2892BF is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 146 | 191 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.25 |
| HSL | 197.88º | 0.65% | 0.45% | - |
| HSV(B) | 197.88º | 0.79% | 0.75% | - |
| XYZ | 20.56 | 24.77 | 52.99 | - |
| YUV | 119.44 | 168.38 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 191 | 0.79 | 0.24 | 0 | 0.25 | 197.88 | 0.65 | 0.45 |
| Hex | 28 | 92 | BF | 4F | 18 | 0 | 19 | C6 | 41 | 2D |
| Octal | 50 | 222 | 277 | 117 | 30 | 0 | 31 | 306 | 101 | 55 |
| Binary | 101000 | 10010010 | 10111111 | 1001111 | 11000 | 0 | 11001 | 11000110 | 1000001 | 101101 |
Color Harmonies of #2892BF
Complementary color
Monochromatic Colors of #2892BF
Black with #2892BF
Text Example
Text Example
White with #2892BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892BF; }
p { color: rgb(40,146,191); }
H1.HeaderClassName
{
color: #2892BF;
}
.AnyTagClassName
{
color: #2892BF;
}
</style>
background-color css
<style>
a { background-color: #2892BF; }
a { background-color: rgb(40,146,191); }
div.DivClassName
{
background-color: #2892BF;
}
.BgClassName
{
background-color: #2892BF;
}
</style>
border-color css
<style>
span { border-color: #2892BF; }
span { border-color: rgb(40,146,191); }
td.TdClassName
{
border-color: #2892BF;
}
.TagClassName
{
border-color: #2892BF;
}
</style>