Shades of Curious Blue #2C76BF
Tints of Curious Blue #2C76BF
RGB
CMYK
RGB Variations
Color information
#2C76BF (or 0x2C76BF) is known color: Curious Blue. HEX triplet: 2C, 76 and BF. RGB value is (44,118,191). Sum of RGB (Red+Green+Blue) = 44+118+191=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C76BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C76BF is #D38940. Grayscale: #676767. Windows color (decimal): -13863233 or 12547628. OLE color: 12547628.
HSL color Cylindrical-coordinate representation of color #2C76BF: hue angle of 209.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C76BF is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 118 | 191 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.25 |
| HSL | 209.8º | 0.63% | 0.46% | - |
| HSV(B) | 209.8º | 0.77% | 0.75% | - |
| XYZ | 16.92 | 17.25 | 51.73 | - |
| YUV | 104.2 | 176.98 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 118 | 191 | 0.77 | 0.38 | 0 | 0.25 | 209.8 | 0.63 | 0.46 |
| Hex | 2C | 76 | BF | 4D | 26 | 0 | 19 | D2 | 3F | 2E |
| Octal | 54 | 166 | 277 | 115 | 46 | 0 | 31 | 322 | 77 | 56 |
| Binary | 101100 | 1110110 | 10111111 | 1001101 | 100110 | 0 | 11001 | 11010010 | 111111 | 101110 |
Color Harmonies of #2C76BF
Complementary color
Monochromatic Colors of #2C76BF
Black with #2C76BF
Text Example
Text Example
White with #2C76BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C76BF; }
p { color: rgb(44,118,191); }
H1.HeaderClassName
{
color: #2C76BF;
}
.AnyTagClassName
{
color: #2C76BF;
}
</style>
background-color css
<style>
a { background-color: #2C76BF; }
a { background-color: rgb(44,118,191); }
div.DivClassName
{
background-color: #2C76BF;
}
.BgClassName
{
background-color: #2C76BF;
}
</style>
border-color css
<style>
span { border-color: #2C76BF; }
span { border-color: rgb(44,118,191); }
td.TdClassName
{
border-color: #2C76BF;
}
.TagClassName
{
border-color: #2C76BF;
}
</style>