Shades of Curious Blue #3976C4
Tints of Curious Blue #3976C4
RGB
CMYK
RGB Variations
Color information
#3976C4 (or 0x3976C4) is known color: Curious Blue. HEX triplet: 39, 76 and C4. RGB value is (57,118,196). Sum of RGB (Red+Green+Blue) = 57+118+196=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #3976C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976C4 is #C6893B. Grayscale: #6C6C6C. Windows color (decimal): -13011260 or 12875321. OLE color: 12875321.
HSL color Cylindrical-coordinate representation of color #3976C4: hue angle of 213.67º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3976C4 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 118 | 196 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.23 |
| HSL | 213.67º | 0.55% | 0.5% | - |
| HSV(B) | 213.67º | 0.71% | 0.77% | - |
| XYZ | 18.13 | 17.81 | 54.71 | - |
| YUV | 108.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 196 | 0.71 | 0.40 | 0 | 0.23 | 213.67 | 0.55 | 0.5 |
| Hex | 39 | 76 | C4 | 47 | 28 | 0 | 17 | D6 | 37 | 32 |
| Octal | 71 | 166 | 304 | 107 | 50 | 0 | 27 | 326 | 67 | 62 |
| Binary | 111001 | 1110110 | 11000100 | 1000111 | 101000 | 0 | 10111 | 11010110 | 110111 | 110010 |
Color Harmonies of #3976C4
Complementary color
Monochromatic Colors of #3976C4
Black with #3976C4
Text Example
Text Example
White with #3976C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3976C4; }
p { color: rgb(57,118,196); }
H1.HeaderClassName
{
color: #3976C4;
}
.AnyTagClassName
{
color: #3976C4;
}
</style>
background-color css
<style>
a { background-color: #3976C4; }
a { background-color: rgb(57,118,196); }
div.DivClassName
{
background-color: #3976C4;
}
.BgClassName
{
background-color: #3976C4;
}
</style>
border-color css
<style>
span { border-color: #3976C4; }
span { border-color: rgb(57,118,196); }
td.TdClassName
{
border-color: #3976C4;
}
.TagClassName
{
border-color: #3976C4;
}
</style>