Shades of Curious Blue #3C77BE
Tints of Curious Blue #3C77BE
RGB
CMYK
RGB Variations
Color information
#3C77BE (or 0x3C77BE) is known color: Curious Blue. HEX triplet: 3C, 77 and BE. RGB value is (60,119,190). Sum of RGB (Red+Green+Blue) = 60+119+190=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77BE is #C38841. Grayscale: #6D6D6D. Windows color (decimal): -12814402 or 12482364. OLE color: 12482364.
HSL color Cylindrical-coordinate representation of color #3C77BE: hue angle of 212.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C77BE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 119 | 190 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.25 |
| HSL | 212.77º | 0.52% | 0.49% | - |
| HSV(B) | 212.77º | 0.68% | 0.75% | - |
| XYZ | 17.75 | 17.87 | 51.23 | - |
| YUV | 109.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 190 | 0.68 | 0.37 | 0 | 0.25 | 212.77 | 0.52 | 0.49 |
| Hex | 3C | 77 | BE | 44 | 25 | 0 | 19 | D5 | 34 | 31 |
| Octal | 74 | 167 | 276 | 104 | 45 | 0 | 31 | 325 | 64 | 61 |
| Binary | 111100 | 1110111 | 10111110 | 1000100 | 100101 | 0 | 11001 | 11010101 | 110100 | 110001 |
Color Harmonies of #3C77BE
Complementary color
Monochromatic Colors of #3C77BE
Black with #3C77BE
Text Example
Text Example
White with #3C77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C77BE; }
p { color: rgb(60,119,190); }
H1.HeaderClassName
{
color: #3C77BE;
}
.AnyTagClassName
{
color: #3C77BE;
}
</style>
background-color css
<style>
a { background-color: #3C77BE; }
a { background-color: rgb(60,119,190); }
div.DivClassName
{
background-color: #3C77BE;
}
.BgClassName
{
background-color: #3C77BE;
}
</style>
border-color css
<style>
span { border-color: #3C77BE; }
span { border-color: rgb(60,119,190); }
td.TdClassName
{
border-color: #3C77BE;
}
.TagClassName
{
border-color: #3C77BE;
}
</style>