Shades of Curious Blue #2889BA
Tints of Curious Blue #2889BA
RGB
CMYK
RGB Variations
Color information
#2889BA (or 0x2889BA) is known color: Curious Blue. HEX triplet: 28, 89 and BA. RGB value is (40,137,186). Sum of RGB (Red+Green+Blue) = 40+137+186=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #2889BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889BA is #D77645. Grayscale: #717171. Windows color (decimal): -14120518 or 12224808. OLE color: 12224808.
HSL color Cylindrical-coordinate representation of color #2889BA: hue angle of 200.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2889BA is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 137 | 186 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.27 |
| HSL | 200.14º | 0.65% | 0.44% | - |
| HSV(B) | 200.14º | 0.78% | 0.73% | - |
| XYZ | 18.68 | 21.89 | 49.69 | - |
| YUV | 113.58 | 168.86 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 186 | 0.78 | 0.26 | 0 | 0.27 | 200.14 | 0.65 | 0.44 |
| Hex | 28 | 89 | BA | 4E | 1A | 0 | 1B | C8 | 41 | 2C |
| Octal | 50 | 211 | 272 | 116 | 32 | 0 | 33 | 310 | 101 | 54 |
| Binary | 101000 | 10001001 | 10111010 | 1001110 | 11010 | 0 | 11011 | 11001000 | 1000001 | 101100 |
Color Harmonies of #2889BA
Complementary color
Monochromatic Colors of #2889BA
Black with #2889BA
Text Example
Text Example
White with #2889BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2889BA; }
p { color: rgb(40,137,186); }
H1.HeaderClassName
{
color: #2889BA;
}
.AnyTagClassName
{
color: #2889BA;
}
</style>
background-color css
<style>
a { background-color: #2889BA; }
a { background-color: rgb(40,137,186); }
div.DivClassName
{
background-color: #2889BA;
}
.BgClassName
{
background-color: #2889BA;
}
</style>
border-color css
<style>
span { border-color: #2889BA; }
span { border-color: rgb(40,137,186); }
td.TdClassName
{
border-color: #2889BA;
}
.TagClassName
{
border-color: #2889BA;
}
</style>