Shades of Curious Blue #3C76C9
Tints of Curious Blue #3C76C9
RGB
CMYK
RGB Variations
Color information
#3C76C9 (or 0x3C76C9) is known color: Curious Blue. HEX triplet: 3C, 76 and C9. RGB value is (60,118,201). Sum of RGB (Red+Green+Blue) = 60+118+201=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C76C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C76C9 is #C38936. Grayscale: #6D6D6D. Windows color (decimal): -12814647 or 13203004. OLE color: 13203004.
HSL color Cylindrical-coordinate representation of color #3C76C9: hue angle of 215.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C76C9 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 118 | 201 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.21 |
| HSL | 215.32º | 0.57% | 0.51% | - |
| HSV(B) | 215.32º | 0.7% | 0.79% | - |
| XYZ | 18.88 | 18.13 | 57.76 | - |
| YUV | 110.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 201 | 0.70 | 0.41 | 0 | 0.21 | 215.32 | 0.57 | 0.51 |
| Hex | 3C | 76 | C9 | 46 | 29 | 0 | 15 | D7 | 39 | 33 |
| Octal | 74 | 166 | 311 | 106 | 51 | 0 | 25 | 327 | 71 | 63 |
| Binary | 111100 | 1110110 | 11001001 | 1000110 | 101001 | 0 | 10101 | 11010111 | 111001 | 110011 |
Color Harmonies of #3C76C9
Complementary color
Monochromatic Colors of #3C76C9
Black with #3C76C9
Text Example
Text Example
White with #3C76C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C76C9; }
p { color: rgb(60,118,201); }
H1.HeaderClassName
{
color: #3C76C9;
}
.AnyTagClassName
{
color: #3C76C9;
}
</style>
background-color css
<style>
a { background-color: #3C76C9; }
a { background-color: rgb(60,118,201); }
div.DivClassName
{
background-color: #3C76C9;
}
.BgClassName
{
background-color: #3C76C9;
}
</style>
border-color css
<style>
span { border-color: #3C76C9; }
span { border-color: rgb(60,118,201); }
td.TdClassName
{
border-color: #3C76C9;
}
.TagClassName
{
border-color: #3C76C9;
}
</style>