Shades of Curious Blue #3C79BE
Tints of Curious Blue #3C79BE
RGB
CMYK
RGB Variations
Color information
#3C79BE (or 0x3C79BE) is known color: Curious Blue. HEX triplet: 3C, 79 and BE. RGB value is (60,121,190). Sum of RGB (Red+Green+Blue) = 60+121+190=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C79BE is #C38641. Grayscale: #6E6E6E. Windows color (decimal): -12813890 or 12482876. OLE color: 12482876.
HSL color Cylindrical-coordinate representation of color #3C79BE: hue angle of 211.85º 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 #3C79BE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 121 | 190 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.25 |
| HSL | 211.85º | 0.52% | 0.49% | - |
| HSV(B) | 211.85º | 0.68% | 0.75% | - |
| XYZ | 18 | 18.35 | 51.31 | - |
| YUV | 110.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 190 | 0.68 | 0.36 | 0 | 0.25 | 211.85 | 0.52 | 0.49 |
| Hex | 3C | 79 | BE | 44 | 24 | 0 | 19 | D4 | 34 | 31 |
| Octal | 74 | 171 | 276 | 104 | 44 | 0 | 31 | 324 | 64 | 61 |
| Binary | 111100 | 1111001 | 10111110 | 1000100 | 100100 | 0 | 11001 | 11010100 | 110100 | 110001 |
Color Harmonies of #3C79BE
Complementary color
Monochromatic Colors of #3C79BE
Black with #3C79BE
Text Example
Text Example
White with #3C79BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C79BE; }
p { color: rgb(60,121,190); }
H1.HeaderClassName
{
color: #3C79BE;
}
.AnyTagClassName
{
color: #3C79BE;
}
</style>
background-color css
<style>
a { background-color: #3C79BE; }
a { background-color: rgb(60,121,190); }
div.DivClassName
{
background-color: #3C79BE;
}
.BgClassName
{
background-color: #3C79BE;
}
</style>
border-color css
<style>
span { border-color: #3C79BE; }
span { border-color: rgb(60,121,190); }
td.TdClassName
{
border-color: #3C79BE;
}
.TagClassName
{
border-color: #3C79BE;
}
</style>