Shades of Curious Blue #3C7FC6
Tints of Curious Blue #3C7FC6
RGB
CMYK
RGB Variations
Color information
#3C7FC6 (or 0x3C7FC6) is known color: Curious Blue. HEX triplet: 3C, 7F and C6. RGB value is (60,127,198). Sum of RGB (Red+Green+Blue) = 60+127+198=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #3C7FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7FC6 is #C38039. Grayscale: #727272. Windows color (decimal): -12812346 or 13008700. OLE color: 13008700.
HSL color Cylindrical-coordinate representation of color #3C7FC6: hue angle of 210.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C7FC6 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 127 | 198 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.22 |
| HSL | 210.87º | 0.55% | 0.51% | - |
| HSV(B) | 210.87º | 0.7% | 0.78% | - |
| XYZ | 19.65 | 20.22 | 56.29 | - |
| YUV | 115.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 198 | 0.70 | 0.36 | 0 | 0.22 | 210.87 | 0.55 | 0.51 |
| Hex | 3C | 7F | C6 | 46 | 24 | 0 | 16 | D3 | 37 | 33 |
| Octal | 74 | 177 | 306 | 106 | 44 | 0 | 26 | 323 | 67 | 63 |
| Binary | 111100 | 1111111 | 11000110 | 1000110 | 100100 | 0 | 10110 | 11010011 | 110111 | 110011 |
Color Harmonies of #3C7FC6
Complementary color
Monochromatic Colors of #3C7FC6
Black with #3C7FC6
Text Example
Text Example
White with #3C7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7FC6; }
p { color: rgb(60,127,198); }
H1.HeaderClassName
{
color: #3C7FC6;
}
.AnyTagClassName
{
color: #3C7FC6;
}
</style>
background-color css
<style>
a { background-color: #3C7FC6; }
a { background-color: rgb(60,127,198); }
div.DivClassName
{
background-color: #3C7FC6;
}
.BgClassName
{
background-color: #3C7FC6;
}
</style>
border-color css
<style>
span { border-color: #3C7FC6; }
span { border-color: rgb(60,127,198); }
td.TdClassName
{
border-color: #3C7FC6;
}
.TagClassName
{
border-color: #3C7FC6;
}
</style>