Shades of Curious Blue #2C8BBB
Tints of Curious Blue #2C8BBB
RGB
CMYK
RGB Variations
Color information
#2C8BBB (or 0x2C8BBB) is known color: Curious Blue. HEX triplet: 2C, 8B and BB. RGB value is (44,139,187). Sum of RGB (Red+Green+Blue) = 44+139+187=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C8BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8BBB is #D37444. Grayscale: #737373. Windows color (decimal): -13857861 or 12290860. OLE color: 12290860.
HSL color Cylindrical-coordinate representation of color #2C8BBB: hue angle of 200.14º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C8BBB is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 139 | 187 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.27 |
| HSL | 200.14º | 0.62% | 0.45% | - |
| HSV(B) | 200.14º | 0.76% | 0.73% | - |
| XYZ | 19.24 | 22.59 | 50.36 | - |
| YUV | 116.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 187 | 0.76 | 0.26 | 0 | 0.27 | 200.14 | 0.62 | 0.45 |
| Hex | 2C | 8B | BB | 4C | 1A | 0 | 1B | C8 | 3E | 2D |
| Octal | 54 | 213 | 273 | 114 | 32 | 0 | 33 | 310 | 76 | 55 |
| Binary | 101100 | 10001011 | 10111011 | 1001100 | 11010 | 0 | 11011 | 11001000 | 111110 | 101101 |
Color Harmonies of #2C8BBB
Complementary color
Monochromatic Colors of #2C8BBB
Black with #2C8BBB
Text Example
Text Example
White with #2C8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8BBB; }
p { color: rgb(44,139,187); }
H1.HeaderClassName
{
color: #2C8BBB;
}
.AnyTagClassName
{
color: #2C8BBB;
}
</style>
background-color css
<style>
a { background-color: #2C8BBB; }
a { background-color: rgb(44,139,187); }
div.DivClassName
{
background-color: #2C8BBB;
}
.BgClassName
{
background-color: #2C8BBB;
}
</style>
border-color css
<style>
span { border-color: #2C8BBB; }
span { border-color: rgb(44,139,187); }
td.TdClassName
{
border-color: #2C8BBB;
}
.TagClassName
{
border-color: #2C8BBB;
}
</style>