Shades of Curious Blue #3978BE
Tints of Curious Blue #3978BE
RGB
CMYK
RGB Variations
Color information
#3978BE (or 0x3978BE) is known color: Curious Blue. HEX triplet: 39, 78 and BE. RGB value is (57,120,190). Sum of RGB (Red+Green+Blue) = 57+120+190=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #3978BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3978BE is #C68741. Grayscale: #6C6C6C. Windows color (decimal): -13010754 or 12482617. OLE color: 12482617.
HSL color Cylindrical-coordinate representation of color #3978BE: hue angle of 211.58º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3978BE is Cyan = 0.7, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 120 | 190 | - |
| CMYK | 0.7 | 0.37 | 0 | 0.25 |
| HSL | 211.58º | 0.54% | 0.48% | - |
| HSV(B) | 211.58º | 0.7% | 0.75% | - |
| XYZ | 17.7 | 18.02 | 51.26 | - |
| YUV | 109.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 190 | 0.7 | 0.37 | 0 | 0.25 | 211.58 | 0.54 | 0.48 |
| Hex | 39 | 78 | BE | 46 | 25 | 0 | 19 | D4 | 36 | 30 |
| Octal | 71 | 170 | 276 | 106 | 45 | 0 | 31 | 324 | 66 | 60 |
| Binary | 111001 | 1111000 | 10111110 | 1000110 | 100101 | 0 | 11001 | 11010100 | 110110 | 110000 |
Color Harmonies of #3978BE
Complementary color
Monochromatic Colors of #3978BE
Black with #3978BE
Text Example
Text Example
White with #3978BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3978BE; }
p { color: rgb(57,120,190); }
H1.HeaderClassName
{
color: #3978BE;
}
.AnyTagClassName
{
color: #3978BE;
}
</style>
background-color css
<style>
a { background-color: #3978BE; }
a { background-color: rgb(57,120,190); }
div.DivClassName
{
background-color: #3978BE;
}
.BgClassName
{
background-color: #3978BE;
}
</style>
border-color css
<style>
span { border-color: #3978BE; }
span { border-color: rgb(57,120,190); }
td.TdClassName
{
border-color: #3978BE;
}
.TagClassName
{
border-color: #3978BE;
}
</style>