Shades of Curious Blue #2B8ABB
Tints of Curious Blue #2B8ABB
RGB
CMYK
RGB Variations
Color information
#2B8ABB (or 0x2B8ABB) is known color: Curious Blue. HEX triplet: 2B, 8A and BB. RGB value is (43,138,187). Sum of RGB (Red+Green+Blue) = 43+138+187=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B8ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ABB is #D47544. Grayscale: #727272. Windows color (decimal): -13923653 or 12290603. OLE color: 12290603.
HSL color Cylindrical-coordinate representation of color #2B8ABB: hue angle of 200.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B8ABB is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 138 | 187 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.27 |
| HSL | 200.42º | 0.63% | 0.45% | - |
| HSV(B) | 200.42º | 0.77% | 0.73% | - |
| XYZ | 19.05 | 22.28 | 50.31 | - |
| YUV | 115.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 187 | 0.77 | 0.26 | 0 | 0.27 | 200.42 | 0.63 | 0.45 |
| Hex | 2B | 8A | BB | 4D | 1A | 0 | 1B | C8 | 3F | 2D |
| Octal | 53 | 212 | 273 | 115 | 32 | 0 | 33 | 310 | 77 | 55 |
| Binary | 101011 | 10001010 | 10111011 | 1001101 | 11010 | 0 | 11011 | 11001000 | 111111 | 101101 |
Color Harmonies of #2B8ABB
Complementary color
Monochromatic Colors of #2B8ABB
Black with #2B8ABB
Text Example
Text Example
White with #2B8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8ABB; }
p { color: rgb(43,138,187); }
H1.HeaderClassName
{
color: #2B8ABB;
}
.AnyTagClassName
{
color: #2B8ABB;
}
</style>
background-color css
<style>
a { background-color: #2B8ABB; }
a { background-color: rgb(43,138,187); }
div.DivClassName
{
background-color: #2B8ABB;
}
.BgClassName
{
background-color: #2B8ABB;
}
</style>
border-color css
<style>
span { border-color: #2B8ABB; }
span { border-color: rgb(43,138,187); }
td.TdClassName
{
border-color: #2B8ABB;
}
.TagClassName
{
border-color: #2B8ABB;
}
</style>