Shades of Curious Blue #3988BF
Tints of Curious Blue #3988BF
RGB
CMYK
RGB Variations
Color information
#3988BF (or 0x3988BF) is known color: Curious Blue. HEX triplet: 39, 88 and BF. RGB value is (57,136,191). Sum of RGB (Red+Green+Blue) = 57+136+191=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #3988BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3988BF is #C67740. Grayscale: #767676. Windows color (decimal): -13006657 or 12552249. OLE color: 12552249.
HSL color Cylindrical-coordinate representation of color #3988BF: hue angle of 204.63º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3988BF is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 136 | 191 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.25 |
| HSL | 204.63º | 0.54% | 0.49% | - |
| HSV(B) | 204.63º | 0.7% | 0.75% | - |
| XYZ | 19.9 | 22.24 | 52.53 | - |
| YUV | 118.65 | 168.83 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 191 | 0.70 | 0.29 | 0 | 0.25 | 204.63 | 0.54 | 0.49 |
| Hex | 39 | 88 | BF | 46 | 1D | 0 | 19 | CD | 36 | 31 |
| Octal | 71 | 210 | 277 | 106 | 35 | 0 | 31 | 315 | 66 | 61 |
| Binary | 111001 | 10001000 | 10111111 | 1000110 | 11101 | 0 | 11001 | 11001101 | 110110 | 110001 |
Color Harmonies of #3988BF
Complementary color
Monochromatic Colors of #3988BF
Black with #3988BF
Text Example
Text Example
White with #3988BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3988BF; }
p { color: rgb(57,136,191); }
H1.HeaderClassName
{
color: #3988BF;
}
.AnyTagClassName
{
color: #3988BF;
}
</style>
background-color css
<style>
a { background-color: #3988BF; }
a { background-color: rgb(57,136,191); }
div.DivClassName
{
background-color: #3988BF;
}
.BgClassName
{
background-color: #3988BF;
}
</style>
border-color css
<style>
span { border-color: #3988BF; }
span { border-color: rgb(57,136,191); }
td.TdClassName
{
border-color: #3988BF;
}
.TagClassName
{
border-color: #3988BF;
}
</style>