Shades of Curious Blue #3876B2
Tints of Curious Blue #3876B2
RGB
CMYK
RGB Variations
Color information
#3876B2 (or 0x3876B2) is known color: Curious Blue. HEX triplet: 38, 76 and B2. RGB value is (56,118,178). Sum of RGB (Red+Green+Blue) = 56+118+178=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #3876B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3876B2 is #C7894D. Grayscale: #696969. Windows color (decimal): -13076814 or 11695672. OLE color: 11695672.
HSL color Cylindrical-coordinate representation of color #3876B2: hue angle of 209.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3876B2 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 118 | 178 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.30 |
| HSL | 209.51º | 0.52% | 0.46% | - |
| HSV(B) | 209.51º | 0.69% | 0.7% | - |
| XYZ | 16.15 | 17.01 | 44.55 | - |
| YUV | 106.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 178 | 0.69 | 0.34 | 0 | 0.30 | 209.51 | 0.52 | 0.46 |
| Hex | 38 | 76 | B2 | 45 | 22 | 0 | 1E | D2 | 34 | 2E |
| Octal | 70 | 166 | 262 | 105 | 42 | 0 | 36 | 322 | 64 | 56 |
| Binary | 111000 | 1110110 | 10110010 | 1000101 | 100010 | 0 | 11110 | 11010010 | 110100 | 101110 |
Color Harmonies of #3876B2
Complementary color
Monochromatic Colors of #3876B2
Black with #3876B2
Text Example
Text Example
White with #3876B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3876B2; }
p { color: rgb(56,118,178); }
H1.HeaderClassName
{
color: #3876B2;
}
.AnyTagClassName
{
color: #3876B2;
}
</style>
background-color css
<style>
a { background-color: #3876B2; }
a { background-color: rgb(56,118,178); }
div.DivClassName
{
background-color: #3876B2;
}
.BgClassName
{
background-color: #3876B2;
}
</style>
border-color css
<style>
span { border-color: #3876B2; }
span { border-color: rgb(56,118,178); }
td.TdClassName
{
border-color: #3876B2;
}
.TagClassName
{
border-color: #3876B2;
}
</style>