Shades of Curious Blue #2C82BB
Tints of Curious Blue #2C82BB
RGB
CMYK
RGB Variations
Color information
#2C82BB (or 0x2C82BB) is known color: Curious Blue. HEX triplet: 2C, 82 and BB. RGB value is (44,130,187). Sum of RGB (Red+Green+Blue) = 44+130+187=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C82BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C82BB is #D37D44. Grayscale: #6E6E6E. Windows color (decimal): -13860165 or 12288556. OLE color: 12288556.
HSL color Cylindrical-coordinate representation of color #2C82BB: hue angle of 203.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C82BB is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 130 | 187 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.27 |
| HSL | 203.92º | 0.62% | 0.45% | - |
| HSV(B) | 203.92º | 0.76% | 0.73% | - |
| XYZ | 17.99 | 20.09 | 49.94 | - |
| YUV | 110.78 | 171.01 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 187 | 0.76 | 0.30 | 0 | 0.27 | 203.92 | 0.62 | 0.45 |
| Hex | 2C | 82 | BB | 4C | 1E | 0 | 1B | CC | 3E | 2D |
| Octal | 54 | 202 | 273 | 114 | 36 | 0 | 33 | 314 | 76 | 55 |
| Binary | 101100 | 10000010 | 10111011 | 1001100 | 11110 | 0 | 11011 | 11001100 | 111110 | 101101 |
Color Harmonies of #2C82BB
Complementary color
Monochromatic Colors of #2C82BB
Black with #2C82BB
Text Example
Text Example
White with #2C82BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C82BB; }
p { color: rgb(44,130,187); }
H1.HeaderClassName
{
color: #2C82BB;
}
.AnyTagClassName
{
color: #2C82BB;
}
</style>
background-color css
<style>
a { background-color: #2C82BB; }
a { background-color: rgb(44,130,187); }
div.DivClassName
{
background-color: #2C82BB;
}
.BgClassName
{
background-color: #2C82BB;
}
</style>
border-color css
<style>
span { border-color: #2C82BB; }
span { border-color: rgb(44,130,187); }
td.TdClassName
{
border-color: #2C82BB;
}
.TagClassName
{
border-color: #2C82BB;
}
</style>