Shades of Curious Blue #3876CB
Tints of Curious Blue #3876CB
RGB
CMYK
RGB Variations
Color information
#3876CB (or 0x3876CB) is known color: Curious Blue. HEX triplet: 38, 76 and CB. RGB value is (56,118,203). Sum of RGB (Red+Green+Blue) = 56+118+203=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #3876CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876CB is #C78934. Grayscale: #6C6C6C. Windows color (decimal): -13076789 or 13334072. OLE color: 13334072.
HSL color Cylindrical-coordinate representation of color #3876CB: hue angle of 214.69º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3876CB is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 118 | 203 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.20 |
| HSL | 214.69º | 0.59% | 0.51% | - |
| HSV(B) | 214.69º | 0.72% | 0.8% | - |
| XYZ | 18.89 | 18.11 | 59 | - |
| YUV | 109.15 | 180.96 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 203 | 0.72 | 0.42 | 0 | 0.20 | 214.69 | 0.59 | 0.51 |
| Hex | 38 | 76 | CB | 48 | 2A | 0 | 14 | D7 | 3B | 33 |
| Octal | 70 | 166 | 313 | 110 | 52 | 0 | 24 | 327 | 73 | 63 |
| Binary | 111000 | 1110110 | 11001011 | 1001000 | 101010 | 0 | 10100 | 11010111 | 111011 | 110011 |
Color Harmonies of #3876CB
Complementary color
Monochromatic Colors of #3876CB
Black with #3876CB
Text Example
Text Example
White with #3876CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3876CB; }
p { color: rgb(56,118,203); }
H1.HeaderClassName
{
color: #3876CB;
}
.AnyTagClassName
{
color: #3876CB;
}
</style>
background-color css
<style>
a { background-color: #3876CB; }
a { background-color: rgb(56,118,203); }
div.DivClassName
{
background-color: #3876CB;
}
.BgClassName
{
background-color: #3876CB;
}
</style>
border-color css
<style>
span { border-color: #3876CB; }
span { border-color: rgb(56,118,203); }
td.TdClassName
{
border-color: #3876CB;
}
.TagClassName
{
border-color: #3876CB;
}
</style>