Shades of Curious Blue #2B8ABC
Tints of Curious Blue #2B8ABC
RGB
CMYK
RGB Variations
Color information
#2B8ABC (or 0x2B8ABC) is known color: Curious Blue. HEX triplet: 2B, 8A and BC. RGB value is (43,138,188). Sum of RGB (Red+Green+Blue) = 43+138+188=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ABC is #D47543. Grayscale: #737373. Windows color (decimal): -13923652 or 12356139. OLE color: 12356139.
HSL color Cylindrical-coordinate representation of color #2B8ABC: hue angle of 200.69º 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 #2B8ABC is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 138 | 188 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.26 |
| HSL | 200.69º | 0.63% | 0.45% | - |
| HSV(B) | 200.69º | 0.77% | 0.74% | - |
| XYZ | 19.16 | 22.32 | 50.88 | - |
| YUV | 115.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 188 | 0.77 | 0.27 | 0 | 0.26 | 200.69 | 0.63 | 0.45 |
| Hex | 2B | 8A | BC | 4D | 1B | 0 | 1A | C9 | 3F | 2D |
| Octal | 53 | 212 | 274 | 115 | 33 | 0 | 32 | 311 | 77 | 55 |
| Binary | 101011 | 10001010 | 10111100 | 1001101 | 11011 | 0 | 11010 | 11001001 | 111111 | 101101 |
Color Harmonies of #2B8ABC
Complementary color
Monochromatic Colors of #2B8ABC
Black with #2B8ABC
Text Example
Text Example
White with #2B8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8ABC; }
p { color: rgb(43,138,188); }
H1.HeaderClassName
{
color: #2B8ABC;
}
.AnyTagClassName
{
color: #2B8ABC;
}
</style>
background-color css
<style>
a { background-color: #2B8ABC; }
a { background-color: rgb(43,138,188); }
div.DivClassName
{
background-color: #2B8ABC;
}
.BgClassName
{
background-color: #2B8ABC;
}
</style>
border-color css
<style>
span { border-color: #2B8ABC; }
span { border-color: rgb(43,138,188); }
td.TdClassName
{
border-color: #2B8ABC;
}
.TagClassName
{
border-color: #2B8ABC;
}
</style>