Shades of Curious Blue #2B8ABF
Tints of Curious Blue #2B8ABF
RGB
CMYK
RGB Variations
Color information
#2B8ABF (or 0x2B8ABF) is known color: Curious Blue. HEX triplet: 2B, 8A and BF. RGB value is (43,138,191). Sum of RGB (Red+Green+Blue) = 43+138+191=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ABF is #D47540. Grayscale: #737373. Windows color (decimal): -13923649 or 12552747. OLE color: 12552747.
HSL color Cylindrical-coordinate representation of color #2B8ABF: hue angle of 201.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B8ABF is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 138 | 191 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.25 |
| HSL | 201.49º | 0.63% | 0.46% | - |
| HSV(B) | 201.49º | 0.77% | 0.75% | - |
| XYZ | 19.49 | 22.45 | 52.6 | - |
| YUV | 115.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 191 | 0.77 | 0.28 | 0 | 0.25 | 201.49 | 0.63 | 0.46 |
| Hex | 2B | 8A | BF | 4D | 1C | 0 | 19 | C9 | 3F | 2E |
| Octal | 53 | 212 | 277 | 115 | 34 | 0 | 31 | 311 | 77 | 56 |
| Binary | 101011 | 10001010 | 10111111 | 1001101 | 11100 | 0 | 11001 | 11001001 | 111111 | 101110 |
Color Harmonies of #2B8ABF
Complementary color
Monochromatic Colors of #2B8ABF
Black with #2B8ABF
Text Example
Text Example
White with #2B8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8ABF; }
p { color: rgb(43,138,191); }
H1.HeaderClassName
{
color: #2B8ABF;
}
.AnyTagClassName
{
color: #2B8ABF;
}
</style>
background-color css
<style>
a { background-color: #2B8ABF; }
a { background-color: rgb(43,138,191); }
div.DivClassName
{
background-color: #2B8ABF;
}
.BgClassName
{
background-color: #2B8ABF;
}
</style>
border-color css
<style>
span { border-color: #2B8ABF; }
span { border-color: rgb(43,138,191); }
td.TdClassName
{
border-color: #2B8ABF;
}
.TagClassName
{
border-color: #2B8ABF;
}
</style>