Shades of Curious Blue #2C77BC
Tints of Curious Blue #2C77BC
RGB
CMYK
RGB Variations
Color information
#2C77BC (or 0x2C77BC) is known color: Curious Blue. HEX triplet: 2C, 77 and BC. RGB value is (44,119,188). Sum of RGB (Red+Green+Blue) = 44+119+188=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C77BC is #D38843. Grayscale: #686868. Windows color (decimal): -13862980 or 12351276. OLE color: 12351276.
HSL color Cylindrical-coordinate representation of color #2C77BC: hue angle of 208.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C77BC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 119 | 188 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.26 |
| HSL | 208.75º | 0.62% | 0.45% | - |
| HSV(B) | 208.75º | 0.77% | 0.74% | - |
| XYZ | 16.71 | 17.36 | 50.05 | - |
| YUV | 104.44 | 175.15 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 188 | 0.77 | 0.37 | 0 | 0.26 | 208.75 | 0.62 | 0.45 |
| Hex | 2C | 77 | BC | 4D | 25 | 0 | 1A | D1 | 3E | 2D |
| Octal | 54 | 167 | 274 | 115 | 45 | 0 | 32 | 321 | 76 | 55 |
| Binary | 101100 | 1110111 | 10111100 | 1001101 | 100101 | 0 | 11010 | 11010001 | 111110 | 101101 |
Color Harmonies of #2C77BC
Complementary color
Monochromatic Colors of #2C77BC
Black with #2C77BC
Text Example
Text Example
White with #2C77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C77BC; }
p { color: rgb(44,119,188); }
H1.HeaderClassName
{
color: #2C77BC;
}
.AnyTagClassName
{
color: #2C77BC;
}
</style>
background-color css
<style>
a { background-color: #2C77BC; }
a { background-color: rgb(44,119,188); }
div.DivClassName
{
background-color: #2C77BC;
}
.BgClassName
{
background-color: #2C77BC;
}
</style>
border-color css
<style>
span { border-color: #2C77BC; }
span { border-color: rgb(44,119,188); }
td.TdClassName
{
border-color: #2C77BC;
}
.TagClassName
{
border-color: #2C77BC;
}
</style>