Shades of Curious Blue #2B88BA
Tints of Curious Blue #2B88BA
RGB
CMYK
RGB Variations
Color information
#2B88BA (or 0x2B88BA) is known color: Curious Blue. HEX triplet: 2B, 88 and BA. RGB value is (43,136,186). Sum of RGB (Red+Green+Blue) = 43+136+186=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B88BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B88BA is #D47745. Grayscale: #717171. Windows color (decimal): -13924166 or 12224555. OLE color: 12224555.
HSL color Cylindrical-coordinate representation of color #2B88BA: hue angle of 200.98º degrees, saturation: 0.62, 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 #2B88BA is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 136 | 186 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.27 |
| HSL | 200.98º | 0.62% | 0.45% | - |
| HSV(B) | 200.98º | 0.77% | 0.73% | - |
| XYZ | 18.66 | 21.67 | 49.65 | - |
| YUV | 113.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 186 | 0.77 | 0.27 | 0 | 0.27 | 200.98 | 0.62 | 0.45 |
| Hex | 2B | 88 | BA | 4D | 1B | 0 | 1B | C9 | 3E | 2D |
| Octal | 53 | 210 | 272 | 115 | 33 | 0 | 33 | 311 | 76 | 55 |
| Binary | 101011 | 10001000 | 10111010 | 1001101 | 11011 | 0 | 11011 | 11001001 | 111110 | 101101 |
Color Harmonies of #2B88BA
Complementary color
Monochromatic Colors of #2B88BA
Black with #2B88BA
Text Example
Text Example
White with #2B88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B88BA; }
p { color: rgb(43,136,186); }
H1.HeaderClassName
{
color: #2B88BA;
}
.AnyTagClassName
{
color: #2B88BA;
}
</style>
background-color css
<style>
a { background-color: #2B88BA; }
a { background-color: rgb(43,136,186); }
div.DivClassName
{
background-color: #2B88BA;
}
.BgClassName
{
background-color: #2B88BA;
}
</style>
border-color css
<style>
span { border-color: #2B88BA; }
span { border-color: rgb(43,136,186); }
td.TdClassName
{
border-color: #2B88BA;
}
.TagClassName
{
border-color: #2B88BA;
}
</style>