Shades of Curious Blue #3877BD
Tints of Curious Blue #3877BD
RGB
CMYK
RGB Variations
Color information
#3877BD (or 0x3877BD) is known color: Curious Blue. HEX triplet: 38, 77 and BD. RGB value is (56,119,189). Sum of RGB (Red+Green+Blue) = 56+119+189=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #3877BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3877BD is #C78842. Grayscale: #6B6B6B. Windows color (decimal): -13076547 or 12416824. OLE color: 12416824.
HSL color Cylindrical-coordinate representation of color #3877BD: hue angle of 211.58º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3877BD is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 119 | 189 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.26 |
| HSL | 211.58º | 0.54% | 0.48% | - |
| HSV(B) | 211.58º | 0.7% | 0.74% | - |
| XYZ | 17.41 | 17.71 | 50.64 | - |
| YUV | 108.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 189 | 0.70 | 0.37 | 0 | 0.26 | 211.58 | 0.54 | 0.48 |
| Hex | 38 | 77 | BD | 46 | 25 | 0 | 1A | D4 | 36 | 30 |
| Octal | 70 | 167 | 275 | 106 | 45 | 0 | 32 | 324 | 66 | 60 |
| Binary | 111000 | 1110111 | 10111101 | 1000110 | 100101 | 0 | 11010 | 11010100 | 110110 | 110000 |
Color Harmonies of #3877BD
Complementary color
Monochromatic Colors of #3877BD
Black with #3877BD
Text Example
Text Example
White with #3877BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3877BD; }
p { color: rgb(56,119,189); }
H1.HeaderClassName
{
color: #3877BD;
}
.AnyTagClassName
{
color: #3877BD;
}
</style>
background-color css
<style>
a { background-color: #3877BD; }
a { background-color: rgb(56,119,189); }
div.DivClassName
{
background-color: #3877BD;
}
.BgClassName
{
background-color: #3877BD;
}
</style>
border-color css
<style>
span { border-color: #3877BD; }
span { border-color: rgb(56,119,189); }
td.TdClassName
{
border-color: #3877BD;
}
.TagClassName
{
border-color: #3877BD;
}
</style>