Shades of Curious Blue #3978BF
Tints of Curious Blue #3978BF
RGB
CMYK
RGB Variations
Color information
#3978BF (or 0x3978BF) is known color: Curious Blue. HEX triplet: 39, 78 and BF. RGB value is (57,120,191). Sum of RGB (Red+Green+Blue) = 57+120+191=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #3978BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3978BF is #C68740. Grayscale: #6C6C6C. Windows color (decimal): -13010753 or 12548153. OLE color: 12548153.
HSL color Cylindrical-coordinate representation of color #3978BF: hue angle of 211.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3978BF is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 120 | 191 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.25 |
| HSL | 211.79º | 0.54% | 0.49% | - |
| HSV(B) | 211.79º | 0.7% | 0.75% | - |
| XYZ | 17.81 | 18.06 | 51.84 | - |
| YUV | 109.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 191 | 0.70 | 0.37 | 0 | 0.25 | 211.79 | 0.54 | 0.49 |
| Hex | 39 | 78 | BF | 46 | 25 | 0 | 19 | D4 | 36 | 31 |
| Octal | 71 | 170 | 277 | 106 | 45 | 0 | 31 | 324 | 66 | 61 |
| Binary | 111001 | 1111000 | 10111111 | 1000110 | 100101 | 0 | 11001 | 11010100 | 110110 | 110001 |
Color Harmonies of #3978BF
Complementary color
Monochromatic Colors of #3978BF
Black with #3978BF
Text Example
Text Example
White with #3978BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3978BF; }
p { color: rgb(57,120,191); }
H1.HeaderClassName
{
color: #3978BF;
}
.AnyTagClassName
{
color: #3978BF;
}
</style>
background-color css
<style>
a { background-color: #3978BF; }
a { background-color: rgb(57,120,191); }
div.DivClassName
{
background-color: #3978BF;
}
.BgClassName
{
background-color: #3978BF;
}
</style>
border-color css
<style>
span { border-color: #3978BF; }
span { border-color: rgb(57,120,191); }
td.TdClassName
{
border-color: #3978BF;
}
.TagClassName
{
border-color: #3978BF;
}
</style>