Shades of Curious Blue #2B77BC
Tints of Curious Blue #2B77BC
RGB
CMYK
RGB Variations
Color information
#2B77BC (or 0x2B77BC) is known color: Curious Blue. HEX triplet: 2B, 77 and BC. RGB value is (43,119,188). Sum of RGB (Red+Green+Blue) = 43+119+188=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77BC is #D48843. Grayscale: #676767. Windows color (decimal): -13928516 or 12351275. OLE color: 12351275.
HSL color Cylindrical-coordinate representation of color #2B77BC: hue angle of 208.55º degrees, saturation: 0.63, 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 #2B77BC is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 119 | 188 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.26 |
| HSL | 208.55º | 0.63% | 0.45% | - |
| HSV(B) | 208.55º | 0.77% | 0.74% | - |
| XYZ | 16.67 | 17.34 | 50.04 | - |
| YUV | 104.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 188 | 0.77 | 0.37 | 0 | 0.26 | 208.55 | 0.63 | 0.45 |
| Hex | 2B | 77 | BC | 4D | 25 | 0 | 1A | D1 | 3F | 2D |
| Octal | 53 | 167 | 274 | 115 | 45 | 0 | 32 | 321 | 77 | 55 |
| Binary | 101011 | 1110111 | 10111100 | 1001101 | 100101 | 0 | 11010 | 11010001 | 111111 | 101101 |
Color Harmonies of #2B77BC
Complementary color
Monochromatic Colors of #2B77BC
Black with #2B77BC
Text Example
Text Example
White with #2B77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B77BC; }
p { color: rgb(43,119,188); }
H1.HeaderClassName
{
color: #2B77BC;
}
.AnyTagClassName
{
color: #2B77BC;
}
</style>
background-color css
<style>
a { background-color: #2B77BC; }
a { background-color: rgb(43,119,188); }
div.DivClassName
{
background-color: #2B77BC;
}
.BgClassName
{
background-color: #2B77BC;
}
</style>
border-color css
<style>
span { border-color: #2B77BC; }
span { border-color: rgb(43,119,188); }
td.TdClassName
{
border-color: #2B77BC;
}
.TagClassName
{
border-color: #2B77BC;
}
</style>