Shades of Curious Blue #3878BC
Tints of Curious Blue #3878BC
RGB
CMYK
RGB Variations
Color information
#3878BC (or 0x3878BC) is known color: Curious Blue. HEX triplet: 38, 78 and BC. RGB value is (56,120,188). Sum of RGB (Red+Green+Blue) = 56+120+188=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #3878BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3878BC is #C78743. Grayscale: #6C6C6C. Windows color (decimal): -13076292 or 12351544. OLE color: 12351544.
HSL color Cylindrical-coordinate representation of color #3878BC: hue angle of 210.91º 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 #3878BC is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 120 | 188 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.26 |
| HSL | 210.91º | 0.54% | 0.48% | - |
| HSV(B) | 210.91º | 0.7% | 0.74% | - |
| XYZ | 17.42 | 17.9 | 50.11 | - |
| YUV | 108.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 188 | 0.70 | 0.36 | 0 | 0.26 | 210.91 | 0.54 | 0.48 |
| Hex | 38 | 78 | BC | 46 | 24 | 0 | 1A | D3 | 36 | 30 |
| Octal | 70 | 170 | 274 | 106 | 44 | 0 | 32 | 323 | 66 | 60 |
| Binary | 111000 | 1111000 | 10111100 | 1000110 | 100100 | 0 | 11010 | 11010011 | 110110 | 110000 |
Color Harmonies of #3878BC
Complementary color
Monochromatic Colors of #3878BC
Black with #3878BC
Text Example
Text Example
White with #3878BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3878BC; }
p { color: rgb(56,120,188); }
H1.HeaderClassName
{
color: #3878BC;
}
.AnyTagClassName
{
color: #3878BC;
}
</style>
background-color css
<style>
a { background-color: #3878BC; }
a { background-color: rgb(56,120,188); }
div.DivClassName
{
background-color: #3878BC;
}
.BgClassName
{
background-color: #3878BC;
}
</style>
border-color css
<style>
span { border-color: #3878BC; }
span { border-color: rgb(56,120,188); }
td.TdClassName
{
border-color: #3878BC;
}
.TagClassName
{
border-color: #3878BC;
}
</style>