Shades of Curious Blue #3C7DBC
Tints of Curious Blue #3C7DBC
RGB
CMYK
RGB Variations
Color information
#3C7DBC (or 0x3C7DBC) is known color: Curious Blue. HEX triplet: 3C, 7D and BC. RGB value is (60,125,188). Sum of RGB (Red+Green+Blue) = 60+125+188=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C7DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7DBC is #C38243. Grayscale: #707070. Windows color (decimal): -12812868 or 12352828. OLE color: 12352828.
HSL color Cylindrical-coordinate representation of color #3C7DBC: hue angle of 209.53º 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 #3C7DBC is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 125 | 188 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.26 |
| HSL | 209.53º | 0.52% | 0.49% | - |
| HSV(B) | 209.53º | 0.68% | 0.74% | - |
| XYZ | 18.27 | 19.26 | 50.33 | - |
| YUV | 112.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 188 | 0.68 | 0.34 | 0 | 0.26 | 209.53 | 0.52 | 0.49 |
| Hex | 3C | 7D | BC | 44 | 22 | 0 | 1A | D2 | 34 | 31 |
| Octal | 74 | 175 | 274 | 104 | 42 | 0 | 32 | 322 | 64 | 61 |
| Binary | 111100 | 1111101 | 10111100 | 1000100 | 100010 | 0 | 11010 | 11010010 | 110100 | 110001 |
Color Harmonies of #3C7DBC
Complementary color
Monochromatic Colors of #3C7DBC
Black with #3C7DBC
Text Example
Text Example
White with #3C7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7DBC; }
p { color: rgb(60,125,188); }
H1.HeaderClassName
{
color: #3C7DBC;
}
.AnyTagClassName
{
color: #3C7DBC;
}
</style>
background-color css
<style>
a { background-color: #3C7DBC; }
a { background-color: rgb(60,125,188); }
div.DivClassName
{
background-color: #3C7DBC;
}
.BgClassName
{
background-color: #3C7DBC;
}
</style>
border-color css
<style>
span { border-color: #3C7DBC; }
span { border-color: rgb(60,125,188); }
td.TdClassName
{
border-color: #3C7DBC;
}
.TagClassName
{
border-color: #3C7DBC;
}
</style>