Shades of Curious Blue #2889BD
Tints of Curious Blue #2889BD
RGB
CMYK
RGB Variations
Color information
#2889BD (or 0x2889BD) is known color: Curious Blue. HEX triplet: 28, 89 and BD. RGB value is (40,137,189). Sum of RGB (Red+Green+Blue) = 40+137+189=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #2889BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889BD is #D77642. Grayscale: #717171. Windows color (decimal): -14120515 or 12421416. OLE color: 12421416.
HSL color Cylindrical-coordinate representation of color #2889BD: hue angle of 200.94º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2889BD is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 137 | 189 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.26 |
| HSL | 200.94º | 0.65% | 0.45% | - |
| HSV(B) | 200.94º | 0.79% | 0.74% | - |
| XYZ | 19.01 | 22.02 | 51.39 | - |
| YUV | 113.93 | 170.36 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 189 | 0.79 | 0.28 | 0 | 0.26 | 200.94 | 0.65 | 0.45 |
| Hex | 28 | 89 | BD | 4F | 1C | 0 | 1A | C9 | 41 | 2D |
| Octal | 50 | 211 | 275 | 117 | 34 | 0 | 32 | 311 | 101 | 55 |
| Binary | 101000 | 10001001 | 10111101 | 1001111 | 11100 | 0 | 11010 | 11001001 | 1000001 | 101101 |
Color Harmonies of #2889BD
Complementary color
Monochromatic Colors of #2889BD
Black with #2889BD
Text Example
Text Example
White with #2889BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2889BD; }
p { color: rgb(40,137,189); }
H1.HeaderClassName
{
color: #2889BD;
}
.AnyTagClassName
{
color: #2889BD;
}
</style>
background-color css
<style>
a { background-color: #2889BD; }
a { background-color: rgb(40,137,189); }
div.DivClassName
{
background-color: #2889BD;
}
.BgClassName
{
background-color: #2889BD;
}
</style>
border-color css
<style>
span { border-color: #2889BD; }
span { border-color: rgb(40,137,189); }
td.TdClassName
{
border-color: #2889BD;
}
.TagClassName
{
border-color: #2889BD;
}
</style>