Shades of Curious Blue #3991BC
Tints of Curious Blue #3991BC
RGB
CMYK
RGB Variations
Color information
#3991BC (or 0x3991BC) is known color: Curious Blue. HEX triplet: 39, 91 and BC. RGB value is (57,145,188). Sum of RGB (Red+Green+Blue) = 57+145+188=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #3991BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3991BC is #C66E43. Grayscale: #7B7B7B. Windows color (decimal): -13004356 or 12357945. OLE color: 12357945.
HSL color Cylindrical-coordinate representation of color #3991BC: hue angle of 199.69º degrees, saturation: 0.53, 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 #3991BC is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 145 | 188 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.26 |
| HSL | 199.69º | 0.53% | 0.48% | - |
| HSV(B) | 199.69º | 0.7% | 0.74% | - |
| XYZ | 20.89 | 24.75 | 51.25 | - |
| YUV | 123.59 | 164.35 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 188 | 0.70 | 0.23 | 0 | 0.26 | 199.69 | 0.53 | 0.48 |
| Hex | 39 | 91 | BC | 46 | 17 | 0 | 1A | C8 | 35 | 30 |
| Octal | 71 | 221 | 274 | 106 | 27 | 0 | 32 | 310 | 65 | 60 |
| Binary | 111001 | 10010001 | 10111100 | 1000110 | 10111 | 0 | 11010 | 11001000 | 110101 | 110000 |
Color Harmonies of #3991BC
Complementary color
Monochromatic Colors of #3991BC
Black with #3991BC
Text Example
Text Example
White with #3991BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3991BC; }
p { color: rgb(57,145,188); }
H1.HeaderClassName
{
color: #3991BC;
}
.AnyTagClassName
{
color: #3991BC;
}
</style>
background-color css
<style>
a { background-color: #3991BC; }
a { background-color: rgb(57,145,188); }
div.DivClassName
{
background-color: #3991BC;
}
.BgClassName
{
background-color: #3991BC;
}
</style>
border-color css
<style>
span { border-color: #3991BC; }
span { border-color: rgb(57,145,188); }
td.TdClassName
{
border-color: #3991BC;
}
.TagClassName
{
border-color: #3991BC;
}
</style>