Shades of Curious Blue #2884BF
Tints of Curious Blue #2884BF
RGB
CMYK
RGB Variations
Color information
#2884BF (or 0x2884BF) is known color: Curious Blue. HEX triplet: 28, 84 and BF. RGB value is (40,132,191). Sum of RGB (Red+Green+Blue) = 40+132+191=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #2884BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884BF is #D77B40. Grayscale: #6E6E6E. Windows color (decimal): -14121793 or 12551208. OLE color: 12551208.
HSL color Cylindrical-coordinate representation of color #2884BF: hue angle of 203.44º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2884BF is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 132 | 191 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.25 |
| HSL | 203.44º | 0.65% | 0.45% | - |
| HSV(B) | 203.44º | 0.79% | 0.75% | - |
| XYZ | 18.53 | 20.72 | 52.31 | - |
| YUV | 111.22 | 173.02 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 191 | 0.79 | 0.31 | 0 | 0.25 | 203.44 | 0.65 | 0.45 |
| Hex | 28 | 84 | BF | 4F | 1F | 0 | 19 | CB | 41 | 2D |
| Octal | 50 | 204 | 277 | 117 | 37 | 0 | 31 | 313 | 101 | 55 |
| Binary | 101000 | 10000100 | 10111111 | 1001111 | 11111 | 0 | 11001 | 11001011 | 1000001 | 101101 |
Color Harmonies of #2884BF
Complementary color
Monochromatic Colors of #2884BF
Black with #2884BF
Text Example
Text Example
White with #2884BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884BF; }
p { color: rgb(40,132,191); }
H1.HeaderClassName
{
color: #2884BF;
}
.AnyTagClassName
{
color: #2884BF;
}
</style>
background-color css
<style>
a { background-color: #2884BF; }
a { background-color: rgb(40,132,191); }
div.DivClassName
{
background-color: #2884BF;
}
.BgClassName
{
background-color: #2884BF;
}
</style>
border-color css
<style>
span { border-color: #2884BF; }
span { border-color: rgb(40,132,191); }
td.TdClassName
{
border-color: #2884BF;
}
.TagClassName
{
border-color: #2884BF;
}
</style>