Shades of Curious Blue #2876BC
Tints of Curious Blue #2876BC
RGB
CMYK
RGB Variations
Color information
#2876BC (or 0x2876BC) is known color: Curious Blue. HEX triplet: 28, 76 and BC. RGB value is (40,118,188). Sum of RGB (Red+Green+Blue) = 40+118+188=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #2876BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876BC is #D78943. Grayscale: #666666. Windows color (decimal): -14125380 or 12351016. OLE color: 12351016.
HSL color Cylindrical-coordinate representation of color #2876BC: hue angle of 208.38º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2876BC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 118 | 188 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.26 |
| HSL | 208.38º | 0.65% | 0.45% | - |
| HSV(B) | 208.38º | 0.79% | 0.74% | - |
| XYZ | 16.43 | 17.04 | 50 | - |
| YUV | 102.66 | 176.16 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 188 | 0.79 | 0.37 | 0 | 0.26 | 208.38 | 0.65 | 0.45 |
| Hex | 28 | 76 | BC | 4F | 25 | 0 | 1A | D0 | 41 | 2D |
| Octal | 50 | 166 | 274 | 117 | 45 | 0 | 32 | 320 | 101 | 55 |
| Binary | 101000 | 1110110 | 10111100 | 1001111 | 100101 | 0 | 11010 | 11010000 | 1000001 | 101101 |
Color Harmonies of #2876BC
Complementary color
Monochromatic Colors of #2876BC
Black with #2876BC
Text Example
Text Example
White with #2876BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2876BC; }
p { color: rgb(40,118,188); }
H1.HeaderClassName
{
color: #2876BC;
}
.AnyTagClassName
{
color: #2876BC;
}
</style>
background-color css
<style>
a { background-color: #2876BC; }
a { background-color: rgb(40,118,188); }
div.DivClassName
{
background-color: #2876BC;
}
.BgClassName
{
background-color: #2876BC;
}
</style>
border-color css
<style>
span { border-color: #2876BC; }
span { border-color: rgb(40,118,188); }
td.TdClassName
{
border-color: #2876BC;
}
.TagClassName
{
border-color: #2876BC;
}
</style>