Shades of Curious Blue #3176C4
Tints of Curious Blue #3176C4
RGB
CMYK
RGB Variations
Color information
#3176C4 (or 0x3176C4) is known color: Curious Blue. HEX triplet: 31, 76 and C4. RGB value is (49,118,196). Sum of RGB (Red+Green+Blue) = 49+118+196=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #3176C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176C4 is #CE893B. Grayscale: #696969. Windows color (decimal): -13535548 or 12875313. OLE color: 12875313.
HSL color Cylindrical-coordinate representation of color #3176C4: hue angle of 211.84º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3176C4 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 118 | 196 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.23 |
| HSL | 211.84º | 0.6% | 0.48% | - |
| HSV(B) | 211.84º | 0.75% | 0.77% | - |
| XYZ | 17.71 | 17.6 | 54.69 | - |
| YUV | 106.26 | 178.64 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 196 | 0.75 | 0.40 | 0 | 0.23 | 211.84 | 0.6 | 0.48 |
| Hex | 31 | 76 | C4 | 4B | 28 | 0 | 17 | D4 | 3C | 30 |
| Octal | 61 | 166 | 304 | 113 | 50 | 0 | 27 | 324 | 74 | 60 |
| Binary | 110001 | 1110110 | 11000100 | 1001011 | 101000 | 0 | 10111 | 11010100 | 111100 | 110000 |
Color Harmonies of #3176C4
Complementary color
Monochromatic Colors of #3176C4
Black with #3176C4
Text Example
Text Example
White with #3176C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176C4; }
p { color: rgb(49,118,196); }
H1.HeaderClassName
{
color: #3176C4;
}
.AnyTagClassName
{
color: #3176C4;
}
</style>
background-color css
<style>
a { background-color: #3176C4; }
a { background-color: rgb(49,118,196); }
div.DivClassName
{
background-color: #3176C4;
}
.BgClassName
{
background-color: #3176C4;
}
</style>
border-color css
<style>
span { border-color: #3176C4; }
span { border-color: rgb(49,118,196); }
td.TdClassName
{
border-color: #3176C4;
}
.TagClassName
{
border-color: #3176C4;
}
</style>