Shades of Curious Blue #3972BD
Tints of Curious Blue #3972BD
RGB
CMYK
RGB Variations
Color information
#3972BD (or 0x3972BD) is known color: Curious Blue. HEX triplet: 39, 72 and BD. RGB value is (57,114,189). Sum of RGB (Red+Green+Blue) = 57+114+189=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #3972BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972BD is #C68D42. Grayscale: #696969. Windows color (decimal): -13012291 or 12415545. OLE color: 12415545.
HSL color Cylindrical-coordinate representation of color #3972BD: hue angle of 214.09º 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 #3972BD is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 114 | 189 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.26 |
| HSL | 214.09º | 0.54% | 0.48% | - |
| HSV(B) | 214.09º | 0.7% | 0.74% | - |
| XYZ | 16.89 | 16.58 | 50.45 | - |
| YUV | 105.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 189 | 0.70 | 0.40 | 0 | 0.26 | 214.09 | 0.54 | 0.48 |
| Hex | 39 | 72 | BD | 46 | 28 | 0 | 1A | D6 | 36 | 30 |
| Octal | 71 | 162 | 275 | 106 | 50 | 0 | 32 | 326 | 66 | 60 |
| Binary | 111001 | 1110010 | 10111101 | 1000110 | 101000 | 0 | 11010 | 11010110 | 110110 | 110000 |
Color Harmonies of #3972BD
Complementary color
Monochromatic Colors of #3972BD
Black with #3972BD
Text Example
Text Example
White with #3972BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3972BD; }
p { color: rgb(57,114,189); }
H1.HeaderClassName
{
color: #3972BD;
}
.AnyTagClassName
{
color: #3972BD;
}
</style>
background-color css
<style>
a { background-color: #3972BD; }
a { background-color: rgb(57,114,189); }
div.DivClassName
{
background-color: #3972BD;
}
.BgClassName
{
background-color: #3972BD;
}
</style>
border-color css
<style>
span { border-color: #3972BD; }
span { border-color: rgb(57,114,189); }
td.TdClassName
{
border-color: #3972BD;
}
.TagClassName
{
border-color: #3972BD;
}
</style>