Shades of Pelorous #2892BD
Tints of Pelorous #2892BD
RGB
CMYK
RGB Variations
Color information
#2892BD (or 0x2892BD) is known color: Pelorous. HEX triplet: 28, 92 and BD. RGB value is (40,146,189). Sum of RGB (Red+Green+Blue) = 40+146+189=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #2892BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2892BD is #D76D42. Grayscale: #767676. Windows color (decimal): -14118211 or 12423720. OLE color: 12423720.
HSL color Cylindrical-coordinate representation of color #2892BD: hue angle of 197.32º 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 #2892BD is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 146 | 189 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.26 |
| HSL | 197.32º | 0.65% | 0.45% | - |
| HSV(B) | 197.32º | 0.79% | 0.74% | - |
| XYZ | 20.34 | 24.68 | 51.84 | - |
| YUV | 119.21 | 167.38 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 189 | 0.79 | 0.23 | 0 | 0.26 | 197.32 | 0.65 | 0.45 |
| Hex | 28 | 92 | BD | 4F | 17 | 0 | 1A | C5 | 41 | 2D |
| Octal | 50 | 222 | 275 | 117 | 27 | 0 | 32 | 305 | 101 | 55 |
| Binary | 101000 | 10010010 | 10111101 | 1001111 | 10111 | 0 | 11010 | 11000101 | 1000001 | 101101 |
Color Harmonies of #2892BD
Complementary color
Monochromatic Colors of #2892BD
Black with #2892BD
Text Example
Text Example
White with #2892BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892BD; }
p { color: rgb(40,146,189); }
H1.HeaderClassName
{
color: #2892BD;
}
.AnyTagClassName
{
color: #2892BD;
}
</style>
background-color css
<style>
a { background-color: #2892BD; }
a { background-color: rgb(40,146,189); }
div.DivClassName
{
background-color: #2892BD;
}
.BgClassName
{
background-color: #2892BD;
}
</style>
border-color css
<style>
span { border-color: #2892BD; }
span { border-color: rgb(40,146,189); }
td.TdClassName
{
border-color: #2892BD;
}
.TagClassName
{
border-color: #2892BD;
}
</style>