Shades of Curious Blue #3C7DCD
Tints of Curious Blue #3C7DCD
RGB
CMYK
RGB Variations
Color information
#3C7DCD (or 0x3C7DCD) is known color: Curious Blue. HEX triplet: 3C, 7D and CD. RGB value is (60,125,205). Sum of RGB (Red+Green+Blue) = 60+125+205=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C7DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7DCD is #C38232. Grayscale: #727272. Windows color (decimal): -12812851 or 13466940. OLE color: 13466940.
HSL color Cylindrical-coordinate representation of color #3C7DCD: hue angle of 213.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C7DCD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 125 | 205 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.20 |
| HSL | 213.1º | 0.59% | 0.52% | - |
| HSV(B) | 213.1º | 0.71% | 0.8% | - |
| XYZ | 20.22 | 20.04 | 60.56 | - |
| YUV | 114.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 205 | 0.71 | 0.39 | 0 | 0.20 | 213.1 | 0.59 | 0.52 |
| Hex | 3C | 7D | CD | 47 | 27 | 0 | 14 | D5 | 3B | 34 |
| Octal | 74 | 175 | 315 | 107 | 47 | 0 | 24 | 325 | 73 | 64 |
| Binary | 111100 | 1111101 | 11001101 | 1000111 | 100111 | 0 | 10100 | 11010101 | 111011 | 110100 |
Color Harmonies of #3C7DCD
Complementary color
Monochromatic Colors of #3C7DCD
Black with #3C7DCD
Text Example
Text Example
White with #3C7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7DCD; }
p { color: rgb(60,125,205); }
H1.HeaderClassName
{
color: #3C7DCD;
}
.AnyTagClassName
{
color: #3C7DCD;
}
</style>
background-color css
<style>
a { background-color: #3C7DCD; }
a { background-color: rgb(60,125,205); }
div.DivClassName
{
background-color: #3C7DCD;
}
.BgClassName
{
background-color: #3C7DCD;
}
</style>
border-color css
<style>
span { border-color: #3C7DCD; }
span { border-color: rgb(60,125,205); }
td.TdClassName
{
border-color: #3C7DCD;
}
.TagClassName
{
border-color: #3C7DCD;
}
</style>