Shades of Curious Blue #3980BC
Tints of Curious Blue #3980BC
RGB
CMYK
RGB Variations
Color information
#3980BC (or 0x3980BC) is known color: Curious Blue. HEX triplet: 39, 80 and BC. RGB value is (57,128,188). Sum of RGB (Red+Green+Blue) = 57+128+188=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3980BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980BC is #C67F43. Grayscale: #717171. Windows color (decimal): -13008708 or 12353593. OLE color: 12353593.
HSL color Cylindrical-coordinate representation of color #3980BC: hue angle of 207.48º degrees, saturation: 0.53, 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 #3980BC is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 128 | 188 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.26 |
| HSL | 207.48º | 0.53% | 0.48% | - |
| HSV(B) | 207.48º | 0.7% | 0.74% | - |
| XYZ | 18.48 | 19.94 | 50.45 | - |
| YUV | 113.61 | 169.98 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 188 | 0.70 | 0.32 | 0 | 0.26 | 207.48 | 0.53 | 0.48 |
| Hex | 39 | 80 | BC | 46 | 20 | 0 | 1A | CF | 35 | 30 |
| Octal | 71 | 200 | 274 | 106 | 40 | 0 | 32 | 317 | 65 | 60 |
| Binary | 111001 | 10000000 | 10111100 | 1000110 | 100000 | 0 | 11010 | 11001111 | 110101 | 110000 |
Color Harmonies of #3980BC
Complementary color
Monochromatic Colors of #3980BC
Black with #3980BC
Text Example
Text Example
White with #3980BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3980BC; }
p { color: rgb(57,128,188); }
H1.HeaderClassName
{
color: #3980BC;
}
.AnyTagClassName
{
color: #3980BC;
}
</style>
background-color css
<style>
a { background-color: #3980BC; }
a { background-color: rgb(57,128,188); }
div.DivClassName
{
background-color: #3980BC;
}
.BgClassName
{
background-color: #3980BC;
}
</style>
border-color css
<style>
span { border-color: #3980BC; }
span { border-color: rgb(57,128,188); }
td.TdClassName
{
border-color: #3980BC;
}
.TagClassName
{
border-color: #3980BC;
}
</style>