Shades of Curious Blue #2876BB
Tints of Curious Blue #2876BB
RGB
CMYK
RGB Variations
Color information
#2876BB (or 0x2876BB) is known color: Curious Blue. HEX triplet: 28, 76 and BB. RGB value is (40,118,187). Sum of RGB (Red+Green+Blue) = 40+118+187=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #2876BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876BB is #D78944. Grayscale: #666666. Windows color (decimal): -14125381 or 12285480. OLE color: 12285480.
HSL color Cylindrical-coordinate representation of color #2876BB: hue angle of 208.16º 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 #2876BB is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 118 | 187 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.27 |
| HSL | 208.16º | 0.65% | 0.45% | - |
| HSV(B) | 208.16º | 0.79% | 0.73% | - |
| XYZ | 16.32 | 17 | 49.43 | - |
| YUV | 102.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 187 | 0.79 | 0.37 | 0 | 0.27 | 208.16 | 0.65 | 0.45 |
| Hex | 28 | 76 | BB | 4F | 25 | 0 | 1B | D0 | 41 | 2D |
| Octal | 50 | 166 | 273 | 117 | 45 | 0 | 33 | 320 | 101 | 55 |
| Binary | 101000 | 1110110 | 10111011 | 1001111 | 100101 | 0 | 11011 | 11010000 | 1000001 | 101101 |
Color Harmonies of #2876BB
Complementary color
Monochromatic Colors of #2876BB
Black with #2876BB
Text Example
Text Example
White with #2876BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2876BB; }
p { color: rgb(40,118,187); }
H1.HeaderClassName
{
color: #2876BB;
}
.AnyTagClassName
{
color: #2876BB;
}
</style>
background-color css
<style>
a { background-color: #2876BB; }
a { background-color: rgb(40,118,187); }
div.DivClassName
{
background-color: #2876BB;
}
.BgClassName
{
background-color: #2876BB;
}
</style>
border-color css
<style>
span { border-color: #2876BB; }
span { border-color: rgb(40,118,187); }
td.TdClassName
{
border-color: #2876BB;
}
.TagClassName
{
border-color: #2876BB;
}
</style>