Shades of Curious Blue #3771BC
Tints of Curious Blue #3771BC
RGB
CMYK
RGB Variations
Color information
#3771BC (or 0x3771BC) is known color: Curious Blue. HEX triplet: 37, 71 and BC. RGB value is (55,113,188). Sum of RGB (Red+Green+Blue) = 55+113+188=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #3771BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3771BC is #C88E43. Grayscale: #676767. Windows color (decimal): -13143620 or 12349751. OLE color: 12349751.
HSL color Cylindrical-coordinate representation of color #3771BC: hue angle of 213.83º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3771BC is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 113 | 188 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.26 |
| HSL | 213.83º | 0.55% | 0.48% | - |
| HSV(B) | 213.83º | 0.71% | 0.74% | - |
| XYZ | 16.56 | 16.25 | 49.84 | - |
| YUV | 104.21 | 175.28 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 188 | 0.71 | 0.40 | 0 | 0.26 | 213.83 | 0.55 | 0.48 |
| Hex | 37 | 71 | BC | 47 | 28 | 0 | 1A | D6 | 37 | 30 |
| Octal | 67 | 161 | 274 | 107 | 50 | 0 | 32 | 326 | 67 | 60 |
| Binary | 110111 | 1110001 | 10111100 | 1000111 | 101000 | 0 | 11010 | 11010110 | 110111 | 110000 |
Color Harmonies of #3771BC
Complementary color
Monochromatic Colors of #3771BC
Black with #3771BC
Text Example
Text Example
White with #3771BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3771BC; }
p { color: rgb(55,113,188); }
H1.HeaderClassName
{
color: #3771BC;
}
.AnyTagClassName
{
color: #3771BC;
}
</style>
background-color css
<style>
a { background-color: #3771BC; }
a { background-color: rgb(55,113,188); }
div.DivClassName
{
background-color: #3771BC;
}
.BgClassName
{
background-color: #3771BC;
}
</style>
border-color css
<style>
span { border-color: #3771BC; }
span { border-color: rgb(55,113,188); }
td.TdClassName
{
border-color: #3771BC;
}
.TagClassName
{
border-color: #3771BC;
}
</style>