Shades of Curious Blue #3980BB
Tints of Curious Blue #3980BB
RGB
CMYK
RGB Variations
Color information
#3980BB (or 0x3980BB) is known color: Curious Blue. HEX triplet: 39, 80 and BB. RGB value is (57,128,187). Sum of RGB (Red+Green+Blue) = 57+128+187=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #3980BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980BB is #C67F44. Grayscale: #717171. Windows color (decimal): -13008709 or 12288057. OLE color: 12288057.
HSL color Cylindrical-coordinate representation of color #3980BB: hue angle of 207.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3980BB is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 128 | 187 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.27 |
| HSL | 207.23º | 0.53% | 0.48% | - |
| HSV(B) | 207.23º | 0.7% | 0.73% | - |
| XYZ | 18.38 | 19.9 | 49.89 | - |
| YUV | 113.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 187 | 0.70 | 0.32 | 0 | 0.27 | 207.23 | 0.53 | 0.48 |
| Hex | 39 | 80 | BB | 46 | 20 | 0 | 1B | CF | 35 | 30 |
| Octal | 71 | 200 | 273 | 106 | 40 | 0 | 33 | 317 | 65 | 60 |
| Binary | 111001 | 10000000 | 10111011 | 1000110 | 100000 | 0 | 11011 | 11001111 | 110101 | 110000 |
Color Harmonies of #3980BB
Complementary color
Monochromatic Colors of #3980BB
Black with #3980BB
Text Example
Text Example
White with #3980BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3980BB; }
p { color: rgb(57,128,187); }
H1.HeaderClassName
{
color: #3980BB;
}
.AnyTagClassName
{
color: #3980BB;
}
</style>
background-color css
<style>
a { background-color: #3980BB; }
a { background-color: rgb(57,128,187); }
div.DivClassName
{
background-color: #3980BB;
}
.BgClassName
{
background-color: #3980BB;
}
</style>
border-color css
<style>
span { border-color: #3980BB; }
span { border-color: rgb(57,128,187); }
td.TdClassName
{
border-color: #3980BB;
}
.TagClassName
{
border-color: #3980BB;
}
</style>