Shades of Curious Blue #3988BD
Tints of Curious Blue #3988BD
RGB
CMYK
RGB Variations
Color information
#3988BD (or 0x3988BD) is known color: Curious Blue. HEX triplet: 39, 88 and BD. RGB value is (57,136,189). Sum of RGB (Red+Green+Blue) = 57+136+189=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #3988BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3988BD is #C67742. Grayscale: #767676. Windows color (decimal): -13006659 or 12421177. OLE color: 12421177.
HSL color Cylindrical-coordinate representation of color #3988BD: hue angle of 204.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 #3988BD is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 136 | 189 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.26 |
| HSL | 204.09º | 0.54% | 0.48% | - |
| HSV(B) | 204.09º | 0.7% | 0.74% | - |
| XYZ | 19.68 | 22.15 | 51.38 | - |
| YUV | 118.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 189 | 0.70 | 0.28 | 0 | 0.26 | 204.09 | 0.54 | 0.48 |
| Hex | 39 | 88 | BD | 46 | 1C | 0 | 1A | CC | 36 | 30 |
| Octal | 71 | 210 | 275 | 106 | 34 | 0 | 32 | 314 | 66 | 60 |
| Binary | 111001 | 10001000 | 10111101 | 1000110 | 11100 | 0 | 11010 | 11001100 | 110110 | 110000 |
Color Harmonies of #3988BD
Complementary color
Monochromatic Colors of #3988BD
Black with #3988BD
Text Example
Text Example
White with #3988BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3988BD; }
p { color: rgb(57,136,189); }
H1.HeaderClassName
{
color: #3988BD;
}
.AnyTagClassName
{
color: #3988BD;
}
</style>
background-color css
<style>
a { background-color: #3988BD; }
a { background-color: rgb(57,136,189); }
div.DivClassName
{
background-color: #3988BD;
}
.BgClassName
{
background-color: #3988BD;
}
</style>
border-color css
<style>
span { border-color: #3988BD; }
span { border-color: rgb(57,136,189); }
td.TdClassName
{
border-color: #3988BD;
}
.TagClassName
{
border-color: #3988BD;
}
</style>