Shades of Pelorous #2886B3
Tints of Pelorous #2886B3
RGB
CMYK
RGB Variations
Color information
#2886B3 (or 0x2886B3) is known color: Pelorous. HEX triplet: 28, 86 and B3. RGB value is (40,134,179). Sum of RGB (Red+Green+Blue) = 40+134+179=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #2886B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2886B3 is #D7794C. Grayscale: #6E6E6E. Windows color (decimal): -14121293 or 11765288. OLE color: 11765288.
HSL color Cylindrical-coordinate representation of color #2886B3: hue angle of 199.42º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2886B3 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 134 | 179 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.30 |
| HSL | 199.42º | 0.63% | 0.43% | - |
| HSV(B) | 199.42º | 0.78% | 0.7% | - |
| XYZ | 17.54 | 20.76 | 45.73 | - |
| YUV | 111.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 179 | 0.78 | 0.25 | 0 | 0.30 | 199.42 | 0.63 | 0.43 |
| Hex | 28 | 86 | B3 | 4E | 19 | 0 | 1E | C7 | 3F | 2B |
| Octal | 50 | 206 | 263 | 116 | 31 | 0 | 36 | 307 | 77 | 53 |
| Binary | 101000 | 10000110 | 10110011 | 1001110 | 11001 | 0 | 11110 | 11000111 | 111111 | 101011 |
Color Harmonies of #2886B3
Complementary color
Monochromatic Colors of #2886B3
Black with #2886B3
Text Example
Text Example
White with #2886B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2886B3; }
p { color: rgb(40,134,179); }
H1.HeaderClassName
{
color: #2886B3;
}
.AnyTagClassName
{
color: #2886B3;
}
</style>
background-color css
<style>
a { background-color: #2886B3; }
a { background-color: rgb(40,134,179); }
div.DivClassName
{
background-color: #2886B3;
}
.BgClassName
{
background-color: #2886B3;
}
</style>
border-color css
<style>
span { border-color: #2886B3; }
span { border-color: rgb(40,134,179); }
td.TdClassName
{
border-color: #2886B3;
}
.TagClassName
{
border-color: #2886B3;
}
</style>