Shades of Curious Blue #3C8DBC
Tints of Curious Blue #3C8DBC
RGB
CMYK
RGB Variations
Color information
#3C8DBC (or 0x3C8DBC) is known color: Curious Blue. HEX triplet: 3C, 8D and BC. RGB value is (60,141,188). Sum of RGB (Red+Green+Blue) = 60+141+188=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8DBC is #C37243. Grayscale: #797979. Windows color (decimal): -12808772 or 12356924. OLE color: 12356924.
HSL color Cylindrical-coordinate representation of color #3C8DBC: hue angle of 202.03º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C8DBC is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 141 | 188 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.26 |
| HSL | 202.03º | 0.52% | 0.49% | - |
| HSV(B) | 202.03º | 0.68% | 0.74% | - |
| XYZ | 20.47 | 23.64 | 51.06 | - |
| YUV | 122.14 | 165.16 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 188 | 0.68 | 0.25 | 0 | 0.26 | 202.03 | 0.52 | 0.49 |
| Hex | 3C | 8D | BC | 44 | 19 | 0 | 1A | CA | 34 | 31 |
| Octal | 74 | 215 | 274 | 104 | 31 | 0 | 32 | 312 | 64 | 61 |
| Binary | 111100 | 10001101 | 10111100 | 1000100 | 11001 | 0 | 11010 | 11001010 | 110100 | 110001 |
Color Harmonies of #3C8DBC
Complementary color
Monochromatic Colors of #3C8DBC
Black with #3C8DBC
Text Example
Text Example
White with #3C8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8DBC; }
p { color: rgb(60,141,188); }
H1.HeaderClassName
{
color: #3C8DBC;
}
.AnyTagClassName
{
color: #3C8DBC;
}
</style>
background-color css
<style>
a { background-color: #3C8DBC; }
a { background-color: rgb(60,141,188); }
div.DivClassName
{
background-color: #3C8DBC;
}
.BgClassName
{
background-color: #3C8DBC;
}
</style>
border-color css
<style>
span { border-color: #3C8DBC; }
span { border-color: rgb(60,141,188); }
td.TdClassName
{
border-color: #3C8DBC;
}
.TagClassName
{
border-color: #3C8DBC;
}
</style>