Shades of Curious Blue #2986BB
Tints of Curious Blue #2986BB
RGB
CMYK
RGB Variations
Color information
#2986BB (or 0x2986BB) is known color: Curious Blue. HEX triplet: 29, 86 and BB. RGB value is (41,134,187). Sum of RGB (Red+Green+Blue) = 41+134+187=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #2986BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2986BB is #D67944. Grayscale: #6F6F6F. Windows color (decimal): -14055749 or 12289577. OLE color: 12289577.
HSL color Cylindrical-coordinate representation of color #2986BB: hue angle of 201.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2986BB is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 134 | 187 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.27 |
| HSL | 201.78º | 0.64% | 0.45% | - |
| HSV(B) | 201.78º | 0.78% | 0.73% | - |
| XYZ | 18.41 | 21.11 | 50.12 | - |
| YUV | 112.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 187 | 0.78 | 0.28 | 0 | 0.27 | 201.78 | 0.64 | 0.45 |
| Hex | 29 | 86 | BB | 4E | 1C | 0 | 1B | CA | 40 | 2D |
| Octal | 51 | 206 | 273 | 116 | 34 | 0 | 33 | 312 | 100 | 55 |
| Binary | 101001 | 10000110 | 10111011 | 1001110 | 11100 | 0 | 11011 | 11001010 | 1000000 | 101101 |
Color Harmonies of #2986BB
Complementary color
Monochromatic Colors of #2986BB
Black with #2986BB
Text Example
Text Example
White with #2986BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2986BB; }
p { color: rgb(41,134,187); }
H1.HeaderClassName
{
color: #2986BB;
}
.AnyTagClassName
{
color: #2986BB;
}
</style>
background-color css
<style>
a { background-color: #2986BB; }
a { background-color: rgb(41,134,187); }
div.DivClassName
{
background-color: #2986BB;
}
.BgClassName
{
background-color: #2986BB;
}
</style>
border-color css
<style>
span { border-color: #2986BB; }
span { border-color: rgb(41,134,187); }
td.TdClassName
{
border-color: #2986BB;
}
.TagClassName
{
border-color: #2986BB;
}
</style>