Shades of Curious Blue #2887BA
Tints of Curious Blue #2887BA
RGB
CMYK
RGB Variations
Color information
#2887BA (or 0x2887BA) is known color: Curious Blue. HEX triplet: 28, 87 and BA. RGB value is (40,135,186). Sum of RGB (Red+Green+Blue) = 40+135+186=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #2887BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2887BA is #D77845. Grayscale: #707070. Windows color (decimal): -14121030 or 12224296. OLE color: 12224296.
HSL color Cylindrical-coordinate representation of color #2887BA: hue angle of 200.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2887BA is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 135 | 186 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.27 |
| HSL | 200.96º | 0.65% | 0.44% | - |
| HSV(B) | 200.96º | 0.78% | 0.73% | - |
| XYZ | 18.4 | 21.32 | 49.6 | - |
| YUV | 112.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 186 | 0.78 | 0.27 | 0 | 0.27 | 200.96 | 0.65 | 0.44 |
| Hex | 28 | 87 | BA | 4E | 1B | 0 | 1B | C9 | 41 | 2C |
| Octal | 50 | 207 | 272 | 116 | 33 | 0 | 33 | 311 | 101 | 54 |
| Binary | 101000 | 10000111 | 10111010 | 1001110 | 11011 | 0 | 11011 | 11001001 | 1000001 | 101100 |
Color Harmonies of #2887BA
Complementary color
Monochromatic Colors of #2887BA
Black with #2887BA
Text Example
Text Example
White with #2887BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2887BA; }
p { color: rgb(40,135,186); }
H1.HeaderClassName
{
color: #2887BA;
}
.AnyTagClassName
{
color: #2887BA;
}
</style>
background-color css
<style>
a { background-color: #2887BA; }
a { background-color: rgb(40,135,186); }
div.DivClassName
{
background-color: #2887BA;
}
.BgClassName
{
background-color: #2887BA;
}
</style>
border-color css
<style>
span { border-color: #2887BA; }
span { border-color: rgb(40,135,186); }
td.TdClassName
{
border-color: #2887BA;
}
.TagClassName
{
border-color: #2887BA;
}
</style>