Shades of Curious Blue #2884BB
Tints of Curious Blue #2884BB
RGB
CMYK
RGB Variations
Color information
#2884BB (or 0x2884BB) is known color: Curious Blue. HEX triplet: 28, 84 and BB. RGB value is (40,132,187). Sum of RGB (Red+Green+Blue) = 40+132+187=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #2884BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884BB is #D77B44. Grayscale: #6E6E6E. Windows color (decimal): -14121797 or 12289064. OLE color: 12289064.
HSL color Cylindrical-coordinate representation of color #2884BB: hue angle of 202.45º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2884BB is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 132 | 187 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.27 |
| HSL | 202.45º | 0.65% | 0.45% | - |
| HSV(B) | 202.45º | 0.79% | 0.73% | - |
| XYZ | 18.1 | 20.54 | 50.02 | - |
| YUV | 110.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 187 | 0.79 | 0.29 | 0 | 0.27 | 202.45 | 0.65 | 0.45 |
| Hex | 28 | 84 | BB | 4F | 1D | 0 | 1B | CA | 41 | 2D |
| Octal | 50 | 204 | 273 | 117 | 35 | 0 | 33 | 312 | 101 | 55 |
| Binary | 101000 | 10000100 | 10111011 | 1001111 | 11101 | 0 | 11011 | 11001010 | 1000001 | 101101 |
Color Harmonies of #2884BB
Complementary color
Monochromatic Colors of #2884BB
Black with #2884BB
Text Example
Text Example
White with #2884BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884BB; }
p { color: rgb(40,132,187); }
H1.HeaderClassName
{
color: #2884BB;
}
.AnyTagClassName
{
color: #2884BB;
}
</style>
background-color css
<style>
a { background-color: #2884BB; }
a { background-color: rgb(40,132,187); }
div.DivClassName
{
background-color: #2884BB;
}
.BgClassName
{
background-color: #2884BB;
}
</style>
border-color css
<style>
span { border-color: #2884BB; }
span { border-color: rgb(40,132,187); }
td.TdClassName
{
border-color: #2884BB;
}
.TagClassName
{
border-color: #2884BB;
}
</style>