Shades of Curious Blue #3970BD
Tints of Curious Blue #3970BD
RGB
CMYK
RGB Variations
Color information
#3970BD (or 0x3970BD) is known color: Curious Blue. HEX triplet: 39, 70 and BD. RGB value is (57,112,189). Sum of RGB (Red+Green+Blue) = 57+112+189=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3970BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970BD is #C68F42. Grayscale: #676767. Windows color (decimal): -13012803 or 12415033. OLE color: 12415033.
HSL color Cylindrical-coordinate representation of color #3970BD: hue angle of 215º 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 #3970BD is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 112 | 189 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.26 |
| HSL | 215º | 0.54% | 0.48% | - |
| HSV(B) | 215º | 0.7% | 0.74% | - |
| XYZ | 16.67 | 16.13 | 50.38 | - |
| YUV | 104.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 189 | 0.70 | 0.41 | 0 | 0.26 | 215 | 0.54 | 0.48 |
| Hex | 39 | 70 | BD | 46 | 29 | 0 | 1A | D7 | 36 | 30 |
| Octal | 71 | 160 | 275 | 106 | 51 | 0 | 32 | 327 | 66 | 60 |
| Binary | 111001 | 1110000 | 10111101 | 1000110 | 101001 | 0 | 11010 | 11010111 | 110110 | 110000 |
Color Harmonies of #3970BD
Complementary color
Monochromatic Colors of #3970BD
Black with #3970BD
Text Example
Text Example
White with #3970BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3970BD; }
p { color: rgb(57,112,189); }
H1.HeaderClassName
{
color: #3970BD;
}
.AnyTagClassName
{
color: #3970BD;
}
</style>
background-color css
<style>
a { background-color: #3970BD; }
a { background-color: rgb(57,112,189); }
div.DivClassName
{
background-color: #3970BD;
}
.BgClassName
{
background-color: #3970BD;
}
</style>
border-color css
<style>
span { border-color: #3970BD; }
span { border-color: rgb(57,112,189); }
td.TdClassName
{
border-color: #3970BD;
}
.TagClassName
{
border-color: #3970BD;
}
</style>