Shades of Curious Blue #3C78BE
Tints of Curious Blue #3C78BE
RGB
CMYK
RGB Variations
Color information
#3C78BE (or 0x3C78BE) is known color: Curious Blue. HEX triplet: 3C, 78 and BE. RGB value is (60,120,190). Sum of RGB (Red+Green+Blue) = 60+120+190=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C78BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C78BE is #C38741. Grayscale: #6D6D6D. Windows color (decimal): -12814146 or 12482620. OLE color: 12482620.
HSL color Cylindrical-coordinate representation of color #3C78BE: hue angle of 212.31º 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 #3C78BE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 120 | 190 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.25 |
| HSL | 212.31º | 0.52% | 0.49% | - |
| HSV(B) | 212.31º | 0.68% | 0.75% | - |
| XYZ | 17.87 | 18.11 | 51.27 | - |
| YUV | 110.04 | 173.12 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 190 | 0.68 | 0.37 | 0 | 0.25 | 212.31 | 0.52 | 0.49 |
| Hex | 3C | 78 | BE | 44 | 25 | 0 | 19 | D4 | 34 | 31 |
| Octal | 74 | 170 | 276 | 104 | 45 | 0 | 31 | 324 | 64 | 61 |
| Binary | 111100 | 1111000 | 10111110 | 1000100 | 100101 | 0 | 11001 | 11010100 | 110100 | 110001 |
Color Harmonies of #3C78BE
Complementary color
Monochromatic Colors of #3C78BE
Black with #3C78BE
Text Example
Text Example
White with #3C78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C78BE; }
p { color: rgb(60,120,190); }
H1.HeaderClassName
{
color: #3C78BE;
}
.AnyTagClassName
{
color: #3C78BE;
}
</style>
background-color css
<style>
a { background-color: #3C78BE; }
a { background-color: rgb(60,120,190); }
div.DivClassName
{
background-color: #3C78BE;
}
.BgClassName
{
background-color: #3C78BE;
}
</style>
border-color css
<style>
span { border-color: #3C78BE; }
span { border-color: rgb(60,120,190); }
td.TdClassName
{
border-color: #3C78BE;
}
.TagClassName
{
border-color: #3C78BE;
}
</style>