Shades of Curious Blue #3876CC
Tints of Curious Blue #3876CC
RGB
CMYK
RGB Variations
Color information
#3876CC (or 0x3876CC) is known color: Curious Blue. HEX triplet: 38, 76 and CC. RGB value is (56,118,204). Sum of RGB (Red+Green+Blue) = 56+118+204=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #3876CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876CC is #C78933. Grayscale: #6C6C6C. Windows color (decimal): -13076788 or 13399608. OLE color: 13399608.
HSL color Cylindrical-coordinate representation of color #3876CC: hue angle of 214.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3876CC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 118 | 204 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.2 |
| HSL | 214.86º | 0.59% | 0.51% | - |
| HSV(B) | 214.86º | 0.73% | 0.8% | - |
| XYZ | 19.01 | 18.16 | 59.63 | - |
| YUV | 109.27 | 181.46 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 204 | 0.73 | 0.42 | 0 | 0.2 | 214.86 | 0.59 | 0.51 |
| Hex | 38 | 76 | CC | 49 | 2A | 0 | 14 | D7 | 3B | 33 |
| Octal | 70 | 166 | 314 | 111 | 52 | 0 | 24 | 327 | 73 | 63 |
| Binary | 111000 | 1110110 | 11001100 | 1001001 | 101010 | 0 | 10100 | 11010111 | 111011 | 110011 |
Color Harmonies of #3876CC
Complementary color
Monochromatic Colors of #3876CC
Black with #3876CC
Text Example
Text Example
White with #3876CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3876CC; }
p { color: rgb(56,118,204); }
H1.HeaderClassName
{
color: #3876CC;
}
.AnyTagClassName
{
color: #3876CC;
}
</style>
background-color css
<style>
a { background-color: #3876CC; }
a { background-color: rgb(56,118,204); }
div.DivClassName
{
background-color: #3876CC;
}
.BgClassName
{
background-color: #3876CC;
}
</style>
border-color css
<style>
span { border-color: #3876CC; }
span { border-color: rgb(56,118,204); }
td.TdClassName
{
border-color: #3876CC;
}
.TagClassName
{
border-color: #3876CC;
}
</style>