Shades of Curious Blue #2B8BBC
Tints of Curious Blue #2B8BBC
RGB
CMYK
RGB Variations
Color information
#2B8BBC (or 0x2B8BBC) is known color: Curious Blue. HEX triplet: 2B, 8B and BC. RGB value is (43,139,188). Sum of RGB (Red+Green+Blue) = 43+139+188=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B8BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8BBC is #D47443. Grayscale: #737373. Windows color (decimal): -13923396 or 12356395. OLE color: 12356395.
HSL color Cylindrical-coordinate representation of color #2B8BBC: hue angle of 200.28º 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 #2B8BBC is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 139 | 188 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.26 |
| HSL | 200.28º | 0.63% | 0.45% | - |
| HSV(B) | 200.28º | 0.77% | 0.74% | - |
| XYZ | 19.31 | 22.61 | 50.92 | - |
| YUV | 115.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 188 | 0.77 | 0.26 | 0 | 0.26 | 200.28 | 0.63 | 0.45 |
| Hex | 2B | 8B | BC | 4D | 1A | 0 | 1A | C8 | 3F | 2D |
| Octal | 53 | 213 | 274 | 115 | 32 | 0 | 32 | 310 | 77 | 55 |
| Binary | 101011 | 10001011 | 10111100 | 1001101 | 11010 | 0 | 11010 | 11001000 | 111111 | 101101 |
Color Harmonies of #2B8BBC
Complementary color
Monochromatic Colors of #2B8BBC
Black with #2B8BBC
Text Example
Text Example
White with #2B8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8BBC; }
p { color: rgb(43,139,188); }
H1.HeaderClassName
{
color: #2B8BBC;
}
.AnyTagClassName
{
color: #2B8BBC;
}
</style>
background-color css
<style>
a { background-color: #2B8BBC; }
a { background-color: rgb(43,139,188); }
div.DivClassName
{
background-color: #2B8BBC;
}
.BgClassName
{
background-color: #2B8BBC;
}
</style>
border-color css
<style>
span { border-color: #2B8BBC; }
span { border-color: rgb(43,139,188); }
td.TdClassName
{
border-color: #2B8BBC;
}
.TagClassName
{
border-color: #2B8BBC;
}
</style>