Shades of Curious Blue #3771C4
Tints of Curious Blue #3771C4
RGB
CMYK
RGB Variations
Color information
#3771C4 (or 0x3771C4) is known color: Curious Blue. HEX triplet: 37, 71 and C4. RGB value is (55,113,196). Sum of RGB (Red+Green+Blue) = 55+113+196=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 196 (76.95% from 255 or 53.85% from 364); Max value from RGB is 196 - color contains mainly: blue. Hex color #3771C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3771C4 is #C88E3B. Grayscale: #686868. Windows color (decimal): -13143612 or 12874039. OLE color: 12874039.
HSL color Cylindrical-coordinate representation of color #3771C4: hue angle of 215.32º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3771C4 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 113 | 196 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.23 |
| HSL | 215.32º | 0.56% | 0.49% | - |
| HSV(B) | 215.32º | 0.72% | 0.77% | - |
| XYZ | 17.44 | 16.61 | 54.51 | - |
| YUV | 105.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 196 | 0.72 | 0.42 | 0 | 0.23 | 215.32 | 0.56 | 0.49 |
| Hex | 37 | 71 | C4 | 48 | 2A | 0 | 17 | D7 | 38 | 31 |
| Octal | 67 | 161 | 304 | 110 | 52 | 0 | 27 | 327 | 70 | 61 |
| Binary | 110111 | 1110001 | 11000100 | 1001000 | 101010 | 0 | 10111 | 11010111 | 111000 | 110001 |
Color Harmonies of #3771C4
Complementary color
Monochromatic Colors of #3771C4
Black with #3771C4
Text Example
Text Example
White with #3771C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3771C4; }
p { color: rgb(55,113,196); }
H1.HeaderClassName
{
color: #3771C4;
}
.AnyTagClassName
{
color: #3771C4;
}
</style>
background-color css
<style>
a { background-color: #3771C4; }
a { background-color: rgb(55,113,196); }
div.DivClassName
{
background-color: #3771C4;
}
.BgClassName
{
background-color: #3771C4;
}
</style>
border-color css
<style>
span { border-color: #3771C4; }
span { border-color: rgb(55,113,196); }
td.TdClassName
{
border-color: #3771C4;
}
.TagClassName
{
border-color: #3771C4;
}
</style>