Shades of Pelorous #2892B1
Tints of Pelorous #2892B1
RGB
CMYK
RGB Variations
Color information
#2892B1 (or 0x2892B1) is known color: Pelorous. HEX triplet: 28, 92 and B1. RGB value is (40,146,177). Sum of RGB (Red+Green+Blue) = 40+146+177=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #2892B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2892B1 is #D76D4E. Grayscale: #757575. Windows color (decimal): -14118223 or 11637288. OLE color: 11637288.
HSL color Cylindrical-coordinate representation of color #2892B1: hue angle of 193.58º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2892B1 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 146 | 177 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.31 |
| HSL | 193.58º | 0.63% | 0.43% | - |
| HSV(B) | 193.58º | 0.77% | 0.69% | - |
| XYZ | 19.09 | 24.18 | 45.26 | - |
| YUV | 117.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 177 | 0.77 | 0.18 | 0 | 0.31 | 193.58 | 0.63 | 0.43 |
| Hex | 28 | 92 | B1 | 4D | 12 | 0 | 1F | C2 | 3F | 2B |
| Octal | 50 | 222 | 261 | 115 | 22 | 0 | 37 | 302 | 77 | 53 |
| Binary | 101000 | 10010010 | 10110001 | 1001101 | 10010 | 0 | 11111 | 11000010 | 111111 | 101011 |
Color Harmonies of #2892B1
Complementary color
Monochromatic Colors of #2892B1
Black with #2892B1
Text Example
Text Example
White with #2892B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892B1; }
p { color: rgb(40,146,177); }
H1.HeaderClassName
{
color: #2892B1;
}
.AnyTagClassName
{
color: #2892B1;
}
</style>
background-color css
<style>
a { background-color: #2892B1; }
a { background-color: rgb(40,146,177); }
div.DivClassName
{
background-color: #2892B1;
}
.BgClassName
{
background-color: #2892B1;
}
</style>
border-color css
<style>
span { border-color: #2892B1; }
span { border-color: rgb(40,146,177); }
td.TdClassName
{
border-color: #2892B1;
}
.TagClassName
{
border-color: #2892B1;
}
</style>