Shades of Curious Blue #3776CC
Tints of Curious Blue #3776CC
RGB
CMYK
RGB Variations
Color information
#3776CC (or 0x3776CC) is known color: Curious Blue. HEX triplet: 37, 76 and CC. RGB value is (55,118,204). Sum of RGB (Red+Green+Blue) = 55+118+204=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #3776CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776CC is #C88933. Grayscale: #6C6C6C. Windows color (decimal): -13142324 or 13399607. OLE color: 13399607.
HSL color Cylindrical-coordinate representation of color #3776CC: hue angle of 214.63º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3776CC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 118 | 204 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.2 |
| HSL | 214.63º | 0.59% | 0.51% | - |
| HSV(B) | 214.63º | 0.73% | 0.8% | - |
| XYZ | 18.95 | 18.13 | 59.63 | - |
| YUV | 108.97 | 181.63 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 204 | 0.73 | 0.42 | 0 | 0.2 | 214.63 | 0.59 | 0.51 |
| Hex | 37 | 76 | CC | 49 | 2A | 0 | 14 | D7 | 3B | 33 |
| Octal | 67 | 166 | 314 | 111 | 52 | 0 | 24 | 327 | 73 | 63 |
| Binary | 110111 | 1110110 | 11001100 | 1001001 | 101010 | 0 | 10100 | 11010111 | 111011 | 110011 |
Color Harmonies of #3776CC
Complementary color
Monochromatic Colors of #3776CC
Black with #3776CC
Text Example
Text Example
White with #3776CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3776CC; }
p { color: rgb(55,118,204); }
H1.HeaderClassName
{
color: #3776CC;
}
.AnyTagClassName
{
color: #3776CC;
}
</style>
background-color css
<style>
a { background-color: #3776CC; }
a { background-color: rgb(55,118,204); }
div.DivClassName
{
background-color: #3776CC;
}
.BgClassName
{
background-color: #3776CC;
}
</style>
border-color css
<style>
span { border-color: #3776CC; }
span { border-color: rgb(55,118,204); }
td.TdClassName
{
border-color: #3776CC;
}
.TagClassName
{
border-color: #3776CC;
}
</style>