Shades of Curious Blue #3771C6
Tints of Curious Blue #3771C6
RGB
CMYK
RGB Variations
Color information
#3771C6 (or 0x3771C6) is known color: Curious Blue. HEX triplet: 37, 71 and C6. RGB value is (55,113,198). Sum of RGB (Red+Green+Blue) = 55+113+198=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #3771C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3771C6 is #C88E39. Grayscale: #686868. Windows color (decimal): -13143610 or 13005111. OLE color: 13005111.
HSL color Cylindrical-coordinate representation of color #3771C6: hue angle of 215.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3771C6 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 113 | 198 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.22 |
| HSL | 215.66º | 0.57% | 0.5% | - |
| HSV(B) | 215.66º | 0.72% | 0.78% | - |
| XYZ | 17.67 | 16.7 | 55.72 | - |
| YUV | 105.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 198 | 0.72 | 0.43 | 0 | 0.22 | 215.66 | 0.57 | 0.5 |
| Hex | 37 | 71 | C6 | 48 | 2B | 0 | 16 | D8 | 39 | 32 |
| Octal | 67 | 161 | 306 | 110 | 53 | 0 | 26 | 330 | 71 | 62 |
| Binary | 110111 | 1110001 | 11000110 | 1001000 | 101011 | 0 | 10110 | 11011000 | 111001 | 110010 |
Color Harmonies of #3771C6
Complementary color
Monochromatic Colors of #3771C6
Black with #3771C6
Text Example
Text Example
White with #3771C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3771C6; }
p { color: rgb(55,113,198); }
H1.HeaderClassName
{
color: #3771C6;
}
.AnyTagClassName
{
color: #3771C6;
}
</style>
background-color css
<style>
a { background-color: #3771C6; }
a { background-color: rgb(55,113,198); }
div.DivClassName
{
background-color: #3771C6;
}
.BgClassName
{
background-color: #3771C6;
}
</style>
border-color css
<style>
span { border-color: #3771C6; }
span { border-color: rgb(55,113,198); }
td.TdClassName
{
border-color: #3771C6;
}
.TagClassName
{
border-color: #3771C6;
}
</style>