Shades of Curious Blue #3776BC
Tints of Curious Blue #3776BC
RGB
CMYK
RGB Variations
Color information
#3776BC (or 0x3776BC) is known color: Curious Blue. HEX triplet: 37, 76 and BC. RGB value is (55,118,188). Sum of RGB (Red+Green+Blue) = 55+118+188=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #3776BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776BC is #C88943. Grayscale: #6A6A6A. Windows color (decimal): -13142340 or 12351031. OLE color: 12351031.
HSL color Cylindrical-coordinate representation of color #3776BC: hue angle of 211.58º 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 #3776BC is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 118 | 188 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.26 |
| HSL | 211.58º | 0.55% | 0.48% | - |
| HSV(B) | 211.58º | 0.71% | 0.74% | - |
| XYZ | 17.13 | 17.4 | 50.03 | - |
| YUV | 107.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 188 | 0.71 | 0.37 | 0 | 0.26 | 211.58 | 0.55 | 0.48 |
| Hex | 37 | 76 | BC | 47 | 25 | 0 | 1A | D4 | 37 | 30 |
| Octal | 67 | 166 | 274 | 107 | 45 | 0 | 32 | 324 | 67 | 60 |
| Binary | 110111 | 1110110 | 10111100 | 1000111 | 100101 | 0 | 11010 | 11010100 | 110111 | 110000 |
Color Harmonies of #3776BC
Complementary color
Monochromatic Colors of #3776BC
Black with #3776BC
Text Example
Text Example
White with #3776BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3776BC; }
p { color: rgb(55,118,188); }
H1.HeaderClassName
{
color: #3776BC;
}
.AnyTagClassName
{
color: #3776BC;
}
</style>
background-color css
<style>
a { background-color: #3776BC; }
a { background-color: rgb(55,118,188); }
div.DivClassName
{
background-color: #3776BC;
}
.BgClassName
{
background-color: #3776BC;
}
</style>
border-color css
<style>
span { border-color: #3776BC; }
span { border-color: rgb(55,118,188); }
td.TdClassName
{
border-color: #3776BC;
}
.TagClassName
{
border-color: #3776BC;
}
</style>