Shades of Curious Blue #2B8CBB
Tints of Curious Blue #2B8CBB
RGB
CMYK
RGB Variations
Color information
#2B8CBB (or 0x2B8CBB) is known color: Curious Blue. HEX triplet: 2B, 8C and BB. RGB value is (43,140,187). Sum of RGB (Red+Green+Blue) = 43+140+187=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 140 (55.08% from 255 or 37.84% 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 #2B8CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8CBB is #D47344. Grayscale: #747474. Windows color (decimal): -13923141 or 12291115. OLE color: 12291115.
HSL color Cylindrical-coordinate representation of color #2B8CBB: hue angle of 199.58º 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 #2B8CBB is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 140 | 187 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.27 |
| HSL | 199.58º | 0.63% | 0.45% | - |
| HSV(B) | 199.58º | 0.77% | 0.73% | - |
| XYZ | 19.34 | 22.86 | 50.41 | - |
| YUV | 116.36 | 167.86 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 187 | 0.77 | 0.25 | 0 | 0.27 | 199.58 | 0.63 | 0.45 |
| Hex | 2B | 8C | BB | 4D | 19 | 0 | 1B | C8 | 3F | 2D |
| Octal | 53 | 214 | 273 | 115 | 31 | 0 | 33 | 310 | 77 | 55 |
| Binary | 101011 | 10001100 | 10111011 | 1001101 | 11001 | 0 | 11011 | 11001000 | 111111 | 101101 |
Color Harmonies of #2B8CBB
Complementary color
Monochromatic Colors of #2B8CBB
Black with #2B8CBB
Text Example
Text Example
White with #2B8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8CBB; }
p { color: rgb(43,140,187); }
H1.HeaderClassName
{
color: #2B8CBB;
}
.AnyTagClassName
{
color: #2B8CBB;
}
</style>
background-color css
<style>
a { background-color: #2B8CBB; }
a { background-color: rgb(43,140,187); }
div.DivClassName
{
background-color: #2B8CBB;
}
.BgClassName
{
background-color: #2B8CBB;
}
</style>
border-color css
<style>
span { border-color: #2B8CBB; }
span { border-color: rgb(43,140,187); }
td.TdClassName
{
border-color: #2B8CBB;
}
.TagClassName
{
border-color: #2B8CBB;
}
</style>