Shades of Curious Blue #2781BB
Tints of Curious Blue #2781BB
RGB
CMYK
RGB Variations
Color information
#2781BB (or 0x2781BB) is known color: Curious Blue. HEX triplet: 27, 81 and BB. RGB value is (39,129,187). Sum of RGB (Red+Green+Blue) = 39+129+187=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #2781BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2781BB is #D87E44. Grayscale: #6C6C6C. Windows color (decimal): -14188101 or 12288295. OLE color: 12288295.
HSL color Cylindrical-coordinate representation of color #2781BB: hue angle of 203.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2781BB is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 129 | 187 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.27 |
| HSL | 203.51º | 0.65% | 0.44% | - |
| HSV(B) | 203.51º | 0.79% | 0.73% | - |
| XYZ | 17.66 | 19.72 | 49.89 | - |
| YUV | 108.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 129 | 187 | 0.79 | 0.31 | 0 | 0.27 | 203.51 | 0.65 | 0.44 |
| Hex | 27 | 81 | BB | 4F | 1F | 0 | 1B | CC | 41 | 2C |
| Octal | 47 | 201 | 273 | 117 | 37 | 0 | 33 | 314 | 101 | 54 |
| Binary | 100111 | 10000001 | 10111011 | 1001111 | 11111 | 0 | 11011 | 11001100 | 1000001 | 101100 |
Color Harmonies of #2781BB
Complementary color
Monochromatic Colors of #2781BB
Black with #2781BB
Text Example
Text Example
White with #2781BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2781BB; }
p { color: rgb(39,129,187); }
H1.HeaderClassName
{
color: #2781BB;
}
.AnyTagClassName
{
color: #2781BB;
}
</style>
background-color css
<style>
a { background-color: #2781BB; }
a { background-color: rgb(39,129,187); }
div.DivClassName
{
background-color: #2781BB;
}
.BgClassName
{
background-color: #2781BB;
}
</style>
border-color css
<style>
span { border-color: #2781BB; }
span { border-color: rgb(39,129,187); }
td.TdClassName
{
border-color: #2781BB;
}
.TagClassName
{
border-color: #2781BB;
}
</style>