Shades of Curious Blue #3876BB
Tints of Curious Blue #3876BB
RGB
CMYK
RGB Variations
Color information
#3876BB (or 0x3876BB) is known color: Curious Blue. HEX triplet: 38, 76 and BB. RGB value is (56,118,187). Sum of RGB (Red+Green+Blue) = 56+118+187=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 118 (46.48% from 255 or 32.69% 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 #3876BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876BB is #C78944. Grayscale: #6A6A6A. Windows color (decimal): -13076805 or 12285496. OLE color: 12285496.
HSL color Cylindrical-coordinate representation of color #3876BB: hue angle of 211.6º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3876BB is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 118 | 187 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.27 |
| HSL | 211.6º | 0.54% | 0.48% | - |
| HSV(B) | 211.6º | 0.7% | 0.73% | - |
| XYZ | 17.08 | 17.39 | 49.47 | - |
| YUV | 107.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 187 | 0.70 | 0.37 | 0 | 0.27 | 211.6 | 0.54 | 0.48 |
| Hex | 38 | 76 | BB | 46 | 25 | 0 | 1B | D4 | 36 | 30 |
| Octal | 70 | 166 | 273 | 106 | 45 | 0 | 33 | 324 | 66 | 60 |
| Binary | 111000 | 1110110 | 10111011 | 1000110 | 100101 | 0 | 11011 | 11010100 | 110110 | 110000 |
Color Harmonies of #3876BB
Complementary color
Monochromatic Colors of #3876BB
Black with #3876BB
Text Example
Text Example
White with #3876BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3876BB; }
p { color: rgb(56,118,187); }
H1.HeaderClassName
{
color: #3876BB;
}
.AnyTagClassName
{
color: #3876BB;
}
</style>
background-color css
<style>
a { background-color: #3876BB; }
a { background-color: rgb(56,118,187); }
div.DivClassName
{
background-color: #3876BB;
}
.BgClassName
{
background-color: #3876BB;
}
</style>
border-color css
<style>
span { border-color: #3876BB; }
span { border-color: rgb(56,118,187); }
td.TdClassName
{
border-color: #3876BB;
}
.TagClassName
{
border-color: #3876BB;
}
</style>