Shades of Curious Blue #3980BD
Tints of Curious Blue #3980BD
RGB
CMYK
RGB Variations
Color information
#3980BD (or 0x3980BD) is known color: Curious Blue. HEX triplet: 39, 80 and BD. RGB value is (57,128,189). Sum of RGB (Red+Green+Blue) = 57+128+189=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #3980BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980BD is #C67F42. Grayscale: #717171. Windows color (decimal): -13008707 or 12419129. OLE color: 12419129.
HSL color Cylindrical-coordinate representation of color #3980BD: hue angle of 207.73º 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 #3980BD is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 128 | 189 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.26 |
| HSL | 207.73º | 0.54% | 0.48% | - |
| HSV(B) | 207.73º | 0.7% | 0.74% | - |
| XYZ | 18.59 | 19.98 | 51.02 | - |
| YUV | 113.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 189 | 0.70 | 0.32 | 0 | 0.26 | 207.73 | 0.54 | 0.48 |
| Hex | 39 | 80 | BD | 46 | 20 | 0 | 1A | D0 | 36 | 30 |
| Octal | 71 | 200 | 275 | 106 | 40 | 0 | 32 | 320 | 66 | 60 |
| Binary | 111001 | 10000000 | 10111101 | 1000110 | 100000 | 0 | 11010 | 11010000 | 110110 | 110000 |
Color Harmonies of #3980BD
Complementary color
Monochromatic Colors of #3980BD
Black with #3980BD
Text Example
Text Example
White with #3980BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3980BD; }
p { color: rgb(57,128,189); }
H1.HeaderClassName
{
color: #3980BD;
}
.AnyTagClassName
{
color: #3980BD;
}
</style>
background-color css
<style>
a { background-color: #3980BD; }
a { background-color: rgb(57,128,189); }
div.DivClassName
{
background-color: #3980BD;
}
.BgClassName
{
background-color: #3980BD;
}
</style>
border-color css
<style>
span { border-color: #3980BD; }
span { border-color: rgb(57,128,189); }
td.TdClassName
{
border-color: #3980BD;
}
.TagClassName
{
border-color: #3980BD;
}
</style>