Shades of Curious Blue #3978BD
Tints of Curious Blue #3978BD
RGB
CMYK
RGB Variations
Color information
#3978BD (or 0x3978BD) is known color: Curious Blue. HEX triplet: 39, 78 and BD. RGB value is (57,120,189). Sum of RGB (Red+Green+Blue) = 57+120+189=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #3978BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3978BD is #C68742. Grayscale: #6C6C6C. Windows color (decimal): -13010755 or 12417081. OLE color: 12417081.
HSL color Cylindrical-coordinate representation of color #3978BD: hue angle of 211.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3978BD is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 120 | 189 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.26 |
| HSL | 211.36º | 0.54% | 0.48% | - |
| HSV(B) | 211.36º | 0.7% | 0.74% | - |
| XYZ | 17.59 | 17.98 | 50.69 | - |
| YUV | 109.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 189 | 0.70 | 0.37 | 0 | 0.26 | 211.36 | 0.54 | 0.48 |
| Hex | 39 | 78 | BD | 46 | 25 | 0 | 1A | D3 | 36 | 30 |
| Octal | 71 | 170 | 275 | 106 | 45 | 0 | 32 | 323 | 66 | 60 |
| Binary | 111001 | 1111000 | 10111101 | 1000110 | 100101 | 0 | 11010 | 11010011 | 110110 | 110000 |
Color Harmonies of #3978BD
Complementary color
Monochromatic Colors of #3978BD
Black with #3978BD
Text Example
Text Example
White with #3978BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3978BD; }
p { color: rgb(57,120,189); }
H1.HeaderClassName
{
color: #3978BD;
}
.AnyTagClassName
{
color: #3978BD;
}
</style>
background-color css
<style>
a { background-color: #3978BD; }
a { background-color: rgb(57,120,189); }
div.DivClassName
{
background-color: #3978BD;
}
.BgClassName
{
background-color: #3978BD;
}
</style>
border-color css
<style>
span { border-color: #3978BD; }
span { border-color: rgb(57,120,189); }
td.TdClassName
{
border-color: #3978BD;
}
.TagClassName
{
border-color: #3978BD;
}
</style>