Shades of Curious Blue #2988BD
Tints of Curious Blue #2988BD
RGB
CMYK
RGB Variations
Color information
#2988BD (or 0x2988BD) is known color: Curious Blue. HEX triplet: 29, 88 and BD. RGB value is (41,136,189). Sum of RGB (Red+Green+Blue) = 41+136+189=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 136 (53.52% from 255 or 37.16% 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 #2988BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988BD is #D67742. Grayscale: #717171. Windows color (decimal): -14055235 or 12421161. OLE color: 12421161.
HSL color Cylindrical-coordinate representation of color #2988BD: hue angle of 201.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2988BD is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 136 | 189 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.26 |
| HSL | 201.49º | 0.64% | 0.45% | - |
| HSV(B) | 201.49º | 0.78% | 0.74% | - |
| XYZ | 18.9 | 21.75 | 51.35 | - |
| YUV | 113.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 189 | 0.78 | 0.28 | 0 | 0.26 | 201.49 | 0.64 | 0.45 |
| Hex | 29 | 88 | BD | 4E | 1C | 0 | 1A | C9 | 40 | 2D |
| Octal | 51 | 210 | 275 | 116 | 34 | 0 | 32 | 311 | 100 | 55 |
| Binary | 101001 | 10001000 | 10111101 | 1001110 | 11100 | 0 | 11010 | 11001001 | 1000000 | 101101 |
Color Harmonies of #2988BD
Complementary color
Monochromatic Colors of #2988BD
Black with #2988BD
Text Example
Text Example
White with #2988BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2988BD; }
p { color: rgb(41,136,189); }
H1.HeaderClassName
{
color: #2988BD;
}
.AnyTagClassName
{
color: #2988BD;
}
</style>
background-color css
<style>
a { background-color: #2988BD; }
a { background-color: rgb(41,136,189); }
div.DivClassName
{
background-color: #2988BD;
}
.BgClassName
{
background-color: #2988BD;
}
</style>
border-color css
<style>
span { border-color: #2988BD; }
span { border-color: rgb(41,136,189); }
td.TdClassName
{
border-color: #2988BD;
}
.TagClassName
{
border-color: #2988BD;
}
</style>