Shades of Curious Blue #2C8BBC
Tints of Curious Blue #2C8BBC
RGB
CMYK
RGB Variations
Color information
#2C8BBC (or 0x2C8BBC) is known color: Curious Blue. HEX triplet: 2C, 8B and BC. RGB value is (44,139,188). Sum of RGB (Red+Green+Blue) = 44+139+188=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C8BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8BBC is #D37443. Grayscale: #737373. Windows color (decimal): -13857860 or 12356396. OLE color: 12356396.
HSL color Cylindrical-coordinate representation of color #2C8BBC: hue angle of 200.42º 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 #2C8BBC is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 139 | 188 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.26 |
| HSL | 200.42º | 0.62% | 0.45% | - |
| HSV(B) | 200.42º | 0.77% | 0.74% | - |
| XYZ | 19.35 | 22.63 | 50.93 | - |
| YUV | 116.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 188 | 0.77 | 0.26 | 0 | 0.26 | 200.42 | 0.62 | 0.45 |
| Hex | 2C | 8B | BC | 4D | 1A | 0 | 1A | C8 | 3E | 2D |
| Octal | 54 | 213 | 274 | 115 | 32 | 0 | 32 | 310 | 76 | 55 |
| Binary | 101100 | 10001011 | 10111100 | 1001101 | 11010 | 0 | 11010 | 11001000 | 111110 | 101101 |
Color Harmonies of #2C8BBC
Complementary color
Monochromatic Colors of #2C8BBC
Black with #2C8BBC
Text Example
Text Example
White with #2C8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8BBC; }
p { color: rgb(44,139,188); }
H1.HeaderClassName
{
color: #2C8BBC;
}
.AnyTagClassName
{
color: #2C8BBC;
}
</style>
background-color css
<style>
a { background-color: #2C8BBC; }
a { background-color: rgb(44,139,188); }
div.DivClassName
{
background-color: #2C8BBC;
}
.BgClassName
{
background-color: #2C8BBC;
}
</style>
border-color css
<style>
span { border-color: #2C8BBC; }
span { border-color: rgb(44,139,188); }
td.TdClassName
{
border-color: #2C8BBC;
}
.TagClassName
{
border-color: #2C8BBC;
}
</style>