Shades of Curious Blue #3988D6
Tints of Curious Blue #3988D6
RGB
CMYK
RGB Variations
Color information
#3988D6 (or 0x3988D6) is known color: Curious Blue. HEX triplet: 39, 88 and D6. RGB value is (57,136,214). Sum of RGB (Red+Green+Blue) = 57+136+214=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #3988D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3988D6 is #C67729. Grayscale: #787878. Windows color (decimal): -13006634 or 14059577. OLE color: 14059577.
HSL color Cylindrical-coordinate representation of color #3988D6: hue angle of 209.81º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3988D6 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 136 | 214 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.16 |
| HSL | 209.81º | 0.66% | 0.53% | - |
| HSV(B) | 209.81º | 0.73% | 0.84% | - |
| XYZ | 22.63 | 23.33 | 66.93 | - |
| YUV | 121.27 | 180.33 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 214 | 0.73 | 0.36 | 0 | 0.16 | 209.81 | 0.66 | 0.53 |
| Hex | 39 | 88 | D6 | 49 | 24 | 0 | 10 | D2 | 42 | 35 |
| Octal | 71 | 210 | 326 | 111 | 44 | 0 | 20 | 322 | 102 | 65 |
| Binary | 111001 | 10001000 | 11010110 | 1001001 | 100100 | 0 | 10000 | 11010010 | 1000010 | 110101 |
Color Harmonies of #3988D6
Complementary color
Monochromatic Colors of #3988D6
Black with #3988D6
Text Example
Text Example
White with #3988D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3988D6; }
p { color: rgb(57,136,214); }
H1.HeaderClassName
{
color: #3988D6;
}
.AnyTagClassName
{
color: #3988D6;
}
</style>
background-color css
<style>
a { background-color: #3988D6; }
a { background-color: rgb(57,136,214); }
div.DivClassName
{
background-color: #3988D6;
}
.BgClassName
{
background-color: #3988D6;
}
</style>
border-color css
<style>
span { border-color: #3988D6; }
span { border-color: rgb(57,136,214); }
td.TdClassName
{
border-color: #3988D6;
}
.TagClassName
{
border-color: #3988D6;
}
</style>